From e6ecc5cff4277903a181a76e89ec9dce60c8dcec Mon Sep 17 00:00:00 2001 From: danja Date: Tue, 26 Dec 2017 19:40:43 +0100 Subject: [PATCH] tweaks --- js/foowiki/core-static.js | 6 +- js/foowiki/core.js | 7 +- js/foowiki/edit.js | 6 +- js/foowiki/sparql-connector.js | 14 +- utils/geckodriver.log | 15771 +++---------------------------- utils/scrape.py | 14 +- 6 files changed, 1110 insertions(+), 14708 deletions(-) diff --git a/js/foowiki/core-static.js b/js/foowiki/core-static.js index b10a0e2..eccbbf1 100644 --- a/js/foowiki/core-static.js +++ b/js/foowiki/core-static.js @@ -116,6 +116,10 @@ function getImage(imageURI, callback) { var getPageUrl = FooWiki.sparqlQueryEndpoint + encodeURIComponent(getPageSparql) + "&output=xml"; var makeDataURL = function (entryJSON) { + if(!entryJSON) { + console.log("makeDataURL empty entryJSON"); + return "makeDataURL empty entryJSON"; + } // console.log("BBB"); // var entryXmlNames = ["base64"]; // var entryJSON = sparqlXMLtoJSON(xml); @@ -349,7 +353,7 @@ function makeLinkListHTML(entryArray) { for (var i = 0; i < entryArray.length; i++) { var entry = entryArray[i]; - entry.uri = "page-static.html?uri=" + entry.uri; + entry.uri = "page-static.html?uri=" + entry.uri; var link = templater(resultTemplate, entry); links += link; } diff --git a/js/foowiki/core.js b/js/foowiki/core.js index 3dc374a..d867fdc 100644 --- a/js/foowiki/core.js +++ b/js/foowiki/core.js @@ -74,9 +74,11 @@ function getResource(uri, entryHandler) { var getPageUrl = generateGetUrl(getPageSparqlTemplate, entry); var handleEntry = function (entryJSON) { + if(!entryJSON) { alert("no entry json")} console.log("handleEntry " + JSON.stringify(entryJSON)); entryHandler(entry, entryJSON); }; + console.log("getPageUrl = " + getPageUrl); getJsonForSparqlURL(getPageUrl, handleEntry); // getDataForURL(handleEntry, getPageUrl); @@ -126,7 +128,10 @@ function getImage(imageURI, callback) { var getPageUrl = FooWiki.sparqlQueryEndpoint + encodeURIComponent(getPageSparql) + "&output=xml"; var makeDataURL = function (entryJSON) { - // console.log("BBB"); + if(!entryJSON) { + console.log("makeDataURL empty entryJSON"); + return "makeDataURL empty entryJSON"; + } // var entryXmlNames = ["base64"]; // var entryJSON = sparqlXMLtoJSON(xml); var src = "data:image/jpeg;base64," + entryJSON[0]["base64"]; diff --git a/js/foowiki/edit.js b/js/foowiki/edit.js index fa11386..ae7b762 100644 --- a/js/foowiki/edit.js +++ b/js/foowiki/edit.js @@ -38,7 +38,7 @@ var populateEditPage = function (entry, entryJSON) { }; setupTags("#maintagscontainer", pageMap, false); $("textarea").autoGrow(); - $("#maintagscontainer").addClass("editable"); // not working + $("#maintagscontainer").addClass("editable"); // not working }; /** @@ -87,7 +87,7 @@ function setupPosting() { }).fail(function () { - alert("error"); // use error banner + alert("error posting data (edit.js line 90)"); // use error banner }); } var uri = getCurrentPageURI(); @@ -221,4 +221,4 @@ function submitTags(graphURI, uri, callback) { }).done(function () { callback(); }); -} \ No newline at end of file +} diff --git a/js/foowiki/sparql-connector.js b/js/foowiki/sparql-connector.js index 9754d25..dd8f3f3 100644 --- a/js/foowiki/sparql-connector.js +++ b/js/foowiki/sparql-connector.js @@ -24,7 +24,7 @@ function getJsonForSparqlURL(pageURL, callback) { // doneCallback(json, getCurrentPageURI()); callback(json); }) .fail(function() { - alert( "error" ); + alert( "error in getJsonForSparqlURL sparql-connect line 27" ); }); } @@ -44,18 +44,18 @@ function getJsonForSparqlURL(pageURL, callback) { // maybe force to ISO-8859-1, also known as Latin-1 instead? var $xml = $(xmlString); - + var variables = $xml.find("variable"); - + if (variables.length == 0) { return false; } var jsonVariables = []; - + variables.each(function () { jsonVariables.push($(this).attr("name")); }); - + var results = $xml.find("result"); if (results.length == 0) { @@ -76,7 +76,7 @@ function getJsonForSparqlURL(pageURL, callback) { } jsonResults.push(map); }); - + // console.log("RESULTS = "+JSON.stringify(jsonResults)); return jsonResults; - } \ No newline at end of file + } diff --git a/utils/geckodriver.log b/utils/geckodriver.log index b0963f3..253d40b 100644 --- a/utils/geckodriver.log +++ b/utils/geckodriver.log @@ -1,14689 +1,1086 @@ -1505593760469 geckodriver INFO geckodriver 0.19.0 -1505593760476 geckodriver INFO Listening on 127.0.0.1:56289 -1505593760609 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.QPMY6P0TMkTN" -1505593762947 Marionette INFO Enabled via --marionette - -(firefox:21355): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21355): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21355): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21355): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21355): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21355): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21355): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21355): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21355): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21355): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21355): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21355): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505593768890 Marionette INFO Listening on port 33875 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505593768963 Marionette WARN TLS certificate errors will be ignored for this session -1505593769931 Marionette DEBUG loaded listener.js -1505593769967 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505593770097 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505593770098 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505593770299 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505593770301 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505593797635 geckodriver INFO geckodriver 0.19.0 -1505593797651 geckodriver INFO Listening on 127.0.0.1:50835 -1505593797790 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.Zfq8lhNvG7uJ" -1505593800066 Marionette INFO Enabled via --marionette - -(firefox:21500): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21500): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21500): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21500): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21500): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21500): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21500): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21500): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21500): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21500): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21500): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21500): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505593803365 Marionette INFO Listening on port 41431 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505593803470 Marionette WARN TLS certificate errors will be ignored for this session -1505593803514 Marionette DEBUG loaded listener.js -1505593803539 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505593803553 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505593803553 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505593803766 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505593803768 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505593983101 geckodriver INFO geckodriver 0.19.0 -1505593983104 geckodriver INFO Listening on 127.0.0.1:44383 -1505593984240 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.qiMNywFGe7lG" -1505593985162 Marionette INFO Enabled via --marionette - -(firefox:21680): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21680): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21680): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21680): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21680): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21680): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21680): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21680): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21680): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21680): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21680): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21680): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505593989144 Marionette INFO Listening on port 32925 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505593989175 Marionette WARN TLS certificate errors will be ignored for this session -1505593989215 Marionette DEBUG loaded listener.js -1505593989241 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505593989256 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505593989256 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505593989478 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505593989481 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505593989643 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505593989653 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505593989654 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505593989756 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki//index-static.html" -1505593989758 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki//index-static.html" -1505594013668 geckodriver INFO geckodriver 0.19.0 -1505594013672 geckodriver INFO Listening on 127.0.0.1:60575 -1505594014800 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.WPvMqzrjWtMx" -1505594015731 Marionette INFO Enabled via --marionette - -(firefox:21843): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21843): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21843): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21843): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21843): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21843): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21843): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21843): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21843): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21843): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21843): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21843): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505594018854 Marionette INFO Listening on port 40349 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505594018954 Marionette WARN TLS certificate errors will be ignored for this session -1505594018997 Marionette DEBUG loaded listener.js -1505594019023 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505594019035 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505594019035 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505594019041 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowikiindex-static.html" -1505594019049 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowikiindex-static.html" -1505594041946 geckodriver INFO geckodriver 0.19.0 -1505594041949 geckodriver INFO Listening on 127.0.0.1:56837 -1505594043084 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.KC6k7RKuNeIO" -1505594043999 Marionette INFO Enabled via --marionette - -(firefox:21974): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21974): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21974): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21974): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21974): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21974): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21974): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21974): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21974): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21974): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21974): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21974): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505594047458 Marionette INFO Listening on port 36815 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505594047507 Marionette WARN TLS certificate errors will be ignored for this session -1505594047547 Marionette DEBUG loaded listener.js -1505594047572 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505594047587 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505594047588 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505594047785 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505594047787 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505594047948 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505594047955 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505594047956 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505594048059 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki//index-static.html" -1505594048061 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki//index-static.html" -1505594220045 geckodriver INFO geckodriver 0.19.0 -1505594220049 geckodriver INFO Listening on 127.0.0.1:54431 -1505594221178 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.6kTNZo4Ku9iH" -1505594222008 Marionette INFO Enabled via --marionette - -(firefox:22138): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22138): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22138): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22138): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22138): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22138): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22138): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22138): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22138): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22138): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22138): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22138): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505594225771 Marionette INFO Listening on port 34721 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505594225819 Marionette WARN TLS certificate errors will be ignored for this session -1505594225873 Marionette DEBUG loaded listener.js -1505594225896 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505594225913 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505594225913 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505594226129 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/" -1505594226132 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/" -1505594370880 geckodriver INFO geckodriver 0.19.0 -1505594370883 geckodriver INFO Listening on 127.0.0.1:46003 -1505594372017 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.L5Yx3shj4JBU" -1505594373044 Marionette INFO Enabled via --marionette - -(firefox:22325): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22325): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22325): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22325): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22325): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22325): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22325): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22325): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22325): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22325): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22325): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22325): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505594376380 Marionette INFO Listening on port 34403 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505594376461 Marionette WARN TLS certificate errors will be ignored for this session -1505594376500 Marionette DEBUG loaded listener.js -1505594376527 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505594376678 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505594376678 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505594376898 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/" -1505594376900 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/" -1505594377121 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/" -1505594377129 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/" -1505594377130 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/" -1505594377235 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index.html" -1505594377237 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index.html" -1505594569033 geckodriver INFO geckodriver 0.19.0 -1505594569042 geckodriver INFO Listening on 127.0.0.1:35489 -1505594570241 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.1PgEIBNHdTDZ" -1505594572395 Marionette INFO Enabled via --marionette - -(firefox:22505): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22505): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22505): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22505): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22505): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22505): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22505): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22505): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22505): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22505): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22505): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22505): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505594576908 Marionette INFO Listening on port 40105 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505594577002 Marionette WARN TLS certificate errors will be ignored for this session -1505594577219 Marionette DEBUG loaded listener.js -1505594577266 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505594577282 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505594577282 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505594577500 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505594577503 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505594577671 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505594577680 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505594577680 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505594577789 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505594577791 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505594771145 geckodriver INFO geckodriver 0.19.0 -1505594771160 geckodriver INFO Listening on 127.0.0.1:58751 -1505594772330 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.YMp09IKCssUu" -1505594774996 Marionette INFO Enabled via --marionette - -(firefox:22746): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22746): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22746): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22746): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22746): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22746): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22746): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22746): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22746): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22746): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22746): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22746): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505594780091 Marionette INFO Listening on port 35703 -1505594780101 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505594781198 Marionette DEBUG loaded listener.js -1505594781237 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505594799864 addons.productaddons WARN Failed downloading XML, status: 0, reason: timeout -1505594816245 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505594816261 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505594816262 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505594816532 Marionette DEBUG Received DOM event "DOMContentLoaded" for "about:neterror?e=connectionFailure&u=http%3A//fuseki.local/foowiki/index-static.html&c=UTF-8&f=regular&d=Firefox%20can%E2%80%99t%20establish%20a%20connection%20to%20the%20server%20at%20fuseki.local." -1505594845524 addons.productaddons WARN Failed downloading via XHR, status: 0, reason: error -1505594870781 geckodriver INFO geckodriver 0.19.0 -1505594870797 geckodriver INFO Listening on 127.0.0.1:36661 -1505594870961 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.m7reXOamVuFX" -1505594877079 Marionette INFO Enabled via --marionette - -(firefox:23058): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:23058): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:23058): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:23058): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:23058): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:23058): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:23058): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:23058): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:23058): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:23058): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:23058): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:23058): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505594884526 Marionette INFO Listening on port 40001 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505594884541 Marionette WARN TLS certificate errors will be ignored for this session -1505594885515 Marionette DEBUG loaded listener.js -1505594885559 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505594885571 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505594885572 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505594885917 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505594885922 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505594886112 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505594886119 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505594886120 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505594886226 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505594886228 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505595062893 geckodriver INFO geckodriver 0.19.0 -1505595062896 geckodriver INFO Listening on 127.0.0.1:34635 -1505595063083 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.FywFIw1GUQb6" -1505595065315 Marionette INFO Enabled via --marionette - -(firefox:23368): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:23368): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:23368): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:23368): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:23368): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:23368): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:23368): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:23368): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:23368): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:23368): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:23368): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:23368): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505595072012 Marionette INFO Listening on port 38713 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505595072049 Marionette WARN TLS certificate errors will be ignored for this session -1505595072761 Marionette DEBUG loaded listener.js -1505595072807 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505595072824 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505595072825 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505595073046 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505595073048 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505595073200 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505595073209 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505595073209 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505595073323 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505595073326 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505595292803 geckodriver INFO geckodriver 0.19.0 -1505595292816 geckodriver INFO Listening on 127.0.0.1:60941 -1505595292941 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.8vVbpP4dZkIi" -1505595295210 Marionette INFO Enabled via --marionette - -(firefox:23592): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:23592): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:23592): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:23592): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:23592): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:23592): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:23592): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:23592): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:23592): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:23592): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:23592): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:23592): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505595299757 Marionette INFO Listening on port 43609 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505595299792 Marionette WARN TLS certificate errors will be ignored for this session -1505595300095 Marionette DEBUG loaded listener.js -1505595300145 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505595300159 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505595300159 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505595300392 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505595300395 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505595300537 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505595300549 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505595300550 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505595300655 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505595300657 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505595629852 geckodriver INFO geckodriver 0.19.0 -1505595629895 geckodriver INFO Listening on 127.0.0.1:44589 -1505595631017 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.oByNA4FLgATN" -1505595635071 Marionette INFO Enabled via --marionette - -(firefox:24058): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:24058): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:24058): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:24058): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:24058): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:24058): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:24058): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:24058): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:24058): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:24058): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:24058): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:24058): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505595639651 Marionette INFO Listening on port 43577 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505595639678 Marionette WARN TLS certificate errors will be ignored for this session -1505595639715 Marionette DEBUG loaded listener.js -1505595639738 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505595639750 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505595639751 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505595639950 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505595639952 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505595640072 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505596240971 geckodriver INFO geckodriver 0.19.0 -1505596241005 geckodriver INFO Listening on 127.0.0.1:49471 -1505596242168 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.wP5b9vCxXtP7" -1505596245866 Marionette INFO Enabled via --marionette - -(firefox:24724): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:24724): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:24724): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:24724): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:24724): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:24724): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:24724): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:24724): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:24724): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:24724): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:24724): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:24724): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505596250949 Marionette INFO Listening on port 45485 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505596251059 Marionette WARN TLS certificate errors will be ignored for this session -1505596251099 Marionette DEBUG loaded listener.js -1505596251129 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505596251142 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505596251142 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505596251541 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505596251545 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505596253820 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505596253832 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505596253832 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505596253944 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505596253947 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505596256195 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505596256205 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505596256205 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505596256317 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505596256319 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505596258532 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505596258541 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505596258541 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505596258647 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505596258648 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505596260943 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505596261071 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505596261073 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505596261200 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505596261201 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505596263466 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505596263474 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505596263474 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505596263582 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505596263584 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505596265978 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505596265986 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505596265986 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505596266091 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505596266094 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505596268473 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505596268480 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505596268480 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505596268586 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505596268589 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505596270813 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505596270820 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505596270820 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505596270933 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505596270935 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505596273400 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505596273406 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505596273406 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505596273504 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505596273506 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505596275807 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505596275815 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505596275815 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505596275916 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505596275917 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505596278187 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505596278194 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505596278195 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505596278296 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505596278298 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505596280530 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505596280539 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505596280539 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505596280646 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505596280648 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505596282920 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505596282928 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505596282929 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505596283034 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505596283036 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505596285289 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505596285296 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505596285296 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505596285403 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505596285405 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505596287633 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505596287640 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505596287641 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505596287744 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=undefined" -1505596287745 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=undefined" -1505596548310 geckodriver INFO geckodriver 0.19.0 -1505596548314 geckodriver INFO Listening on 127.0.0.1:52451 -1505596549445 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.uxSH1BS3QOPf" -1505596550454 Marionette INFO Enabled via --marionette - -(firefox:24995): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:24995): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:24995): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:24995): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:24995): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:24995): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:24995): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:24995): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:24995): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:24995): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:24995): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:24995): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505596553890 Marionette INFO Listening on port 39213 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505596554002 Marionette WARN TLS certificate errors will be ignored for this session -1505596554045 Marionette DEBUG loaded listener.js -1505596554076 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505596554088 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505596554088 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505596554303 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505596554306 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505596572882 geckodriver INFO geckodriver 0.19.0 -1505596572886 geckodriver INFO Listening on 127.0.0.1:53969 -1505596574014 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.8Zp7MWf4yTgX" -1505596575022 Marionette INFO Enabled via --marionette - -(firefox:25124): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:25124): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:25124): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:25124): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:25124): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:25124): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:25124): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:25124): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:25124): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:25124): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:25124): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:25124): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505596578599 Marionette INFO Listening on port 35087 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505596578638 Marionette WARN TLS certificate errors will be ignored for this session -1505596578674 Marionette DEBUG loaded listener.js -1505596578696 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505596578707 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505596578707 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505596578912 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505596578914 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505596582165 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505596582174 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505596582174 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505596582276 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505596582278 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505596585524 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505596585530 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505596585531 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505596585633 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505596585634 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505596588961 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505596588968 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505596588969 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505596589080 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505596589083 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505596592394 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505596592402 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505596592402 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505596592506 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505596592508 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505596595778 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505596595786 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505596595786 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505596595894 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505596595896 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505596599302 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505596599310 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505596599310 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505596599412 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505596599414 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505596602800 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505596602808 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505596602808 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505596602915 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505596602917 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -Gdk-Message: /usr/lib/firefox/firefox: Fatal IO error 11 (Resource temporarily unavailable) on X server :0. - -Gdk-Message: firefox: Fatal IO error 11 (Resource temporarily unavailable) on X server :0. - -Gdk-Message: firefox: Fatal IO error 11 (Resource temporarily unavailable) on X server :0. - -Gdk-Message: /usr/lib/firefox/firefox: Fatal IO error 11 (Resource temporarily unavailable) on X server :0. - -1505636973452 geckodriver INFO geckodriver 0.19.0 -1505636973508 geckodriver INFO Listening on 127.0.0.1:35609 -1505636974629 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.tQxz3iNoPpht" -1505636979925 Marionette INFO Enabled via --marionette - -(firefox:6531): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:6531): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:6531): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:6531): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:6531): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:6531): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:6531): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:6531): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:6531): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:6531): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:6531): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:6531): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505636987066 Marionette INFO Listening on port 42527 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505636987128 Marionette WARN TLS certificate errors will be ignored for this session -1505636987168 Marionette DEBUG loaded listener.js -1505636987189 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505636987290 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505636987291 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505636987840 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505636987890 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505636991345 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505636991355 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505636991355 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505636991456 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505636991458 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505636994758 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505636994765 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505636994765 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505636994869 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505636994871 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505636998176 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505636998184 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505636998185 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505636998290 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505636998293 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637001581 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637001588 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637001588 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637001694 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505637001696 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505637004954 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505637004962 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505637004963 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505637005064 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505637005066 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505637008507 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505637008513 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505637008513 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505637008618 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505637008621 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505637061946 geckodriver INFO geckodriver 0.19.0 -1505637061949 geckodriver INFO Listening on 127.0.0.1:51031 -1505637063081 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.8Wn0Z2SBSLXB" -1505637064332 Marionette INFO Enabled via --marionette - -(firefox:6676): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:6676): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:6676): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:6676): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:6676): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:6676): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:6676): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:6676): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:6676): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:6676): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:6676): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:6676): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505637067721 Marionette INFO Listening on port 39305 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505637067813 Marionette WARN TLS certificate errors will be ignored for this session -1505637067854 Marionette DEBUG loaded listener.js -1505637067874 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505637067887 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505637067888 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505637068088 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505637068091 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505637071334 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505637071341 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505637071342 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505637071438 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505637071441 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505637074720 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505637074728 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505637074729 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505637074835 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505637074837 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505637078171 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505637078177 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505637078178 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505637078286 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637078288 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637095634 geckodriver INFO geckodriver 0.19.0 -1505637095637 geckodriver INFO Listening on 127.0.0.1:33493 -1505637096774 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.wFm79Y1IpTMe" -1505637097774 Marionette INFO Enabled via --marionette - -(firefox:6814): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:6814): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:6814): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:6814): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:6814): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:6814): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:6814): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:6814): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:6814): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:6814): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:6814): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:6814): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505637101667 Marionette INFO Listening on port 40175 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505637101705 Marionette WARN TLS certificate errors will be ignored for this session -1505637101739 Marionette DEBUG loaded listener.js -1505637101759 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505637101770 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505637101770 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505637101980 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505637101982 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505637105267 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505637105274 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505637105275 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505637105380 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505637105382 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505637108632 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505637108638 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505637108639 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505637108734 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505637108735 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505637112076 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505637112083 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505637112083 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505637112185 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637112187 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637115498 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637115506 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637115507 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637115612 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505637115614 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505637666939 geckodriver INFO geckodriver 0.19.0 -1505637666942 geckodriver INFO Listening on 127.0.0.1:55927 -1505637668077 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.mSVvu4gsIPX1" -1505637669018 Marionette INFO Enabled via --marionette - -(firefox:7170): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7170): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:7170): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7170): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:7170): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7170): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:7170): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7170): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:7170): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7170): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:7170): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7170): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505637672537 Marionette INFO Listening on port 44329 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505637672601 Marionette WARN TLS certificate errors will be ignored for this session -1505637672638 Marionette DEBUG loaded listener.js -1505637672661 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505637672673 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505637672673 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505637672870 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505637672872 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505637676200 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505637676210 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505637676211 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505637676316 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505637676318 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505637679651 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505637679658 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505637679658 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505637679763 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505637679766 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505637684029 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505637684106 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505637684107 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505637684236 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637684238 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637687631 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637687637 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637687638 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637687745 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505637687747 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505637691020 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505637691030 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505637691030 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505637691136 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505637691138 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505637694733 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505637694743 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505637694743 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505637694856 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505637694858 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505637698158 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505637698165 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505637698165 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505637698272 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505637698274 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505637701667 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505637701674 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505637701674 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505637701784 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505637701786 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505637705505 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505637705513 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505637705513 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505637705614 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505637705616 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505637932336 geckodriver INFO geckodriver 0.19.0 -1505637932340 geckodriver INFO Listening on 127.0.0.1:36953 -1505637933472 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.BS9MN0PMRYAG" -1505637934631 Marionette INFO Enabled via --marionette - -(firefox:7399): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7399): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:7399): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7399): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:7399): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7399): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:7399): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7399): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:7399): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7399): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:7399): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7399): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505637938313 Marionette INFO Listening on port 39797 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505637938422 Marionette WARN TLS certificate errors will be ignored for this session -1505637938460 Marionette DEBUG loaded listener.js -1505637938483 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505637938497 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505637938497 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505637938699 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505637938702 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505637941966 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505637941974 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505637941975 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505637942075 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505637942078 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505637945351 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505637945358 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505637945358 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505637945467 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505637945470 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505637948802 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505637948814 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505637948814 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505637948925 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637948927 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637952215 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637952221 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637952222 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505637952319 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505637952321 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505637955583 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505637955591 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505637955591 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505637955696 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505637955697 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505637998983 geckodriver INFO geckodriver 0.19.0 -1505637998986 geckodriver INFO Listening on 127.0.0.1:45411 -1505638000117 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.H4JLvp34S7M7" -1505638001210 Marionette INFO Enabled via --marionette - -(firefox:7564): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7564): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:7564): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7564): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:7564): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7564): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:7564): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7564): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:7564): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7564): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:7564): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7564): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505638004738 Marionette INFO Listening on port 46127 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505638004862 Marionette WARN TLS certificate errors will be ignored for this session -1505638004902 Marionette DEBUG loaded listener.js -1505638004924 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505638004936 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505638004937 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505638005126 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505638005129 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505638008391 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505638008398 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505638008399 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505638008500 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505638008503 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505638011770 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505638011777 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505638011777 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505638011875 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505638011876 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505638015187 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505638015213 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505638015213 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505638015318 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505638015320 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505638018627 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505638018634 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505638018634 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505638018739 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505638018741 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505638021996 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505638022003 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505638022003 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505638022110 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505638022112 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505638025537 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505638025543 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505638025544 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505638025646 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505638025648 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505638028893 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505638028899 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505638028900 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505638029003 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505638029005 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505638032239 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505638032248 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505638032248 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505638032352 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505638032354 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505638035832 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505638035838 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505638035838 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505638035937 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505638035939 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505638039314 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505638039321 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505638039322 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505638039426 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505638039428 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505638042655 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505638042763 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505638042764 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505638042892 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505638042894 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505638046209 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505638046215 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505638046216 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505638046315 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505638046318 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505638049533 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505638049712 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505638049713 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505638049844 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505638049846 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505638053145 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505638053248 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505638053251 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505638053375 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505638053377 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505638056659 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505638056667 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505638056667 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505638056788 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505638056789 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505638060199 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505638060205 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505638060206 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505638060314 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=undefined" -1505638060316 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=undefined" -1505638117270 geckodriver INFO geckodriver 0.19.0 -1505638117273 geckodriver INFO Listening on 127.0.0.1:60319 -1505638118401 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.WPgvGuSvga0N" -1505638119388 Marionette INFO Enabled via --marionette - -(firefox:7736): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7736): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:7736): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7736): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:7736): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7736): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:7736): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7736): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:7736): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7736): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:7736): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:7736): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505638122612 Marionette INFO Listening on port 41997 -1505638122737 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505638122781 Marionette DEBUG loaded listener.js -1505638122806 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505638122822 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505638122822 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505638123026 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505638123028 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505638126245 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505638126254 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505638126256 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505638126357 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505638126359 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505638129627 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505638129634 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505638129634 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505638129737 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505638129738 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505638133047 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505638133062 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505638133062 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505638133174 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505638133176 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505638136490 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505638136497 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505638136498 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505638136599 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505638136601 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505638139856 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505638139864 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505638139864 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505638139967 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505638139969 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505638143370 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505638143376 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505638143377 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505638143476 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505638143477 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505638146749 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505638146755 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505638146756 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505638146858 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505638146861 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505638150085 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505638150094 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505638150094 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505638150200 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505638150202 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505638153681 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505638153689 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505638153689 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505638153787 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505638153788 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505638157148 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505638157169 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505638157169 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505638157284 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505638157286 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505638160519 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505638160526 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505638160526 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505638160627 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505638160629 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505638163934 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505638163939 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505638163940 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505638164045 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505638164047 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505638167238 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505638167245 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505638167245 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505638167351 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505638167353 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505638170559 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505638170565 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505638170566 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505638170667 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505638170668 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505638174000 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505638174021 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505638174021 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505638174132 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505638174134 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505638177484 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505638177490 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505638177490 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505638177599 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505638177600 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505638502593 geckodriver INFO geckodriver 0.19.0 -1505638502596 geckodriver INFO Listening on 127.0.0.1:35235 -1505638503728 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.hpmKsMeHaAat" -1505638504651 Marionette INFO Enabled via --marionette - -(firefox:8123): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8123): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8123): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8123): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8123): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8123): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8123): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8123): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8123): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8123): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8123): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8123): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505638508352 Marionette INFO Listening on port 35415 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505638508474 Marionette WARN TLS certificate errors will be ignored for this session -1505638508516 Marionette DEBUG loaded listener.js -1505638508535 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505638508549 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505638508549 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505638508761 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505638508763 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505638512014 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505638512023 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505638512023 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505638512126 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505638512128 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505638515367 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505638515378 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505638515378 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505638515485 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505638515488 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505638518790 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505638518802 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505638518803 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505638518913 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505638518915 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505638522241 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505638522247 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505638522247 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505638522358 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505638522360 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505638525577 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505638525584 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505638525584 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505638525687 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505638525689 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505638529131 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505638529295 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505638529297 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505638529428 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505638529430 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505638532658 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505638532827 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505638532829 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505638532957 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505638532959 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505638536223 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505638536229 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505638536230 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505638536334 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505638536337 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505638539824 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505638539830 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505638539830 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505638539931 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505638539933 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505638543291 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505638543298 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505638543298 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505638543409 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505638543411 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505638546648 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505638546655 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505638546655 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505638546761 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505638546763 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505638550081 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505638550087 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505638550088 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505638550196 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505638550198 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505638553424 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505638553431 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505638553431 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505638553535 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505638553537 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505638556837 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505638556843 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505638556844 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505638556943 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505638556945 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505638560222 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505638560232 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505638560232 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505638560351 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505638560353 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505638563782 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505638563788 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505638563788 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505638563888 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505638563890 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505638685834 geckodriver INFO geckodriver 0.19.0 -1505638685837 geckodriver INFO Listening on 127.0.0.1:51121 -1505638686999 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.z4olLTy9AkP2" -1505638688189 Marionette INFO Enabled via --marionette - -(firefox:8301): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8301): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8301): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8301): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8301): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8301): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8301): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8301): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8301): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8301): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8301): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8301): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505638691220 Marionette INFO Listening on port 40027 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505638691338 Marionette WARN TLS certificate errors will be ignored for this session -1505638691377 Marionette DEBUG loaded listener.js -1505638691403 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505638691415 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505638691415 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505638691618 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505638691620 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505638694879 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505638694888 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505638694888 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505638694992 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505638694994 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505638698254 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505638698260 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505638698261 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505638698372 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505638698374 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505638701713 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505638701723 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505638701724 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505638701831 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505638701834 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505638705149 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505638705159 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505638705160 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505638705261 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505638705264 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505638708522 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505638708529 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505638708530 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505638708639 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505638708641 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505638712087 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505638712094 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505638712094 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505638712204 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505638712206 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505638715437 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505638715444 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505638715444 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505638715548 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505638715550 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505638718817 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505638718823 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505638718824 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505638718931 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505638718933 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505638722418 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505638722423 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505638722424 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505638722525 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505638722527 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505638725839 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505638725846 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505638725846 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505638725955 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505638725956 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505638729228 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505638729234 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505638729235 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505638729334 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505638729336 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505638732601 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505638732607 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505638732608 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505638732717 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505638732718 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505638735943 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505638735949 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505638735949 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505638736049 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505638736050 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505638739358 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505638739364 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505638739364 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505638739469 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505638739471 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505638742752 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505638742760 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505638742760 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505638742877 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505638742879 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505638746301 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505638746307 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505638746307 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505638746408 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505638746411 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505639088723 geckodriver INFO geckodriver 0.19.0 -1505639088726 geckodriver INFO Listening on 127.0.0.1:57989 -1505639089851 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.Ctcj26JAAQzR" -1505639090798 Marionette INFO Enabled via --marionette - -(firefox:8537): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8537): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8537): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8537): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8537): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8537): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8537): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8537): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8537): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8537): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8537): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8537): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505639093868 Marionette INFO Listening on port 33747 -1505639093875 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505639093914 Marionette DEBUG loaded listener.js -1505639093991 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505639094009 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505639094010 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505639094207 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505639094209 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505639097472 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505639097481 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505639097482 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505639097586 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505639097588 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505639100832 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505639100838 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505639100839 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505639100943 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505639100945 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505639104298 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505639104318 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505639104319 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505639104423 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505639104425 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505639107741 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505639107748 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505639107749 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505639107853 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505639107855 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505639111112 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505639111119 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505639111119 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505639111230 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505639111232 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505639114674 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505639114683 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505639114683 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505639114786 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505639114788 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505639118019 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505639118026 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505639118026 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505639118130 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505639118132 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505639121393 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505639121399 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505639121399 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505639121505 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505639121507 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505639124987 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505639125122 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505639125123 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505639125245 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505639125247 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505639128551 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505639128559 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505639128559 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505639128666 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505639128668 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505639131941 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505639132081 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505639132082 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505639132207 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505639132209 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505639135464 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505639135470 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505639135471 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505639135587 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505639135589 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505639138812 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505639138818 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505639138818 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505639138918 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505639138920 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505639142220 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505639142226 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505639142226 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505639142336 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505639142339 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505639145618 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505639145626 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505639145626 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505639145750 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505639145752 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505639149176 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505639149181 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505639149182 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505639149283 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505639149286 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505639228507 geckodriver INFO geckodriver 0.19.0 -1505639228511 geckodriver INFO Listening on 127.0.0.1:47099 -1505639229633 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.wARjhOjdAJLf" -1505639230522 Marionette INFO Enabled via --marionette - -(firefox:8707): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8707): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8707): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8707): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8707): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8707): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8707): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8707): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8707): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8707): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8707): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8707): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505639234305 Marionette INFO Listening on port 33247 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505639234377 Marionette WARN TLS certificate errors will be ignored for this session -1505639234415 Marionette DEBUG loaded listener.js -1505639234436 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505639234447 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505639234448 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505639234651 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505639234653 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505639237906 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505639237913 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505639237914 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505639238014 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505639238016 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505639241294 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505639241301 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505639241301 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505639241406 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505639241409 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505639244677 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505639244787 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505639244788 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505639244901 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505639244904 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505639248217 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505639248224 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505639248224 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505639248326 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505639248329 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505639251576 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505639251645 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505639251646 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505639251765 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505639251767 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505639255188 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505639255194 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505639255195 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505639255302 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505639255305 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505639258535 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505639258542 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505639258542 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505639258653 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505639258655 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505639261914 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505639261924 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505639261924 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505639262035 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505639262039 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505639265523 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505639265529 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505639265529 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505639265647 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505639265649 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505639269018 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505639269026 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505639269026 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505639269133 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505639269135 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505639272360 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505639272366 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505639272366 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505639272469 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505639272471 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505639275778 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505639275784 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505639275784 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505639275890 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505639275893 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505639279109 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505639279116 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505639279116 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505639279217 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505639279218 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505639282514 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505639282520 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505639282521 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505639282624 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505639282626 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505639285899 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505639285909 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505639285909 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505639286771 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505639286773 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505639290115 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505639290123 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505639290124 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505639290222 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505639290223 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505640208475 geckodriver INFO geckodriver 0.19.0 -1505640208489 geckodriver INFO Listening on 127.0.0.1:38249 -1505640208644 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.vEpUF0j0wSH8" -1505640210613 Marionette INFO Enabled via --marionette - -(firefox:9509): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9509): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9509): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9509): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9509): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9509): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9509): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9509): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9509): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9509): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9509): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9509): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505640214808 Marionette INFO Listening on port 45205 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505640214905 Marionette WARN TLS certificate errors will be ignored for this session -1505640214944 Marionette DEBUG loaded listener.js -1505640214965 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505640215080 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505640215081 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505640215284 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505640215286 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505640218544 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505640218552 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505640218553 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505640218661 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640218664 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640221909 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640221916 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640221916 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640222022 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505640222023 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505640225327 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505640225339 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505640225339 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505640225457 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505640225460 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505640228769 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505640228777 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505640228777 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505640228880 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505640228882 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505640232122 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505640232129 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505640232130 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505640232234 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505640232235 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505640235633 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505640235642 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505640235642 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505640235740 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505640235741 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505640239006 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505640239012 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505640239012 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505640239122 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505640239125 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505640242363 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505640242370 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505640242371 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505640242479 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505640242481 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505640245971 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505640245977 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505640245978 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505640246081 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505640246083 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505640249455 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505640249463 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505640249463 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505640249570 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505640249572 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505640252794 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505640252800 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505640252800 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505640252906 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505640252908 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505640256225 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505640256231 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505640256232 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505640256339 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505640256341 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505640259564 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505640259572 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505640259573 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505640259685 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505640259688 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505640262989 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505640262995 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505640262995 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505640263105 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505640263107 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505640266372 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505640266380 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505640266380 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505640266495 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505640266497 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505640269921 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505640269929 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505640269930 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505640270037 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505640270040 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505640480800 geckodriver INFO geckodriver 0.19.0 -1505640480804 geckodriver INFO Listening on 127.0.0.1:41465 -1505640481934 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.h9tPiyAei6wU" -1505640482978 Marionette INFO Enabled via --marionette - -(firefox:9769): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9769): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9769): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9769): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9769): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9769): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9769): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9769): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9769): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9769): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9769): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9769): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505640486429 Marionette INFO Listening on port 41291 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505640486458 Marionette WARN TLS certificate errors will be ignored for this session -1505640486498 Marionette DEBUG loaded listener.js -1505640486522 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505640486535 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505640486536 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505640486738 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505640486740 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505640490047 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505640490055 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505640490056 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505640490166 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640490169 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640493510 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640493517 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640493518 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640493631 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505640493633 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505640496929 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505640496946 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505640496946 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505640497050 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505640497051 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505640500366 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505640500372 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505640500372 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505640500486 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505640500489 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505640503740 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505640503749 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505640503749 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505640503862 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505640503864 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505640507295 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505640507302 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505640507303 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505640507407 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505640507409 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505640510674 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505640510682 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505640510682 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505640510788 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505640510790 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505640514107 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505640514115 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505640514115 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505640514224 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505640514225 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505640517702 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505640517708 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505640517709 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505640517806 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505640517808 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505640521193 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505640521200 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505640521200 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505640521312 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505640521315 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505640524538 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505640524544 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505640524545 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505640524657 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505640524659 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505640527971 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505640527982 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505640527983 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505640528085 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505640528087 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505640531318 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505640531324 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505640531325 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505640531430 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505640531432 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505640534733 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505640534740 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505640534740 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505640534853 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505640534855 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505640538131 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505640538139 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505640538139 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505640538261 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505640538264 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505640541609 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505640541615 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505640541615 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505640541715 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505640541717 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505640666310 geckodriver INFO geckodriver 0.19.0 -1505640666327 geckodriver INFO Listening on 127.0.0.1:37759 -1505640667533 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.JemeTjtsS3wx" -1505640670401 Marionette INFO Enabled via --marionette - -(firefox:9956): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9956): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9956): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9956): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9956): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9956): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9956): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9956): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9956): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9956): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9956): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9956): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505640675232 Marionette INFO Listening on port 35121 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505640675322 Marionette WARN TLS certificate errors will be ignored for this session -1505640676692 Marionette DEBUG loaded listener.js -1505640676741 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505640676756 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505640676756 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505640676957 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505640676959 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505640680304 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505640680313 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505640680314 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505640680422 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640680424 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640683694 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640683770 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640683771 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640683889 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505640683891 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505640687186 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505640687195 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505640687196 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505640687314 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505640687317 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505640690596 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505640690606 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505640690606 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505640690778 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505640690781 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505640694062 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505640694071 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505640694072 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505640694177 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505640694179 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505640697578 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505640697587 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505640697587 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505640697691 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505640697693 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505640700959 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505640700965 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505640700965 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505640701074 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505640701077 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505640704291 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505640704297 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505640704298 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505640704403 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505640704405 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505640707894 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505640707900 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505640707900 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505640708004 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505640708005 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505640711360 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505640711386 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505640711386 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505640711500 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505640711502 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505640714728 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505640714737 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505640714738 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505640714851 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505640714853 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505640718161 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505640718167 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505640718167 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505640718270 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505640718272 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505640721497 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505640721504 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505640721504 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505640721614 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505640721617 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505640724859 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505640724864 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505640724864 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505640724961 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505640724963 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505640728291 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505640728298 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505640728298 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505640728412 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505640728414 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505640731784 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505640731790 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505640731790 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505640731898 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505640731900 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505640853881 geckodriver INFO geckodriver 0.19.0 -1505640853899 geckodriver INFO Listening on 127.0.0.1:56029 -1505640854103 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.IJa5rtuhTJ4z" -1505640857074 Marionette INFO Enabled via --marionette - -(firefox:10151): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10151): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10151): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10151): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10151): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10151): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10151): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10151): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10151): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10151): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10151): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10151): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505640862004 Marionette INFO Listening on port 38433 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505640862063 Marionette WARN TLS certificate errors will be ignored for this session -1505640863224 Marionette DEBUG loaded listener.js -1505640863278 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505640863290 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505640863291 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505640863484 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505640863487 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505640866754 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505640866763 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505640866764 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505640866870 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640866872 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640870136 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640870162 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640870162 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640870265 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505640870267 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505640873601 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505640873615 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505640873616 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505640873732 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505640873734 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505640877058 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505640877064 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505640877065 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505640877172 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505640877175 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505640880447 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505640880454 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505640880455 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505640880563 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505640880564 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505640987586 geckodriver INFO geckodriver 0.19.0 -1505640987607 geckodriver INFO Listening on 127.0.0.1:45821 -1505640988844 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.meqd4zuDvthR" -1505640990401 Marionette INFO Enabled via --marionette - -(firefox:10493): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10493): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10493): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10493): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10493): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10493): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10493): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10493): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10493): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10493): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10493): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10493): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505640995198 Marionette INFO Listening on port 34061 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505640995237 Marionette WARN TLS certificate errors will be ignored for this session -1505640995276 Marionette DEBUG loaded listener.js -1505640995299 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505640995311 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505640995311 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505640995516 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505640995519 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505640998889 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505640998899 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505640998901 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505640999005 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505640999007 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505641002288 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505641002296 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505641002297 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505641002419 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505641002421 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505641005878 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505641005886 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505641005886 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505641006003 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505641006005 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505641065671 geckodriver INFO geckodriver 0.19.0 -1505641065686 geckodriver INFO Listening on 127.0.0.1:36283 -1505641065865 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.zeQ4z0Hf8FgU" -1505641067807 Marionette INFO Enabled via --marionette - -(firefox:10640): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10640): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10640): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10640): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10640): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10640): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10640): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10640): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10640): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10640): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10640): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10640): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505641071422 Marionette INFO Listening on port 46769 -1505641071556 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505641071595 Marionette DEBUG loaded listener.js -1505641071622 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505641071634 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505641071635 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505641071840 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505641071842 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505641075199 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505641075208 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505641075209 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505641075326 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505641075328 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505641078610 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505641078621 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505641078621 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505641078727 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505641078729 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505641254606 geckodriver INFO geckodriver 0.19.0 -1505641254609 geckodriver INFO Listening on 127.0.0.1:52327 -1505641255753 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.Q4PMbPqtkeCP" -1505641256747 Marionette INFO Enabled via --marionette - -(firefox:10877): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10877): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10877): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10877): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10877): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10877): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10877): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10877): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10877): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10877): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10877): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10877): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505641260539 Marionette INFO Listening on port 45815 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505641260700 Marionette WARN TLS certificate errors will be ignored for this session -1505641260773 Marionette DEBUG loaded listener.js -1505641260795 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505641260809 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505641260809 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505641261024 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505641261026 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505641264313 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505641264320 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505641264321 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505641264420 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505641264422 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505641267761 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505641267767 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505641267768 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505641267878 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505641267880 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505641271288 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505641271320 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505641271321 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505641271457 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505641271459 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505641274823 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505641274829 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505641274829 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505641274940 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505641274942 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505641278236 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505641278244 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505641278244 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505641278410 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505641278412 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505641281927 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505641281935 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505641281936 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505641282051 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505641282054 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505641285270 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505641285277 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505641285278 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505641285395 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505641285397 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505641288690 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505641288699 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505641288699 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505641288812 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505641288814 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505641292377 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505641292517 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505641292518 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505641292684 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505641292686 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505641296135 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505641296146 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505641296146 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505641296273 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505641296275 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505641299593 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505641299599 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505641299599 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505641299713 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505641299715 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505641303048 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505641303054 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505641303054 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505641303162 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505641303164 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505641306405 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505641306412 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505641306412 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505641306519 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505641306521 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505641309833 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505641309842 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505641309842 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505641309949 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505641309951 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505641313245 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505641313254 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505641313254 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505641313371 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505641313373 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505641316852 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505641316858 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505641316859 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505641316969 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505641316972 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -Sandbox: Unexpected EOF, op 2 flags 00 path /etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf -1505642704741 geckodriver INFO geckodriver 0.19.0 -1505642704760 geckodriver INFO Listening on 127.0.0.1:37023 -1505642705019 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.Bfcft98DkfLr" -1505642706499 Marionette INFO Enabled via --marionette - -(firefox:11736): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11736): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11736): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11736): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11736): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11736): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11736): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11736): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11736): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11736): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11736): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11736): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505642710596 Marionette INFO Listening on port 35967 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505642710671 Marionette WARN TLS certificate errors will be ignored for this session -1505642710716 Marionette DEBUG loaded listener.js -1505642710739 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505642710752 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505642710752 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505642710964 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505642710967 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505642714205 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505642714214 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505642714214 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505642714323 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505642714325 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505642717640 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505642717647 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505642717648 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505642717759 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505642717762 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505642721160 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505642721169 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505642721169 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505642721279 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505642721281 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505642724627 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505642724634 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505642724634 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505642724753 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505642724755 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505642728032 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505642728145 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505642728147 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505642728260 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505642728263 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505642731726 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505642731733 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505642731733 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505642731843 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505642731845 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505642735110 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505642735118 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505642735118 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505642735225 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505642735226 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505642738521 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505642738528 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505642738528 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505642738645 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505642738647 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505642742225 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505642742230 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505642742231 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505642742348 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505642742350 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505642745732 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505642745740 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505642745742 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505642745851 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505642745853 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505642749102 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505642749114 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505642749115 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505642749220 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505642749222 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505642752555 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505642752562 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505642752562 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505642752676 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505642752679 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505642755914 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505642755923 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505642755924 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505642756033 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505642756035 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505642759354 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505642759367 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505642759367 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505642759472 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505642759475 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505642762760 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505642762767 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505642762767 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505642762878 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505642762880 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505642766326 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505642766332 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505642766333 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505642766438 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505642766440 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505642769591 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/edit.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505642769599 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/edit.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505642769600 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/edit.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505642769708 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do#foo%20apps" -1505642769709 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do#foo%20apps" -1505642773262 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do#foo%20apps" -1505642773272 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do#foo%20apps" -1505642773272 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do#foo%20apps" -1505642773382 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/WikiWhiteBoard" -1505642773384 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/WikiWhiteBoard" -1505642927571 geckodriver INFO geckodriver 0.19.0 -1505642927575 geckodriver INFO Listening on 127.0.0.1:43511 -1505642928742 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.qkX0y3GMkyEd" -1505642929629 Marionette INFO Enabled via --marionette - -(firefox:12095): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12095): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12095): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12095): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12095): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12095): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12095): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12095): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12095): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12095): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12095): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12095): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505642933635 Marionette INFO Listening on port 39613 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505642933668 Marionette WARN TLS certificate errors will be ignored for this session -1505642933703 Marionette DEBUG loaded listener.js -1505642933727 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505642933749 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505642933749 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505642933988 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505642933990 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505642937284 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505642937296 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505642937296 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505642937402 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505642937405 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505642940713 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505642940721 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505642940722 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505642940827 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505642940830 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505642944127 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505642944140 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505642944140 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505642944247 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505642944249 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505642947587 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505642947596 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505642947597 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505642947702 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505642947705 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505642951005 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505642951014 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505642951014 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505642951124 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505642951125 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505642954582 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505642954589 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505642954589 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505642954701 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505642954703 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505642957983 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505642957990 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505642957990 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505642958098 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505642958100 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505642961390 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505642961400 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505642961400 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505642961508 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505642961511 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505642964992 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505642965056 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505642965058 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505642965208 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505642965210 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505642968576 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505642968586 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505642968587 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505642968709 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505642968712 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505642971944 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505642971951 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505642971951 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505642972062 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505642972064 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505642975400 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505642975414 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505642975414 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505642975527 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505642975529 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505643093832 geckodriver INFO geckodriver 0.19.0 -1505643093852 geckodriver INFO Listening on 127.0.0.1:33313 -1505643094056 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.e20pOhJP05DS" -1505643096165 Marionette INFO Enabled via --marionette - -(firefox:12256): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12256): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12256): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12256): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12256): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12256): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12256): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12256): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12256): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12256): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12256): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12256): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505643100230 Marionette INFO Listening on port 33351 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505643100304 Marionette WARN TLS certificate errors will be ignored for this session -1505643100343 Marionette DEBUG loaded listener.js -1505643100370 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505643100384 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505643100385 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505643100587 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505643100589 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505643103823 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505643103831 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505643103832 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505643103945 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643103948 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643107228 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643107237 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643107237 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643107349 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643107352 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643110786 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643110794 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643110794 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643110903 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643110906 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643114238 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643114247 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643114247 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643114351 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643114353 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643117610 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643117619 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643117619 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643117724 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643117726 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643121186 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643121197 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643121197 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643121306 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505643121309 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505643124566 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505643124572 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505643124573 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505643124680 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505643124682 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505643127932 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505643127941 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505643127941 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505643128056 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505643128058 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505643131511 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505643131517 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505643131517 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505643131621 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505643131623 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505643134962 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505643134969 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505643134970 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505643135092 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505643135094 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505643138398 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505643138406 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505643138407 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505643138516 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505643138519 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505643355091 geckodriver INFO geckodriver 0.19.0 -1505643355111 geckodriver INFO Listening on 127.0.0.1:58465 -1505643355285 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.Plct5gJlTwzW" -1505643357941 Marionette INFO Enabled via --marionette - -(firefox:12528): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12528): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12528): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12528): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12528): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12528): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12528): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12528): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12528): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12528): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12528): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12528): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505643362142 Marionette INFO Listening on port 41749 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505643362262 Marionette WARN TLS certificate errors will be ignored for this session -1505643362306 Marionette DEBUG loaded listener.js -1505643362329 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505643362341 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505643362342 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505643362543 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505643362545 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505643365886 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505643365894 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505643365895 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505643366014 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643366017 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643369349 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643369356 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643369357 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643369468 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643369470 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643372803 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643372814 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643372814 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643372924 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643372925 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643376246 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643376256 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643376256 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643376364 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643376366 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643379676 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643379685 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643379685 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643379801 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643379803 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -1505643411922 geckodriver INFO geckodriver 0.19.0 -1505643411925 geckodriver INFO Listening on 127.0.0.1:36047 -1505643413074 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.C1arx5iXsgwe" -1505643414161 Marionette INFO Enabled via --marionette - -(firefox:12670): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12670): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12670): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12670): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12670): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12670): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12670): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12670): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12670): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12670): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12670): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12670): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505643417849 Marionette INFO Listening on port 42413 -1505643417992 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505643418032 Marionette DEBUG loaded listener.js -1505643418057 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505643418068 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505643418068 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505643418271 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505643418274 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505643421579 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505643421586 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505643421587 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505643421692 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643421694 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643425039 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643425047 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643425047 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643425153 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643425156 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643428527 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643428536 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643428537 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643428652 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643428654 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643431974 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643431980 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643431981 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643432092 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643432095 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643435404 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643435412 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643435412 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643435525 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643435526 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -[Child 12728] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505643437949 geckodriver INFO geckodriver 0.19.0 -1505643437953 geckodriver INFO Listening on 127.0.0.1:50485 -1505643439095 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.TXWa8t7CTWuc" -1505643439992 Marionette INFO Enabled via --marionette - -(firefox:12820): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12820): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12820): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12820): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12820): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12820): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12820): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12820): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12820): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12820): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12820): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12820): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505643443727 Marionette INFO Listening on port 42145 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505643443887 Marionette WARN TLS certificate errors will be ignored for this session -1505643443989 Marionette DEBUG loaded listener.js -1505643444020 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505643444150 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505643444152 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505643444637 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505643444639 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505643447923 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505643447931 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505643447931 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505643448041 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643448044 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643451304 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643451310 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643451311 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643451422 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643451424 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643454764 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643454773 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643454773 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643454883 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643454885 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643458221 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643458231 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643458231 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643458339 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643458341 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643461666 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643461674 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643461675 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643461783 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643461785 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643465208 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643465216 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643465216 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643465324 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505643465326 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505643468587 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505643468595 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505643468596 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505643468704 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505643468705 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505643471978 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505643471985 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505643471985 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505643472095 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505643472097 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505643475658 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505643475670 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505643475670 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505643475784 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505643475787 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505643479152 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505643479161 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505643479161 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505643479268 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505643479270 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505643482520 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505643482526 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505643482526 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505643482636 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505643482638 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505643485926 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505643485934 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505643485934 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505643486041 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505643486044 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505643489282 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505643489292 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505643489292 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505643489400 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505643489402 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505643492671 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505643492678 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505643492678 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505643492780 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505643492782 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505643496125 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505643496136 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505643496136 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505643496250 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505643496252 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505643499660 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505643499671 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505643499671 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505643499781 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505643499784 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505643560630 geckodriver INFO geckodriver 0.19.0 -1505643560640 geckodriver INFO Listening on 127.0.0.1:58409 -1505643560815 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.JAvvL3PZhaYH" -1505643563026 Marionette INFO Enabled via --marionette - -(firefox:13007): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13007): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:13007): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13007): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:13007): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13007): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:13007): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13007): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:13007): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13007): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:13007): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13007): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505643568024 Marionette INFO Listening on port 42679 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505643568065 Marionette WARN TLS certificate errors will be ignored for this session -1505643568503 Marionette DEBUG loaded listener.js -1505643568547 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505643568572 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505643568573 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505643568779 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505643568781 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505643572191 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505643572203 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505643572204 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505643572319 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643572321 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643575569 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643575578 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643575578 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643575691 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643575693 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643579080 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643579089 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643579089 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643579202 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643579204 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643582551 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643582559 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643582559 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643582671 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643582675 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643585963 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643585983 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643585985 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643586137 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643586140 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643589612 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643589622 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643589623 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643589731 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505643589733 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505643593061 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505643593070 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505643593070 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505643593191 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505643593193 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505643596704 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505643596722 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505643596723 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505643596900 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505643596901 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505643600558 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505643600567 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505643600568 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505643600676 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505643600678 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505643604076 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505643604084 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505643604084 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505643604201 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505643604203 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505643607495 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505643607503 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505643607504 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505643607618 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505643607621 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505643610959 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505643610966 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505643610966 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505643611071 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505643611073 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505643614316 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505643614324 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505643614324 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505643614435 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505643614436 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505643617797 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505643617804 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505643617804 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505643617915 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505643617917 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505643621196 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505643621204 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505643621204 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505643621325 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505643621327 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505643624775 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505643624782 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505643624782 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505643624890 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505643624892 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505643820900 geckodriver INFO geckodriver 0.19.0 -1505643820920 geckodriver INFO Listening on 127.0.0.1:56001 -1505643821097 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.ewUYKaJgTzCK" -1505643823837 Marionette INFO Enabled via --marionette - -(firefox:13233): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13233): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:13233): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13233): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:13233): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13233): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:13233): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13233): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:13233): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13233): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:13233): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13233): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505643828925 Marionette INFO Listening on port 36629 -1505643829167 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505643829602 Marionette DEBUG loaded listener.js -1505643829643 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505643829721 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505643829721 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505643829945 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505643829947 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505643833213 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505643833223 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505643833224 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505643833331 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643833334 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643836602 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643836609 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643836609 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505643836716 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643836718 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643840043 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643840057 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643840058 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505643840171 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643840173 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643843505 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643843512 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643843512 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505643843626 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643843629 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643846910 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643846919 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643846920 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505643847032 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643847034 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643850445 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643850453 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643850454 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505643850558 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505643850560 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505643853851 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505643853857 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505643853857 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505643853969 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505643853972 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505643857402 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505643857410 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505643857410 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505643857518 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505643857520 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505643861193 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505643861200 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505643861201 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505643861316 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505643861317 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505643864730 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505643864740 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505643864740 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505643864857 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505643864860 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505643868172 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505643868179 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505643868179 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505643868296 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505643868298 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505643871638 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505643871645 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505643871645 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505643871755 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505643871757 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505643875004 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505643875013 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505643875013 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505643875158 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505643875162 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505643878527 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505643878536 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505643878537 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505643878650 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505643878653 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505643881938 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505643881946 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505643881946 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505643882066 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505643882068 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505643885526 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505643885533 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505643885534 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505643885641 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505643885644 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505644086363 geckodriver INFO geckodriver 0.19.0 -1505644086383 geckodriver INFO Listening on 127.0.0.1:46257 -1505644086541 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.D9VS0S3b0xSU" -1505644090243 Marionette INFO Enabled via --marionette - -(firefox:13452): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13452): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:13452): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13452): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:13452): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13452): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:13452): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13452): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:13452): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13452): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:13452): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13452): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505644099709 Marionette INFO Listening on port 40703 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505644099732 Marionette WARN TLS certificate errors will be ignored for this session -1505644100261 Marionette DEBUG loaded listener.js -1505644100321 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505644100409 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505644100416 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505644100672 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505644100675 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505644104030 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505644104042 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505644104042 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505644104148 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505644104151 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505644107460 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505644107537 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505644107537 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505644107656 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505644107657 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505644111059 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505644111070 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505644111071 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505644111180 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505644111183 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505644114534 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505644114544 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505644114544 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505644114657 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505644114659 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505644117900 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505644117911 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505644117911 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505644118024 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505644118025 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505644121584 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505644121595 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505644121595 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505644121709 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505644121710 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505644125004 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505644125014 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505644125014 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505644125127 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505644125129 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505644128394 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505644128404 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505644128405 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505644128515 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505644128517 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505644132129 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505644132140 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505644132140 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505644132246 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505644132248 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505644135640 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505644135649 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505644135650 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505644135759 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505644135762 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505644139028 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505644139038 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505644139039 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505644139150 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505644139151 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505644142489 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505644142498 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505644142498 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505644142606 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505644142608 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505644145899 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505644145908 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505644145909 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505644146023 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505644146025 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505644149332 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505644149343 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505644149343 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505644149457 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505644149459 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505644152720 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505644152728 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505644152729 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505644152850 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505644152852 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505644156274 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505644156286 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505644156286 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505644156417 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505644156420 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505644490026 geckodriver INFO geckodriver 0.19.0 -1505644490047 geckodriver INFO Listening on 127.0.0.1:60639 -1505644490362 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.c9rWlv90RWWR" -1505644495087 Marionette INFO Enabled via --marionette - -(firefox:13847): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13847): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:13847): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13847): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:13847): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13847): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:13847): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13847): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:13847): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13847): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:13847): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:13847): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505644503367 Marionette INFO Listening on port 45099 -1505644503558 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505644504325 Marionette DEBUG loaded listener.js -1505644504372 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505644504387 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505644504388 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505644504631 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505644504634 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505644508014 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505644508092 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505644508092 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505644508216 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505644508218 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505644511517 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505644511528 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505644511528 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505644511638 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505644511640 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505644514946 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505644514958 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505644514959 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505644515079 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505644515081 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505644518446 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505644518456 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505644518457 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505644518569 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505644518572 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505644521836 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505644521847 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505644521848 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505644521956 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505644521957 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505644525401 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505644525457 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505644525458 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505644525564 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505644525566 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505644528817 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505644528927 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505644528929 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505644529093 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505644529095 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505644532363 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505644532471 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505644532472 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505644532644 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505644532646 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505644536162 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505644536172 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505644536172 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505644536278 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505644536281 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505644539629 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505644539686 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505644539687 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505644539802 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505644539803 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505644543106 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505644543115 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505644543115 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505644543219 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505644543221 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505644546510 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505644546519 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505644546520 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505644546631 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505644546634 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505644549901 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505644549913 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505644549914 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505644550030 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505644550032 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505644553293 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505644553302 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505644553303 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505644553408 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505644553410 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505644556750 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505644556759 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505644556760 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505644556868 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505644556871 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505644560286 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505644560296 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505644560296 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505644560410 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505644560413 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505644863125 geckodriver INFO geckodriver 0.19.0 -1505644863146 geckodriver INFO Listening on 127.0.0.1:36073 -1505644863381 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.4xMB1mQXeVu3" -1505644868919 Marionette INFO Enabled via --marionette - -(firefox:14172): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:14172): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:14172): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:14172): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:14172): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:14172): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:14172): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:14172): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:14172): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:14172): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:14172): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:14172): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505644877108 Marionette INFO Listening on port 35979 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505644877195 Marionette WARN TLS certificate errors will be ignored for this session -1505644877259 Marionette DEBUG loaded listener.js -1505644877283 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505644877396 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505644877398 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505644877622 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505644877624 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505644880929 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505644880941 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505644880942 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505644881058 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505644881060 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505644884366 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505644884443 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505644884443 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505644884560 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505644884562 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505644887853 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505644887861 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505644887862 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505644887969 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505644887971 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505644891302 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505644891310 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505644891311 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505644891426 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505644891428 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505644894690 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505644894706 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505644894706 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505644894811 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505644894813 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505644898294 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505644898301 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505644898301 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505644898406 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505644898409 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505644901711 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505644901718 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505644901719 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505644901827 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505644901829 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505644905085 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505644905091 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505644905092 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505644905194 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505644905196 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505644908791 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505644908798 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505644908799 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505644908913 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505644908915 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505644912268 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505644912274 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505644912274 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505644912382 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505644912384 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505644915705 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505644915711 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505644915711 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505644915817 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505644915819 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505644919133 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505644919140 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505644919140 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505644919258 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505644919260 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505644922587 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505644922593 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505644922593 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505644922723 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505644922725 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505644926055 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505644926063 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505644926064 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505644926183 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505644926184 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505644929526 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505644929532 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505644929532 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505644929635 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505644929637 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505644933026 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505644933032 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505644933032 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505644933133 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505644933135 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -Sandbox: Unexpected EOF, op 2 flags 00 path /usr/share/fonts/truetype/takao-gothic -1505646545044 geckodriver INFO geckodriver 0.19.0 -1505646545106 geckodriver INFO Listening on 127.0.0.1:46193 -1505646546444 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.KUwJh3jCcC3I" -1505646554654 Marionette INFO Enabled via --marionette - -(firefox:14724): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:14724): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:14724): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:14724): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:14724): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:14724): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:14724): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:14724): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:14724): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:14724): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:14724): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:14724): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505646569193 Marionette INFO Listening on port 46805 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505646569311 Marionette WARN TLS certificate errors will be ignored for this session -1505646571092 Marionette DEBUG loaded listener.js -1505646571349 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505646571439 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505646571441 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505646571979 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505646571982 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505646575422 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505646575491 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505646575492 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505646575629 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505646575631 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505646578940 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505646578950 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505646578950 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505646579054 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505646579056 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505646582389 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505646582398 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505646582398 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505646582511 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505646582514 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505646701648 geckodriver INFO geckodriver 0.19.0 -1505646701666 geckodriver INFO Listening on 127.0.0.1:45507 -1505646702918 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.xTHLjccIRZ4h" -1505646706129 Marionette INFO Enabled via --marionette - -(firefox:14905): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:14905): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:14905): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:14905): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:14905): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:14905): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:14905): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:14905): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:14905): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:14905): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:14905): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:14905): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505646711908 Marionette INFO Listening on port 38345 -1505646711927 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505646712401 Marionette DEBUG loaded listener.js -1505646712484 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505646712500 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505646712501 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505646712713 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505646712905 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505646716315 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505646716326 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505646716326 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505646716447 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505646716450 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505646719761 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505646719768 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505646719768 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505646719875 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505646719877 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505646723249 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505646723261 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505646723261 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505646723375 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505646723378 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505646726791 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505646726800 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505646726801 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505646726910 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505646726912 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505646731827 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505646731835 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505646731835 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505646731945 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505646731947 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505646735386 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505646735395 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505646735395 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505646735506 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505646735509 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505646738813 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505646738821 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505646738821 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505646738929 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505646738931 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505646742254 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505646742263 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505646742263 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505646742364 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505646742365 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505646745945 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505646745954 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505646745955 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505646746064 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505646746068 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505646749479 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505646749489 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505646749489 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505646749591 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505646749593 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505646752890 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505646752896 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505646752897 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505646753004 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505646753006 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505646756357 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505646756363 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505646756363 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505646756472 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505646756474 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505646759791 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505646759798 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505646759799 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505646759909 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505646759912 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505646763245 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505646763251 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505646763252 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505646763356 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505646763358 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505646766701 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505646766708 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505646766709 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505646766832 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505646766834 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505646770232 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505646770241 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505646770242 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505646770352 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505646770354 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505647226727 geckodriver INFO geckodriver 0.19.0 -1505647226748 geckodriver INFO Listening on 127.0.0.1:55223 -1505647227000 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.EEshwxxNPYJN" -1505647243132 Marionette INFO Enabled via --marionette - -(firefox:15188): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:15188): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:15188): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:15188): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:15188): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:15188): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:15188): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:15188): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:15188): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:15188): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:15188): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:15188): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505647259947 addons.productaddons WARN Failed downloading XML, status: 0, reason: error -1505647259963 addons.productaddons WARN Failed downloading via XHR, status: 0, reason: error -1505647260317 Marionette INFO Listening on port 33303 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505647260381 Marionette WARN TLS certificate errors will be ignored for this session -1505647260418 Marionette DEBUG loaded listener.js -1505647260447 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505647260458 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505647260532 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505647260533 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505647261349 Marionette DEBUG Received DOM event "DOMContentLoaded" for "about:neterror?e=connectionFailure&u=http%3A//fuseki.local/foowiki/index-static.html&c=UTF-8&f=regular&d=Firefox%20can%E2%80%99t%20establish%20a%20connection%20to%20the%20server%20at%20fuseki.local." -1505647594128 geckodriver INFO geckodriver 0.19.0 -1505647594169 geckodriver INFO Listening on 127.0.0.1:53399 -1505647594569 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.36jy3CZ0TOfh" -1505647600413 Marionette INFO Enabled via --marionette - -(firefox:15704): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:15704): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:15704): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:15704): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:15704): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:15704): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:15704): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:15704): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:15704): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:15704): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:15704): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:15704): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505647610997 Marionette INFO Listening on port 45211 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505647611349 Marionette WARN TLS certificate errors will be ignored for this session -1505647611399 Marionette DEBUG loaded listener.js -1505647611497 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505647630728 addons.productaddons WARN Failed downloading XML, status: 0, reason: timeout -1505647646675 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505647646704 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505647646707 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505647646812 Marionette DEBUG Received DOM event "DOMContentLoaded" for "about:neterror?e=connectionFailure&u=http%3A//fuseki.local/foowiki/index-static.html&c=UTF-8&f=regular&d=Firefox%20can%E2%80%99t%20establish%20a%20connection%20to%20the%20server%20at%20fuseki.local." -1505647669297 addons.productaddons WARN Failed downloading via XHR, status: 0, reason: error -1505647684207 geckodriver INFO geckodriver 0.19.0 -1505647684227 geckodriver INFO Listening on 127.0.0.1:49051 -1505647685527 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.gDcvoeDTO6fa" -1505647691360 Marionette INFO Enabled via --marionette - -(firefox:16140): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:16140): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:16140): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:16140): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:16140): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:16140): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:16140): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:16140): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:16140): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:16140): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:16140): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:16140): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505647699980 Marionette INFO Listening on port 44895 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505647700026 Marionette WARN TLS certificate errors will be ignored for this session -1505647700648 Marionette DEBUG loaded listener.js -1505647700700 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505647700721 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505647700722 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505647701740 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505647701742 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505647706397 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505647708273 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505647708274 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505647708631 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505647708633 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505647711939 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505647711949 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505647711949 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505647712062 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505647712127 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505647715580 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505647715602 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505647715603 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505647715720 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505647715722 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505647719058 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505647719070 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505647719070 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505647719178 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505647719180 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505647722487 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505647722495 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505647722496 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505647722605 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505647722607 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505647726114 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505647726126 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505647726126 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505647726243 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505647726245 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505647729534 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505647729544 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505647729544 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505647729653 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505647729655 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505647732923 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505647732935 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505647732936 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505647733045 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505647733046 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505647736636 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505647736645 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505647736645 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505647736758 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505647736761 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505647740175 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505647740186 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505647740186 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505647740289 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505647740290 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505647743579 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505647743589 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505647743590 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505647743701 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505647743704 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505647747010 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505647747019 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505647747019 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505647747128 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505647747130 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505647750463 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505647750473 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505647750473 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505647750594 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505647750597 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505647753880 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505647753889 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505647753889 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505647753997 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505647753999 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505647757376 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505647757386 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505647757386 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505647757499 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505647757502 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505647760899 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505647760908 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505647760909 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505647761026 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505647761028 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -Sandbox: Unexpected EOF, op 2 flags 00 path /usr/share/texmf/fonts/opentype/public/lm-math -1505647993261 geckodriver INFO geckodriver 0.19.0 -1505647993283 geckodriver INFO Listening on 127.0.0.1:35495 -1505647994668 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.mlVmxjOGQdYr" -1505648000768 Marionette INFO Enabled via --marionette - -(firefox:16508): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:16508): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:16508): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:16508): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:16508): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:16508): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:16508): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:16508): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:16508): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:16508): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:16508): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:16508): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505648012958 Marionette INFO Listening on port 39407 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505648013020 Marionette WARN TLS certificate errors will be ignored for this session -1505648013083 Marionette DEBUG loaded listener.js -1505648013126 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505648013156 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505648013156 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505648013370 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505648013372 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505648016703 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505648016715 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505648016715 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505648016830 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505648016832 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505648020140 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505648020150 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505648020151 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505648020403 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505648020405 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505648191823 geckodriver INFO geckodriver 0.19.0 -1505648191830 geckodriver INFO Listening on 127.0.0.1:40911 -1505648193108 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.JBUQFMzsNUuK" -1505648198241 Marionette INFO Enabled via --marionette - -(firefox:16736): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:16736): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:16736): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:16736): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:16736): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:16736): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:16736): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:16736): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:16736): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:16736): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:16736): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:16736): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505648209593 Marionette INFO Listening on port 40473 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505648209640 Marionette WARN TLS certificate errors will be ignored for this session -1505648209844 Marionette DEBUG loaded listener.js -1505648209910 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505648210067 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505648210067 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505648210391 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505648210394 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505648213730 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505648213777 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505648213778 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505648213902 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505648213905 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505648217325 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505648217334 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505648217334 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505648217460 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505648217464 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505648220814 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505648220822 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505648220822 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505648220976 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505648220980 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505648224369 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505648224384 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505648224384 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505648224500 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505648224502 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505648227771 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505648227779 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505648227780 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505648227896 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505648227898 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505648231482 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505648231490 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505648231491 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505648231604 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505648231606 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505648234919 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505648234926 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505648234927 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505648235047 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505648235049 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505648238322 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505648238331 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505648238332 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505648238453 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505648238455 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505648242058 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505648242070 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505648242071 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505648242193 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505648242195 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505648245603 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505648245609 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505648245609 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505648245721 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505648245723 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505648248983 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505648248992 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505648248992 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505648249117 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505648249119 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505648252492 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505648252501 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505648252501 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505648252613 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505648252616 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505648255847 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505648255855 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505648255856 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505648255972 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505648255974 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505648259320 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505648259326 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505648259327 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505648259437 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505648259439 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505648262752 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505648262761 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505648262761 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505648262876 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505648262878 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505648266353 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505648266362 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505648266362 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505648266488 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505648266491 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505648959369 geckodriver INFO geckodriver 0.19.0 -1505648959387 geckodriver INFO Listening on 127.0.0.1:46357 -1505648960714 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.Te8TMFLJtjQQ" -1505648966419 Marionette INFO Enabled via --marionette - -(firefox:17291): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:17291): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:17291): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:17291): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:17291): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:17291): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:17291): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:17291): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:17291): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:17291): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:17291): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:17291): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505648974881 Marionette INFO Listening on port 35593 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505648974914 Marionette WARN TLS certificate errors will be ignored for this session -1505648974953 Marionette DEBUG loaded listener.js -1505648975063 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505648975156 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505648975156 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505648975579 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505648975582 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505648978974 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505648978986 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505648978987 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505648979094 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505648979096 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505648982362 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505648982369 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505648982369 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505648982488 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505648982490 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505648985787 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505648985795 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505648985796 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505648985903 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505648985905 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505648989280 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505648989288 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505648989288 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505648989392 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505648989394 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505648992667 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505648992675 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505648992675 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505648992785 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505648992787 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505648996265 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505648996274 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505648996274 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505648996374 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505648996376 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505648999677 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505648999684 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505648999684 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505648999801 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505648999804 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505649003065 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505649003120 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505649003121 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505649003233 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505649003235 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -[Child 17353] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505649150095 geckodriver INFO geckodriver 0.19.0 -1505649150113 geckodriver INFO Listening on 127.0.0.1:40977 -1505649150340 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.qDKFegUxdH8j" -1505649153190 Marionette INFO Enabled via --marionette - -(firefox:17492): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:17492): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:17492): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:17492): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:17492): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:17492): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:17492): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:17492): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:17492): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:17492): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:17492): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:17492): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505649158558 Marionette INFO Listening on port 36129 -1505649158679 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505649158726 Marionette DEBUG loaded listener.js -1505649158761 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505649158781 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505649158781 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505649158994 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505649158997 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505649162325 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505649162334 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505649162335 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505649162445 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505649162448 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505649165734 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505649165742 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505649165742 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505649165850 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505649165852 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505649169136 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505649169145 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505649169146 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505649169259 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505649169262 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505650173697 geckodriver INFO geckodriver 0.19.0 -1505650173716 geckodriver INFO Listening on 127.0.0.1:48765 -1505650174058 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.fDHAa3zXLQ2M" -1505650182613 Marionette INFO Enabled via --marionette - -(firefox:18109): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18109): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:18109): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18109): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:18109): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18109): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:18109): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18109): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:18109): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18109): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:18109): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18109): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505650195051 Marionette INFO Listening on port 46733 -1505650195137 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505650195182 Marionette DEBUG loaded listener.js -1505650195354 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505650195472 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505650195479 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505650196283 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505650196301 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505650199798 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505650199808 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505650199809 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505650199922 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505650199925 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505650203180 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505650203188 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505650203189 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505650203301 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505650203303 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505650206601 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505650206616 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505650206617 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505650206733 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505650206735 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505650360299 geckodriver INFO geckodriver 0.19.0 -1505650360318 geckodriver INFO Listening on 127.0.0.1:50301 -1505650360539 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.CZ0nQPFnPc0z" -1505650363258 Marionette INFO Enabled via --marionette - -(firefox:18268): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18268): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:18268): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18268): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:18268): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18268): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:18268): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18268): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:18268): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18268): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:18268): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18268): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505650368057 Marionette INFO Listening on port 34255 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505650368141 Marionette WARN TLS certificate errors will be ignored for this session -1505650368182 Marionette DEBUG loaded listener.js -1505650368207 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505650368219 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505650368219 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505650368440 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505650368443 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505650371724 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505650371797 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505650371798 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505650371932 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505650371934 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505650375214 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505650375339 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505650375340 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505650375459 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505650375462 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505650378752 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505650378877 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505650378880 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505650379008 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505650379010 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505650382338 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505650382345 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505650382345 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505650382453 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505650382455 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505650385849 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505650385858 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505650385858 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505650385974 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505650385975 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505650389447 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505650389458 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505650389458 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505650389569 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505650389571 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505650392830 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505650392839 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505650392839 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505650392947 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505650392950 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505650396182 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505650396193 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505650396193 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505650396298 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505650396300 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505650399842 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505650399849 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505650399850 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505650399954 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505650399956 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505650403324 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505650403333 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505650403334 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505650403439 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505650403442 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505650406687 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505650406693 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505650406694 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505650406798 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505650406800 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505650410105 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505650410112 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505650410112 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505650410226 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505650410228 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505650413456 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505650413461 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505650413461 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505650413562 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505650413564 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505650416837 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505650416845 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505650416845 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505650416951 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505650416953 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505650420187 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505650420194 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505650420195 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505650420307 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505650420309 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505650423650 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505650423657 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505650423657 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505650423758 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505650423759 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505650749388 geckodriver INFO geckodriver 0.19.0 -1505650749408 geckodriver INFO Listening on 127.0.0.1:39765 -1505650750790 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.JwXoFthKqQKW" -1505650753809 Marionette INFO Enabled via --marionette - -(firefox:18538): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18538): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:18538): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18538): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:18538): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18538): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:18538): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18538): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:18538): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18538): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:18538): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18538): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505650757963 Marionette INFO Listening on port 46615 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505650758047 Marionette WARN TLS certificate errors will be ignored for this session -1505650758089 Marionette DEBUG loaded listener.js -1505650758115 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505650758128 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505650758128 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505650758331 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505650758334 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505650761598 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505650761611 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505650761612 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505650761727 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505650761729 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505650765062 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505650765071 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505650765072 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505650765178 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505650765181 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505650768474 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505650768483 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505650768483 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505650768595 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505650768596 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505650771902 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505650771910 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505650771911 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505650772023 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505650772025 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505650775272 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505650775281 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505650775282 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505650775396 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505650775398 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505650778840 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505650778848 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505650778848 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505650778968 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505650778973 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505650782215 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505650782225 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505650782225 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505650782333 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505650782334 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505650785585 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505650785592 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505650785593 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505650785703 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505650785705 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505650789197 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505650789204 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505650789205 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505650789330 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505650789332 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505650792695 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505650792704 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505650792704 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505650792816 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505650792818 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505650796043 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505650796050 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505650796051 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505650796158 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505650796160 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505650799477 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505650799492 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505650799492 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505650799602 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505650799604 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505650802829 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505650802835 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505650802835 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505650802942 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505650802943 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505650806235 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505650806242 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505650806242 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505650806349 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505650806352 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505650809627 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505650809636 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505650809636 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505650809756 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505650809758 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505650813110 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505650813117 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505650813118 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505650813221 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505650813223 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505652302271 geckodriver INFO geckodriver 0.19.0 -1505652302336 geckodriver INFO Listening on 127.0.0.1:49877 -1505652303666 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.voXxzQJbiG3P" -1505652313420 Marionette INFO Enabled via --marionette - -(firefox:20039): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20039): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20039): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20039): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20039): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20039): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20039): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20039): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20039): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20039): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20039): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20039): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505652326083 Marionette INFO Listening on port 44849 -1505652326112 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505652326693 Marionette DEBUG loaded listener.js -1505652326750 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505652326894 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505652326895 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505652327395 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505652327398 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505652330906 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505652330917 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505652330917 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505652331030 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505652331033 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505652334320 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505652334329 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505652334329 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505652334445 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505652334446 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505652337771 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505652337782 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505652337782 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505652337900 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505652337902 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505652341281 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505652341290 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505652341290 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505652341400 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505652341402 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505652345292 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505652345302 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505652345302 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505652345422 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505652345424 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505652348943 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505652348952 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505652348953 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505652349064 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505652349066 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505652352354 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505652352365 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505652352365 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505652352475 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505652352477 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505652355782 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505652355791 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505652355791 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505652355895 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505652355897 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505652359457 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505652359469 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505652359469 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505652359584 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505652359586 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505652363048 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505652363057 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505652363057 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505652363168 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505652363171 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505652366447 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505652366458 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505652366458 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505652366568 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505652366570 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505652369960 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505652369969 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505652369969 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505652370083 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505652370085 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505652373382 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505652373392 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505652373392 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505652373518 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505652373521 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505652376881 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505652376891 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505652376891 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505652377000 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505652377002 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505652380297 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505652380308 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505652380308 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505652380416 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505652380418 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505652383887 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505652383900 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505652383900 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505652384037 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505652384040 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -JavaScript error: chrome://browser/content/browser.js, line 6454: TypeError: cannot use the given object as a weak map key -ExceptionHandler::GenerateDump cloned child 20370 -ExceptionHandler::SendContinueSignalToChild sent continue signal to child -ExceptionHandler::GenerateDump cloned child 20371 -ExceptionHandler::SendContinueSignalToChild sent continue signal to child -ExceptionHandler::GenerateDump cloned child 20372 -ExceptionHandler::SendContinueSignalToChild sent continue signal to child -ExceptionHandler::WaitForContinueSignal waiting for continue signal... -ExceptionHandler::WaitForContinueSignal waiting for continue signal... -ExceptionHandler::WaitForContinueSignal waiting for continue signal... -ExceptionHandler::GenerateDump cloned child 20373 -ExceptionHandler::SendContinueSignalToChild sent continue signal to child -ExceptionHandler::WaitForContinueSignal waiting for continue signal... -ExceptionHandler::GenerateDump cloned child 20374 -ExceptionHandler::SendContinueSignalToChild sent continue signal to child -ExceptionHandler::WaitForContinueSignal waiting for continue signal... -ExceptionHandler::GenerateDump cloned child 20375 -ExceptionHandler::SendContinueSignalToChild sent continue signal to child -ExceptionHandler::GenerateDump cloned child 20376 -ExceptionHandler::SendContinueSignalToChild sent continue signal to child -ExceptionHandler::WaitForContinueSignal waiting for continue signal... -ExceptionHandler::WaitForContinueSignal waiting for continue signal... -ExceptionHandler::GenerateDump cloned child 20377 -ExceptionHandler::WaitForContinueSignal waiting for continue signal... -ExceptionHandler::SendContinueSignalToChild sent continue signal to child -ExceptionHandler::GenerateDump cloned child 20382 -ExceptionHandler::WaitForContinueSignal waiting for continue signal... -ExceptionHandler::SendContinueSignalToChild sent continue signal to child -ExceptionHandler::GenerateDump cloned child ExceptionHandler::WaitForContinueSignal waiting for continue signal... -20398 -ExceptionHandler::SendContinueSignalToChild sent continue signal to child -ExceptionHandler::GenerateDump cloned child 20400 -ExceptionHandler::WaitForContinueSignal waiting for continue signal... -ExceptionHandler::SendContinueSignalToChild sent continue signal to child -[Parent 14172] WARNING: pipe error (56): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Parent 20039] WARNING: pipe error (58): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Parent 11736] WARNING: pipe error (56): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - -[Parent 13452] WARNING: pipe error (53): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - -[Parent 18538] WARNING: pipe error (56): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -JavaScript error: chrome://browser/content/browser.js, line 6454: TypeError: cannot use the given object as a weak map key -[Parent 16140] WARNING: pipe error (52): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Parent 13233] WARNING: pipe error (52): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Parent 13007] WARNING: pipe error (53): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - - -###!!! [Parent][MessageChannel] Error: (msgtype=0x44003F,name=PContent::Msg_Shutdown) Channel error: cannot send/recv - - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - -console.error: -console.error: -console.error: - Message: Error: SessionFile is closed - Stack: - write@resource:///modules/sessionstore/SessionFile.jsm:315:29 -write@resource:///modules/sessionstore/SessionFile.jsm:74:12 -_writeState@resource:///modules/sessionstore/SessionSaver.jsm:343:12 -_saveState@resource:///modules/sessionstore/SessionSaver.jsm:281:12 -_saveStateAsync@resource:///modules/sessionstore/SessionSaver.jsm:327:5 -runDelayed/this._timeoutID<@resource:///modules/sessionstore/SessionSaver.jsm:184:40 -setTimeout_timer@resource://gre/modules/Timer.jsm:30:5 -observe@resource://gre/modules/AsyncShutdown.jsm:531:9 - - Message: Error: SessionFile is closed - Stack: - write@resource:///modules/sessionstore/SessionFile.jsm:315:29 -write@resource:///modules/sessionstore/SessionFile.jsm:74:12 -_writeState@resource:///modules/sessionstore/SessionSaver.jsm:343:12 -_saveState@resource:///modules/sessionstore/SessionSaver.jsm:281:12 -_saveStateAsync@resource:///modules/sessionstore/SessionSaver.jsm:327:5 -runDelayed/this._timeoutID<@resource:///modules/sessionstore/SessionSaver.jsm:184:40 -setTimeout_timer@resource://gre/modules/Timer.jsm:30:5 -observe@resource://gre/modules/AsyncShutdown.jsm:531:9 -addBlocker/moduleBlocker/<@jar:file:///usr/lib/firefox/omni.ja!/components/nsAsyncShutdown.js:155:15 -Promise@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:390:5 -moduleBlocker@jar:file:///usr/lib/firefox/omni.ja!/components/nsAsyncShutdown.js:151:29 -trigger@resource://gre/modules/AsyncShutdown.jsm:700:23 -_wait@resource://gre/modules/AsyncShutdown.jsm:847:7 -wait@resource://gre/modules/AsyncShutdown.jsm:831:28 -observe@resource://gre/modules/AsyncShutdown.jsm:514:17 - - Message: Error: SessionFile is closed - Stack: - write@resource:///modules/sessionstore/SessionFile.jsm:315:29 -write@resource:///modules/sessionstore/SessionFile.jsm:74:12 -_writeState@resource:///modules/sessionstore/SessionSaver.jsm:343:12 -_saveState@resource:///modules/sessionstore/SessionSaver.jsm:281:12 -_saveStateAsync@resource:///modules/sessionstore/SessionSaver.jsm:327:5 -runDelayed/this._timeoutID<@resource:///modules/sessionstore/SessionSaver.jsm:184:40 -setTimeout_timer@resource://gre/modules/Timer.jsm:30:5 -observe@resource://gre/modules/AsyncShutdown.jsm:531:9 - -console.error: - Message: Error: SessionFile is closed - Stack: - write@resource:///modules/sessionstore/SessionFile.jsm:315:29 -write@resource:///modules/sessionstore/SessionFile.jsm:74:12 -_writeState@resource:///modules/sessionstore/SessionSaver.jsm:343:12 -_saveState@resource:///modules/sessionstore/SessionSaver.jsm:281:12 -_saveStateAsync@resource:///modules/sessionstore/SessionSaver.jsm:327:5 -runDelayed/this._timeoutID<@resource:///modules/sessionstore/SessionSaver.jsm:184:40 -setTimeout_timer@resource://gre/modules/Timer.jsm:30:5 -observe@resource://gre/modules/AsyncShutdown.jsm:531:9 -addBlocker/moduleBlocker/<@jar:file:///usr/lib/firefox/omni.ja!/components/nsAsyncShutdown.js:155:15 -Promise@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:390:5 -moduleBlocker@jar:file:///usr/lib/firefox/omni.ja!/components/nsAsyncShutdown.js:151:29 -trigger@resource://gre/modules/AsyncShutdown.jsm:700:23 -_wait@resource://gre/modules/AsyncShutdown.jsm:847:7 -wait@resource://gre/modules/AsyncShutdown.jsm:831:28 -observe@resource://gre/modules/AsyncShutdown.jsm:514:17 - -[Parent 12820] WARNING: pipe error (55): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - -console.error: - Message: Error: SessionFile is closed - Stack: - write@resource:///modules/sessionstore/SessionFile.jsm:315:29 -write@resource:///modules/sessionstore/SessionFile.jsm:74:12 -_writeState@resource:///modules/sessionstore/SessionSaver.jsm:343:12 -_saveState@resource:///modules/sessionstore/SessionSaver.jsm:281:12 -_saveStateAsync@resource:///modules/sessionstore/SessionSaver.jsm:327:5 -runDelayed/this._timeoutID<@resource:///modules/sessionstore/SessionSaver.jsm:184:40 -setTimeout_timer@resource://gre/modules/Timer.jsm:30:5 - -console.error: - Message: Error: SessionFile is closed - Stack: - write@resource:///modules/sessionstore/SessionFile.jsm:315:29 -write@resource:///modules/sessionstore/SessionFile.jsm:74:12 -_writeState@resource:///modules/sessionstore/SessionSaver.jsm:343:12 -_saveState@resource:///modules/sessionstore/SessionSaver.jsm:281:12 -_saveStateAsync@resource:///modules/sessionstore/SessionSaver.jsm:327:5 -runDelayed/this._timeoutID<@resource:///modules/sessionstore/SessionSaver.jsm:184:40 -setTimeout_timer@resource://gre/modules/Timer.jsm:30:5 - -console.error: - Message: Error: SessionFile is closed - Stack: - write@resource:///modules/sessionstore/SessionFile.jsm:315:29 -write@resource:///modules/sessionstore/SessionFile.jsm:74:12 -_writeState@resource:///modules/sessionstore/SessionSaver.jsm:343:12 -_saveState@resource:///modules/sessionstore/SessionSaver.jsm:281:12 -_saveStateAsync@resource:///modules/sessionstore/SessionSaver.jsm:327:5 -runDelayed/this._timeoutID<@resource:///modules/sessionstore/SessionSaver.jsm:184:40 -setTimeout_timer@resource://gre/modules/Timer.jsm:30:5 - -JavaScript error: chrome://browser/content/browser.js, line 6454: TypeError: cannot use the given object as a weak map key -[Parent 15188] WARNING: pipe error (55): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - - -###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv - -console.error: - Message: Error: SessionFile is closed - Stack: - write@resource:///modules/sessionstore/SessionFile.jsm:315:29 -write@resource:///modules/sessionstore/SessionFile.jsm:74:12 -_writeState@resource:///modules/sessionstore/SessionSaver.jsm:343:12 -_saveState@resource:///modules/sessionstore/SessionSaver.jsm:281:12 -_saveStateAsync@resource:///modules/sessionstore/SessionSaver.jsm:327:5 -runDelayed/this._timeoutID<@resource:///modules/sessionstore/SessionSaver.jsm:184:40 -setTimeout_timer@resource://gre/modules/Timer.jsm:30:5 - -console.error: - Message: Error: SessionFile is closed - Stack: - write@resource:///modules/sessionstore/SessionFile.jsm:315:29 -write@resource:///modules/sessionstore/SessionFile.jsm:74:12 -_writeState@resource:///modules/sessionstore/SessionSaver.jsm:343:12 -_saveState@resource:///modules/sessionstore/SessionSaver.jsm:281:12 -_saveStateAsync@resource:///modules/sessionstore/SessionSaver.jsm:327:5 -runDelayed/this._timeoutID<@resource:///modules/sessionstore/SessionSaver.jsm:184:40 -setTimeout_timer@resource://gre/modules/Timer.jsm:30:5 - -console.error: - Message: Error: SessionFile is closed - Stack: - write@resource:///modules/sessionstore/SessionFile.jsm:315:29 -write@resource:///modules/sessionstore/SessionFile.jsm:74:12 -_writeState@resource:///modules/sessionstore/SessionSaver.jsm:343:12 -_saveState@resource:///modules/sessionstore/SessionSaver.jsm:281:12 -_saveStateAsync@resource:///modules/sessionstore/SessionSaver.jsm:327:5 -runDelayed/this._timeoutID<@resource:///modules/sessionstore/SessionSaver.jsm:184:40 -setTimeout_timer@resource://gre/modules/Timer.jsm:30:5 - -console.error: - Message: Error: SessionFile is closed - Stack: - write@resource:///modules/sessionstore/SessionFile.jsm:315:29 -write@resource:///modules/sessionstore/SessionFile.jsm:74:12 -_writeState@resource:///modules/sessionstore/SessionSaver.jsm:343:12 -_saveState@resource:///modules/sessionstore/SessionSaver.jsm:281:12 -_saveStateAsync@resource:///modules/sessionstore/SessionSaver.jsm:327:5 -runDelayed/this._timeoutID<@resource:///modules/sessionstore/SessionSaver.jsm:184:40 -setTimeout_timer@resource://gre/modules/Timer.jsm:30:5 - -WARNING: At least one completion condition is taking too long to complete. Conditions: [{"name":"Places Connection shutdown","state":{"progress":{}},"filename":"/build/firefox-qZqDB8/firefox-55.0.2+build1/toolkit/components/places/Database.cpp","lineNumber":640,"stack":["jar:file:///usr/lib/firefox/omni.ja!/components/nsAsyncShutdown.js:addBlocker:161","chrome://browser/content/sanitize.js:Sanitizer.onStartup:824","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG__finalUIStartup:608","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG_observe:327"]}] Barrier: profile-before-change -WARNING: At least one completion condition is taking too long to complete. Conditions: [{"name":"Places Connection shutdown","state":{"progress":{}},"filename":"/build/firefox-qZqDB8/firefox-55.0.2+build1/toolkit/components/places/Database.cpp","lineNumber":640,"stack":["jar:file:///usr/lib/firefox/omni.ja!/components/nsAsyncShutdown.js:addBlocker:161","chrome://browser/content/sanitize.js:Sanitizer.onStartup:824","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG__finalUIStartup:608","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG_observe:327"]}] Barrier: profile-before-change -WARNING: At least one completion condition is taking too long to complete. Conditions: [{"name":"CrashMonitor: Writing notifications to file after receiving profile-before-change","state":"(none)","filename":"resource://gre/modules/CrashMonitor.jsm","lineNumber":172,"stack":["resource://gre/modules/CrashMonitor.jsm:init:172","jar:file:///usr/lib/firefox/omni.ja!/components/nsCrashMonitor.js:observe:24"]}] Barrier: OS.File: Waiting for clients before profileBeforeChange -WARNING: At least one completion condition is taking too long to complete. Conditions: [{"name":"OS.File: flush I/O queued before profileBeforeChange","state":{"launched":true,"shutdown":false,"worker":true,"pendingReset":false,"latestSent":["Sun Sep 17 2017 14:48:58 GMT+0200 (CEST)","writeAtomic"],"latestReceived":null,"messagesSent":237,"messagesReceived":236,"messagesQueued":238,"DEBUG":false,"clients":[{"name":"CrashMonitor: Writing notifications to file after receiving profile-before-change","state":"(none)","filename":"resource://gre/modules/CrashMonitor.jsm","lineNumber":172,"stack":["resource://gre/modules/CrashMonitor.jsm:init:172","jar:file:///usr/lib/firefox/omni.ja!/components/nsCrashMonitor.js:observe:24"]}]},"filename":"resource://gre/modules/osfile/osfile_async_front.jsm","lineNumber":1500,"stack":["resource://gre/modules/osfile/osfile_async_front.jsm:setupShutdown:1500","resource://gre/modules/osfile/osfile_async_front.jsm:null:1520","resource://gre/modules/osfile.jsm:null:11","resource://gre/modules/addons/GMPProvider.jsm:null:18","resource://gre/modules/AddonManager.jsm:startup:889","resource://gre/modules/AddonManager.jsm:startup:3122","jar:file:///usr/lib/firefox/omni.ja!/components/addonManager.js:observe:65"]},{"name":"Places Connection shutdown","state":{"progress":{}},"filename":"/build/firefox-qZqDB8/firefox-55.0.2+build1/toolkit/components/places/Database.cpp","lineNumber":640,"stack":["jar:file:///usr/lib/firefox/omni.ja!/components/nsAsyncShutdown.js:addBlocker:161","chrome://browser/content/sanitize.js:Sanitizer.onStartup:824","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG__finalUIStartup:608","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG_observe:327"]}] Barrier: profile-before-change -WARNING: At least one completion condition is taking too long to complete. Conditions: [{"name":"Places Connection shutdown","state":{"progress":{}},"filename":"/build/firefox-qZqDB8/firefox-55.0.2+build1/toolkit/components/places/Database.cpp","lineNumber":640,"stack":["jar:file:///usr/lib/firefox/omni.ja!/components/nsAsyncShutdown.js:addBlocker:161","chrome://browser/content/sanitize.js:Sanitizer.onStartup:824","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG__finalUIStartup:608","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG_observe:327"]}] Barrier: profile-before-change -WARNING: At least one completion condition is taking too long to complete. Conditions: [{"name":"Places Connection shutdown","state":{"progress":{}},"filename":"/build/firefox-qZqDB8/firefox-55.0.2+build1/toolkit/components/places/Database.cpp","lineNumber":640,"stack":["jar:file:///usr/lib/firefox/omni.ja!/components/nsAsyncShutdown.js:addBlocker:161","chrome://browser/content/sanitize.js:Sanitizer.onStartup:824","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG__finalUIStartup:608","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG_observe:327"]}] Barrier: profile-before-change -JavaScript error: chrome://browser/content/browser.js, line 6454: TypeError: cannot use the given object as a weak map key -JavaScript error: jar:file:///usr/lib/firefox/omni.ja!/components/nsUrlClassifierListManager.js, line 334: NS_ERROR_NOT_INITIALIZED: Component returned failure code: 0xc1f30001 (NS_ERROR_NOT_INITIALIZED) [nsIUrlClassifierDBService.getTables] -WARNING: At least one completion condition is taking too long to complete. Conditions: [{"name":"Places Connection shutdown","state":{"progress":{}},"filename":"/build/firefox-qZqDB8/firefox-55.0.2+build1/toolkit/components/places/Database.cpp","lineNumber":640,"stack":["jar:file:///usr/lib/firefox/omni.ja!/components/nsAsyncShutdown.js:addBlocker:161","chrome://browser/content/sanitize.js:Sanitizer.onStartup:824","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG__finalUIStartup:608","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG_observe:327"]}] Barrier: profile-before-change -WARNING: At least one completion condition is taking too long to complete. Conditions: [{"name":"Places Connection shutdown","state":{"progress":{}},"filename":"/build/firefox-qZqDB8/firefox-55.0.2+build1/toolkit/components/places/Database.cpp","lineNumber":640,"stack":["jar:file:///usr/lib/firefox/omni.ja!/components/nsAsyncShutdown.js:addBlocker:161","chrome://browser/content/sanitize.js:Sanitizer.onStartup:824","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG__finalUIStartup:608","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG_observe:327"]}] Barrier: profile-before-change -WARNING: At least one completion condition is taking too long to complete. Conditions: [{"name":"Places Connection shutdown","state":{"progress":{}},"filename":"/build/firefox-qZqDB8/firefox-55.0.2+build1/toolkit/components/places/Database.cpp","lineNumber":640,"stack":["jar:file:///usr/lib/firefox/omni.ja!/components/nsAsyncShutdown.js:addBlocker:161","chrome://browser/content/sanitize.js:Sanitizer.onStartup:824","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG__finalUIStartup:608","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG_observe:327"]}] Barrier: profile-before-change -WARNING: At least one completion condition is taking too long to complete. Conditions: [{"name":"CrashMonitor: Writing notifications to file after receiving profile-before-change","state":"(none)","filename":"resource://gre/modules/CrashMonitor.jsm","lineNumber":172,"stack":["resource://gre/modules/CrashMonitor.jsm:init:172","jar:file:///usr/lib/firefox/omni.ja!/components/nsCrashMonitor.js:observe:24"]}] Barrier: OS.File: Waiting for clients before profileBeforeChange -WARNING: At least one completion condition is taking too long to complete. Conditions: [{"name":"CrashMonitor: Writing notifications to file after receiving profile-before-change","state":"(none)","filename":"resource://gre/modules/CrashMonitor.jsm","lineNumber":172,"stack":["resource://gre/modules/CrashMonitor.jsm:init:172","jar:file:///usr/lib/firefox/omni.ja!/components/nsCrashMonitor.js:observe:24"]}] Barrier: OS.File: Waiting for clients before profileBeforeChange -WARNING: At least one completion condition is taking too long to complete. Conditions: [{"name":"OS.File: flush I/O queued before profileBeforeChange","state":{"launched":true,"shutdown":false,"worker":true,"pendingReset":false,"latestSent":["Sun Sep 17 2017 14:49:06 GMT+0200 (CEST)","writeAtomic"],"latestReceived":null,"messagesSent":242,"messagesReceived":241,"messagesQueued":243,"DEBUG":false,"clients":[{"name":"CrashMonitor: Writing notifications to file after receiving profile-before-change","state":"(none)","filename":"resource://gre/modules/CrashMonitor.jsm","lineNumber":172,"stack":["resource://gre/modules/CrashMonitor.jsm:init:172","jar:file:///usr/lib/firefox/omni.ja!/components/nsCrashMonitor.js:observe:24"]}]},"filename":"resource://gre/modules/osfile/osfile_async_front.jsm","lineNumber":1500,"stack":["resource://gre/modules/osfile/osfile_async_front.jsm:setupShutdown:1500","resource://gre/modules/osfile/osfile_async_front.jsm:null:1520","resource://gre/modules/osfile.jsm:null:11","resource://gre/modules/addons/GMPProvider.jsm:null:18","resource://gre/modules/AddonManager.jsm:startup:889","resource://gre/modules/AddonManager.jsm:startup:3122","jar:file:///usr/lib/firefox/omni.ja!/components/addonManager.js:observe:65"]},{"name":"Places Connection shutdown","state":{"progress":{}},"filename":"/build/firefox-qZqDB8/firefox-55.0.2+build1/toolkit/components/places/Database.cpp","lineNumber":640,"stack":["jar:file:///usr/lib/firefox/omni.ja!/components/nsAsyncShutdown.js:addBlocker:161","chrome://browser/content/sanitize.js:Sanitizer.onStartup:824","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG__finalUIStartup:608","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG_observe:327"]}] Barrier: profile-before-change -WARNING: At least one completion condition is taking too long to complete. Conditions: [{"name":"Places Connection shutdown","state":{"progress":{}},"filename":"/build/firefox-qZqDB8/firefox-55.0.2+build1/toolkit/components/places/Database.cpp","lineNumber":640,"stack":["jar:file:///usr/lib/firefox/omni.ja!/components/nsAsyncShutdown.js:addBlocker:161","chrome://browser/content/sanitize.js:Sanitizer.onStartup:824","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG__finalUIStartup:608","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG_observe:327"]}] Barrier: profile-before-change -WARNING: At least one completion condition is taking too long to complete. Conditions: [{"name":"OS.File: flush I/O queued before profileBeforeChange","state":{"launched":true,"shutdown":false,"worker":true,"pendingReset":false,"latestSent":["Sun Sep 17 2017 14:49:06 GMT+0200 (CEST)","writeAtomic"],"latestReceived":null,"messagesSent":245,"messagesReceived":244,"messagesQueued":246,"DEBUG":false,"clients":[{"name":"CrashMonitor: Writing notifications to file after receiving profile-before-change","state":"(none)","filename":"resource://gre/modules/CrashMonitor.jsm","lineNumber":172,"stack":["resource://gre/modules/CrashMonitor.jsm:init:172","jar:file:///usr/lib/firefox/omni.ja!/components/nsCrashMonitor.js:observe:24"]}]},"filename":"resource://gre/modules/osfile/osfile_async_front.jsm","lineNumber":1500,"stack":["resource://gre/modules/osfile/osfile_async_front.jsm:setupShutdown:1500","resource://gre/modules/osfile/osfile_async_front.jsm:null:1520","resource://gre/modules/osfile.jsm:null:11","resource://gre/modules/addons/GMPProvider.jsm:null:18","resource://gre/modules/AddonManager.jsm:startup:889","resource://gre/modules/AddonManager.jsm:startup:3122","jar:file:///usr/lib/firefox/omni.ja!/components/addonManager.js:observe:65"]},{"name":"Places Connection shutdown","state":{"progress":{}},"filename":"/build/firefox-qZqDB8/firefox-55.0.2+build1/toolkit/components/places/Database.cpp","lineNumber":640,"stack":["jar:file:///usr/lib/firefox/omni.ja!/components/nsAsyncShutdown.js:addBlocker:161","chrome://browser/content/sanitize.js:Sanitizer.onStartup:824","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG__finalUIStartup:608","jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js:BG_observe:327"]}] Barrier: profile-before-change -Sandbox: Unexpected EOF, op 2 flags 00 path /etc/fonts/fonts.conf -1505652762478 geckodriver INFO geckodriver 0.19.0 -1505652762495 geckodriver INFO Listening on 127.0.0.1:49697 -1505652762795 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.sefrwm6e9qLA" -1505652766020 Marionette INFO Enabled via --marionette - -(firefox:20845): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20845): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20845): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20845): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20845): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20845): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20845): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20845): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20845): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20845): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20845): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20845): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505652771808 Marionette INFO Listening on port 36215 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505652771858 Marionette WARN TLS certificate errors will be ignored for this session -1505652771893 Marionette DEBUG loaded listener.js -1505652771919 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505652771930 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505652771930 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505652772296 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505652772299 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505652775538 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505652775707 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505652775710 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505652775828 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505652775830 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505652779106 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505652779241 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505652779242 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505652779356 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505652779358 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505652782816 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505652782832 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505652782833 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505652782943 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505652782946 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505652786250 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505652786257 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505652786258 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505652786360 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505652786362 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505652790405 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505652790412 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505652790412 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505652790515 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505652790517 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505652793959 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505652793966 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505652793967 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505652794069 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505652794071 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505652797316 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505652797324 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505652797325 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505652797426 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505652797428 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505652800678 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505652800685 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505652800685 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505652800788 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505652800790 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505652804275 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505652804281 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505652804281 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505652804378 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505652804380 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505652807693 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505652807702 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505652807703 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505652807821 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505652807823 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505652811060 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505652811069 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505652811070 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505652811183 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505652811185 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505652814428 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505652814437 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505652814437 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505652814542 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505652814543 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505652817749 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505652817756 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505652817757 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505652817853 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505652817855 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505652821128 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505652821136 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505652821137 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505652821234 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505652821236 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505652824490 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505652824498 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505652824498 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505652824610 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505652824612 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505652827966 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505652827972 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505652827972 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505652828068 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505652828070 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" - -(firefox:20845): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20845): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20845): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20845): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505680161909 geckodriver INFO geckodriver 0.19.0 -1505680161912 geckodriver INFO Listening on 127.0.0.1:50767 -1505680163020 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.VSaYlEyQl1OW" -1505680164226 Marionette INFO Enabled via --marionette - -(firefox:26826): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:26826): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:26826): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:26826): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:26826): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:26826): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:26826): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:26826): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:26826): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:26826): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:26826): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:26826): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505680166893 Marionette INFO Listening on port 36021 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505680166988 Marionette WARN TLS certificate errors will be ignored for this session -1505680167041 Marionette DEBUG loaded listener.js -1505680167069 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505680167083 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505680167083 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505680167305 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505680167308 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505680170521 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505680170535 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505680170536 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505680170656 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505680170658 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505680173895 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505680173905 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505680173905 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505680174023 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505680174025 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505680177253 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505680177259 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505680177261 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505680177398 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505680177400 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505680180680 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505680180689 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505680180689 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505680180808 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505680180810 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505680184062 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505680184072 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505680184074 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505680184184 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505680184186 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505680187600 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505680187612 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505680187612 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505680187736 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505680187738 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505680190991 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505680191002 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505680191004 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505680191151 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505680191154 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505680194393 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505680194400 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505680194400 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505680194512 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505680194514 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505680197982 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505680197991 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505680197991 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505680198103 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505680198106 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505680201460 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505680201470 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505680201471 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505680201587 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505680201589 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505680204799 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505680204810 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505680204810 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505680204923 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505680204925 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505680208220 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505680208227 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505680208227 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505680208341 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505680208343 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505680211553 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505680211564 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505680211564 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505680211677 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505680211679 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505680215002 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505680215010 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505680215010 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505680215119 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505680215121 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505680218386 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505680218395 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505680218396 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505680218525 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505680218527 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505680221963 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505680221972 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505680221972 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505680222090 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505680222093 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505680301858 geckodriver INFO geckodriver 0.19.0 -1505680301861 geckodriver INFO Listening on 127.0.0.1:53163 -1505680302955 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.0S3kTBPxp97Z" -1505680303855 Marionette INFO Enabled via --marionette - -(firefox:26978): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:26978): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:26978): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:26978): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:26978): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:26978): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:26978): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:26978): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:26978): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:26978): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:26978): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:26978): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505680306936 Marionette INFO Listening on port 32825 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505680307073 Marionette WARN TLS certificate errors will be ignored for this session -1505680307122 Marionette DEBUG loaded listener.js -1505680307139 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505680307149 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505680307198 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505680307417 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505680307420 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505680310644 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505680310658 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505680310658 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505680310763 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505680310765 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505680313995 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505680314006 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505680314006 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505680314118 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505680314121 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505680317361 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505680317372 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505680317373 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505680317486 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505680317488 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505680320771 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505680320781 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505680320782 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505680320890 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505680320893 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505680324115 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505680324126 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505680324127 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505680324243 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505680324245 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505680327680 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505680327690 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505680327690 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505680327795 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505680327797 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505680331009 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505680331019 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505680331019 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505680331127 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505680331129 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505680334348 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505680334358 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505680334358 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505680334472 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505680334474 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505680337913 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505680337922 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505680337922 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505680338027 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505680338029 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505680341298 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505680341310 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505680341310 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505680341415 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505680341417 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505680344685 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505680344694 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505680344694 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505680344801 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505680344804 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505680348034 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505680348045 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505680348045 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505680348157 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505680348159 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505680351369 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505680351380 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505680351380 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505680351492 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505680351493 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505680380276 geckodriver INFO geckodriver 0.19.0 -1505680380279 geckodriver INFO Listening on 127.0.0.1:54861 -1505680381374 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.bLVapuzwUj0M" -1505680382243 Marionette INFO Enabled via --marionette - -(firefox:27159): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27159): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:27159): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27159): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:27159): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27159): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:27159): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27159): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:27159): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27159): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:27159): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27159): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505680385411 Marionette INFO Listening on port 44157 -1505680385544 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505680385595 Marionette DEBUG loaded listener.js -1505680385626 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505680385640 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505680385640 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505680385971 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505680385973 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505680389228 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505680389237 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505680389238 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505680389361 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505680389364 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505680392652 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505680392664 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505680392665 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505680392780 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505680392782 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505680396052 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505680396064 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505680396064 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505680396177 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505680396179 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505680399450 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505680399457 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505680399457 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505680399569 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505680399571 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505680402778 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505680402788 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505680402788 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505680402892 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505680402894 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505680406298 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505680406305 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505680406305 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505680406424 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505680406426 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505680409657 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505680409667 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505680409667 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505680409785 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505680409788 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505680412970 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505680412978 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505680412980 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505680413091 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505680413093 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505680416539 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505680416547 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505680416548 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505680416656 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505680416658 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505680419945 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505680419954 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505680419955 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505680420072 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505680420074 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505680423303 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505680423315 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505680423316 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505680423437 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505680423439 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505680426663 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505680426673 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505680426674 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505680426787 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505680426789 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505680429983 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505680429991 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505680429992 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505680430113 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505680430114 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505680433321 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505680433331 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505680433331 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505680433444 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505680433446 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505680436682 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505680436689 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505680436689 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505680436794 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505680436796 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505680440102 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505680440111 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505680440112 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505680440234 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505680440236 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505680903901 geckodriver INFO geckodriver 0.19.0 -1505680903904 geckodriver INFO Listening on 127.0.0.1:58977 -1505680904996 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.I1l8mecQUqa6" -1505680905843 Marionette INFO Enabled via --marionette - -(firefox:27407): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27407): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:27407): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27407): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:27407): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27407): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:27407): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27407): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:27407): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27407): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:27407): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27407): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505680908599 Marionette INFO Listening on port 38269 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505680908691 Marionette WARN TLS certificate errors will be ignored for this session -1505680908745 Marionette DEBUG loaded listener.js -1505680908768 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505680908784 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505680908784 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505680909002 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505680909004 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505680912227 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505680912235 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505680912236 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505680912349 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505680912353 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505680915566 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505680915573 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505680915573 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505680915688 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505680915690 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505680918962 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505680918971 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505680918972 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505680919088 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505680919090 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505680922378 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505680922387 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505680922388 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505680922513 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505680922516 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505680925755 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505680925763 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505680925764 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505680925873 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505680925875 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505680929242 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505680929253 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505680929253 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505680929367 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505680929369 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505680932610 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505680932619 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505680932620 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505680932734 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505680932736 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505680935928 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505680935938 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505680935938 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505680936058 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505680936060 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505680939513 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505680939523 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505680939524 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505680939640 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505680939642 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505680942983 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505680942990 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505680942990 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505680943096 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505680943098 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505680946296 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505680946306 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505680946306 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505680946436 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505680946438 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505680949711 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505680949718 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505680949718 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505680949847 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505680949849 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505680953057 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505680953067 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505680953067 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505680953180 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505680953182 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505680956452 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505680956459 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505680956459 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505680956568 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505680956570 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505680959818 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505680959828 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505680959828 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505680959943 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505680959945 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505680963331 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505680963342 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505680963342 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505680963450 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505680963452 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505681092851 geckodriver INFO geckodriver 0.19.0 -1505681092854 geckodriver INFO Listening on 127.0.0.1:58297 -1505681093951 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.n7BJbHN8JzoH" -1505681094822 Marionette INFO Enabled via --marionette - -(firefox:27604): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27604): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:27604): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27604): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:27604): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27604): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:27604): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27604): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:27604): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27604): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:27604): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27604): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505681098032 Marionette INFO Listening on port 36983 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505681098154 Marionette WARN TLS certificate errors will be ignored for this session -1505681098207 Marionette DEBUG loaded listener.js -1505681098245 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505681098264 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505681098264 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505681098485 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505681098488 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505681101711 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505681101758 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505681101759 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505681101871 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505681101874 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505681105081 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505681105120 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505681105121 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505681105238 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505681105240 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505681108507 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505681108514 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505681108514 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505681108722 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505681108724 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505681111985 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505681111992 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505681111992 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505681112099 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505681112101 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505681115327 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505681115337 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505681115337 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505681115451 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505681115453 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505681118808 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505681118818 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505681118819 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505681118936 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505681118938 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505681122189 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505681122199 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505681122199 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505681122321 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505681122323 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505681125516 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505681125523 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505681125524 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505681125633 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505681125635 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505681129112 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505681129122 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505681129122 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505681129229 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505681129231 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505681132574 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505681132583 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505681132583 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505681132692 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505681132695 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505681135903 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505681135911 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505681135912 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505681136030 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505681136032 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505681139307 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505681139317 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505681139317 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505681139429 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505681139431 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505681142636 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505681142645 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505681142645 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505681142759 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505681142761 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505681146034 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505681159894 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505681159896 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505681160093 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505681160097 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505681163348 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505681163364 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505681163364 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505681163477 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505681163479 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505681166776 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505681166783 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505681166784 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505681166898 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505681166900 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505681465280 geckodriver INFO geckodriver 0.19.0 -1505681465283 geckodriver INFO Listening on 127.0.0.1:56765 -1505681466374 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.5hazS7B0rjol" -1505681467295 Marionette INFO Enabled via --marionette - -(firefox:27825): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27825): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:27825): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27825): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:27825): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27825): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:27825): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27825): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:27825): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27825): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:27825): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:27825): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505681470498 Marionette INFO Listening on port 41859 -1505681470650 Marionette WARN TLS certificate errors will be ignored for this session -1505681470688 Marionette DEBUG loaded listener.js -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505681470723 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505681470734 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505681470734 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505681470950 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505681470952 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505681474187 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505681474198 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505681474199 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505681474307 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505681474311 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505681477545 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505681477555 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505681477555 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505681477677 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505681477679 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505681480927 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505681480936 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505681480936 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505681481049 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505681481051 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505681484329 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505681484335 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505681484336 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505681484446 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505681484448 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505681487660 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505681487668 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505681487668 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505681487774 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505681487775 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505681491171 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505681491178 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505681491179 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505681491290 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505681491292 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505681494503 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505681494513 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505681494514 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505681494622 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505681494624 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505681497847 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505681497854 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505681497854 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505681497971 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505681497973 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505681501448 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505681501459 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505681501459 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505681501578 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505681501580 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505681504901 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505681504908 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505681504908 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505681505027 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505681505029 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505681508252 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505681508260 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505681508260 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505681508372 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505681508374 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505681511662 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505681511670 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505681511670 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505681511806 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505681511809 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505681515014 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505681515026 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505681515027 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505681515140 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505681515142 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505681518412 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505681518421 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505681518421 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505681518532 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505681518535 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505681521783 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505681521794 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505681521794 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505681521903 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505681521906 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505681525225 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505681525232 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505681525233 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505681525339 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505681525340 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505681620530 geckodriver INFO geckodriver 0.19.0 -1505681620533 geckodriver INFO Listening on 127.0.0.1:47405 -1505681621632 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.SuIeWEeQsFhy" -1505681622574 Marionette INFO Enabled via --marionette - -(firefox:28031): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:28031): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:28031): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:28031): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:28031): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:28031): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:28031): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:28031): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:28031): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:28031): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:28031): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:28031): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505681625793 Marionette INFO Listening on port 45071 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505681625894 Marionette WARN TLS certificate errors will be ignored for this session -1505681625942 Marionette DEBUG loaded listener.js -1505681625968 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505681625981 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505681625981 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505681626197 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505681626200 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505681629418 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505681629428 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505681629428 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505681629541 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505681629544 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505681632745 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505681632757 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505681632757 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505681632871 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505681632872 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505681636174 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505681636183 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505681636184 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505681636321 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505681636323 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505681639693 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505681639709 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505681639710 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505681639856 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505681639859 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505681643137 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505681643149 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505681643149 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505681643258 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505681643261 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505681646664 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505681646673 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505681646674 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505681646781 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505681646784 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505681650000 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505681650011 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505681650011 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505681650134 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505681650136 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505681653373 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505681653382 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505681653382 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505681653490 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505681653492 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505681656942 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505681656952 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505681656952 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505681657061 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505681657063 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505681660392 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505681660398 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505681660399 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505681660517 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505681660520 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505681663723 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505681663733 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505681663734 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505681663851 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505681663853 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505681667136 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505681667145 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505681667146 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505681667277 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505681667280 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505681670492 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505681670501 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505681670502 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505681670611 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505681670613 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505681673863 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505681673876 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505681673876 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505681673990 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505681673991 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505681677324 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505681677332 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505681677332 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505681677441 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505681677443 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505681680762 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505681680771 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505681680771 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505681680892 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505681680894 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505681856536 geckodriver INFO geckodriver 0.19.0 -1505681856539 geckodriver INFO Listening on 127.0.0.1:38459 -1505681857633 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.ANSogMswDWTG" -1505681858507 Marionette INFO Enabled via --marionette - -(firefox:28206): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:28206): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:28206): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:28206): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:28206): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:28206): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:28206): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:28206): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:28206): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:28206): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:28206): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:28206): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505681861827 Marionette INFO Listening on port 39225 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505681861849 Marionette WARN TLS certificate errors will be ignored for this session -1505681861889 Marionette DEBUG loaded listener.js -1505681861936 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505681861951 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505681861952 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505681862172 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505681862176 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505681865406 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505681865418 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505681865419 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505681865532 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505681865534 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505681868778 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505681868790 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505681868790 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505681868912 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505681868914 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505681872180 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505681872187 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505681872188 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505681872307 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505681872310 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505681875586 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505681875593 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505681875593 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505681875712 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505681875714 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505681878924 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505681878933 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505681878934 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505681879056 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505681879058 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505681882483 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505681882491 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505681882492 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505681882603 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505681882605 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505682007010 geckodriver INFO geckodriver 0.19.0 -1505682007013 geckodriver INFO Listening on 127.0.0.1:55715 -1505682008101 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.VWNFbQiBMwkS" -1505682009043 Marionette INFO Enabled via --marionette - -(firefox:28411): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:28411): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:28411): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:28411): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:28411): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:28411): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:28411): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:28411): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:28411): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:28411): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:28411): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:28411): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505682012158 Marionette INFO Listening on port 35531 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505682012299 Marionette WARN TLS certificate errors will be ignored for this session -1505682012340 Marionette DEBUG loaded listener.js -1505682012386 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505682012399 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505682012399 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505682012621 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505682012623 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505682015871 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505682015879 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505682015880 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505682015988 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505682015991 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505682019206 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505682019215 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505682019216 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505682019322 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505682019324 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505682022588 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505682022599 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505682022600 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505682022706 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505682022709 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505734005298 geckodriver INFO geckodriver 0.19.0 -1505734005368 geckodriver INFO Listening on 127.0.0.1:40547 -1505734006529 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.l4bbLbgm93Mt" -1505734011831 Marionette INFO Enabled via --marionette - -(firefox:10387): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10387): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10387): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10387): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10387): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10387): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10387): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10387): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10387): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10387): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10387): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10387): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505734019629 Marionette INFO Listening on port 38411 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505734019718 Marionette WARN TLS certificate errors will be ignored for this session -1505734019773 Marionette DEBUG loaded listener.js -1505734019796 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505734019857 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505734019858 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505734020435 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505734020447 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505734023863 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505734023877 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505734023877 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505734023976 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505734023978 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505734027252 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505734027261 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505734027261 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505734027365 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505734027368 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505734030657 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505734030666 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505734030666 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505734030771 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505734030773 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505734034077 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505734034086 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505734034086 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505734034188 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505734034190 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505734037562 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505734037571 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505734037572 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505734037672 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505734037673 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505734041108 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505734041118 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505734041118 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505734041222 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505734041224 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505734044462 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505734044473 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505734044474 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505734044576 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505734044578 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505734047945 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505734047954 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505734047955 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505734048050 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505734048051 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505734051593 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505734051602 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505734051602 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505734051709 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505734051711 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505734055030 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505734055039 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505734055040 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505734055141 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505734055143 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505734058402 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505734058409 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505734058409 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505734058530 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505734058532 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505734061786 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505734061793 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505734061793 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505734061901 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505734061903 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505734065181 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505734065200 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505734065200 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505734065306 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505734065308 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505734068556 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505734068564 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505734068564 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505734068687 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505734068689 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505734072080 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505734072089 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505734072089 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505734072199 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505734072201 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505734075545 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505734075609 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505734075610 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505734075730 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505734075732 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505734079028 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505734079035 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505734079035 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505734079136 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505734079138 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505734082246 Marionette INFO New connections will no longer be accepted -[Child 10448] WARNING: pipe error (21): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 10448] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505734876299 geckodriver INFO geckodriver 0.19.0 -1505734876303 geckodriver INFO Listening on 127.0.0.1:48353 -1505734877436 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.qZsYlCihdLyk" -1505734878381 Marionette INFO Enabled via --marionette - -(firefox:10851): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10851): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10851): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10851): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10851): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10851): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10851): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10851): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10851): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10851): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10851): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10851): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505734881561 Marionette INFO Listening on port 46223 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505734881699 Marionette WARN TLS certificate errors will be ignored for this session -1505734881739 Marionette DEBUG loaded listener.js -1505734881763 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505734881777 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505734881777 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505734882057 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505734882059 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505734885303 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505734885313 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505734885313 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505734885433 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505734885435 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505734888712 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505734888719 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505734888720 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505734888828 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505734888830 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505734892253 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505734892261 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505734892261 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505734892369 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505734892371 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505734895682 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505734895690 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505734895690 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505734895797 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505734895799 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505734899050 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505734899059 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505734899059 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505734899170 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505734899173 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505734902561 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505734902569 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505734902569 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505734902671 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505734902673 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505734905920 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505734905933 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505734905933 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505734906080 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505734906082 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505734909317 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505734909326 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505734909327 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505734909457 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505734909459 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505734912951 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505734912959 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505734912959 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505734913059 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505734913061 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505734916423 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505734916435 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505734916435 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505734916551 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505734916553 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505734919777 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505734919788 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505734919788 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505734919897 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505734919899 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505734923212 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505734923219 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505734923220 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505734923330 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505734923332 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505734926567 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505734926576 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505734926576 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505734926682 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505734926684 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505734929987 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505734929994 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505734929994 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505734930102 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505734930105 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505734933378 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505734933387 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505734933387 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505734933501 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505734933503 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505734936927 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505734936936 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505734936936 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505734937036 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505734937039 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505734940286 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505734940295 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505734940295 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505734940396 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505734940398 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505734943546 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/edit.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505734943552 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/edit.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505734943552 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/edit.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505734943663 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do#foo%20apps" -1505734943665 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do#foo%20apps" -1505734947094 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do#foo%20apps" -1505734947102 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do#foo%20apps" -1505734947102 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do#foo%20apps" -1505734947208 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/WikiWhiteBoard" -1505734947210 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/WikiWhiteBoard" -1505734950380 Marionette INFO New connections will no longer be accepted -[Child 10909] WARNING: pipe error (36): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 10909] WARNING: pipe error (19): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 10909] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505735721869 geckodriver INFO geckodriver 0.19.0 -1505735721872 geckodriver INFO Listening on 127.0.0.1:37183 -1505735723005 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.BttJw3OsCPLe" -1505735724074 Marionette INFO Enabled via --marionette - -(firefox:11364): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11364): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11364): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11364): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11364): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11364): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11364): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11364): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11364): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11364): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11364): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11364): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505735727330 Marionette INFO Listening on port 36837 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505735727444 Marionette WARN TLS certificate errors will be ignored for this session -1505735727483 Marionette DEBUG loaded listener.js -1505735727507 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505735727518 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505735727518 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505735727821 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505735727823 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505735731078 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505735731088 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505735731088 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505735731190 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505735731193 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505735734494 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505735734502 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505735734503 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505735734607 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505735734609 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505735737905 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505735737920 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505735737921 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505735738028 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505735738030 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505735741340 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505735741354 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505735741355 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505735741465 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505735741468 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505735744711 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505735744761 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505735744763 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505735744896 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505735744897 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505735748337 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505735748457 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505735748457 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505735748562 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505735748565 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505735751768 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505735751780 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505735751780 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505735751888 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505735751890 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505735755200 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505735755238 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505735755238 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505735755373 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505735755375 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505735758863 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505735758874 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505735758874 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505735758978 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505735758980 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505735762283 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505735762291 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505735762291 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505735762396 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505735762397 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505735765637 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505735765645 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505735765645 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505735765756 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505735765758 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505735769034 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505735769041 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505735769042 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505735769153 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505735769156 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505735772390 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505735772400 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505735772400 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505735772509 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505735772511 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505735775766 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505735775773 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505735775773 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505735775886 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505735775888 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505735779201 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505735779210 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505735779210 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505735779330 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505735779332 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505735782674 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505735782682 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505735782683 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505735782790 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505735782792 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505735786017 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505735786025 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505735786026 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505735786125 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505735786126 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505735789244 Marionette INFO New connections will no longer be accepted -[Child 11422] WARNING: pipe error (36): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 11422] WARNING: pipe error (20): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 11422] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505736371538 geckodriver INFO geckodriver 0.19.0 -1505736371541 geckodriver INFO Listening on 127.0.0.1:46147 -1505736372671 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.gALISxMRJi2H" -1505736373561 Marionette INFO Enabled via --marionette - -(firefox:11762): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11762): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11762): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11762): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11762): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11762): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11762): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11762): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11762): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11762): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11762): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11762): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505736377331 Marionette INFO Listening on port 42005 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505736377404 Marionette WARN TLS certificate errors will be ignored for this session -1505736377446 Marionette DEBUG loaded listener.js -1505736377471 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505736377483 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505736377483 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505736377776 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505736377778 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505736381055 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505736381064 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505736381065 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505736381171 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505736381174 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505736384445 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505736384455 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505736384455 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505736384559 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505736384561 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505736387851 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505736387863 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505736387864 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505736387972 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505736387974 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505736391271 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505736391280 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505736391281 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505736391383 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505736391385 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505736394649 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505736394661 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505736394662 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505736394764 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505736394765 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505736398204 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505736398213 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505736398213 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505736398320 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505736398323 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505736401572 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505736401580 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505736401580 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505736401688 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505736401691 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505736404932 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505736404939 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505736404940 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505736405050 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505736405052 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505736408534 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505736408543 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505736408544 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505736408643 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505736408645 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505736411974 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505736411984 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505736411984 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505736412091 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505736412093 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505736415336 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505736415346 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505736415346 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505736415459 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505736415462 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505736418730 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505736418737 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505736418738 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505736418849 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505736418851 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505736422083 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505736422089 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505736422090 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505736422185 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505736422187 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505736425446 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505736425454 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505736425454 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505736425552 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505736425554 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505736428842 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505736428851 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505736428852 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505736428967 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505736428969 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505736432320 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505736432330 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505736432330 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505736432433 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505736432435 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505736435664 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505736435671 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505736435671 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505736435775 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505736435777 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505736438888 Marionette INFO New connections will no longer be accepted -[Child 11820] WARNING: pipe error (19): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 11820] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505737107947 geckodriver INFO geckodriver 0.19.0 -1505737107949 geckodriver INFO Listening on 127.0.0.1:46769 -1505737109083 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.7TA3LqxwqIl6" -1505737109905 Marionette INFO Enabled via --marionette - -(firefox:12156): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12156): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12156): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12156): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12156): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12156): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12156): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12156): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12156): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12156): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12156): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12156): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505737112997 Marionette INFO Listening on port 45267 -1505737113007 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505737113049 Marionette DEBUG loaded listener.js -1505737113072 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505737113087 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505737113087 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505737113373 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505737113375 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505737116649 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505737116657 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505737116658 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505737116768 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505737116771 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505737120045 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505737120053 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505737120053 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505737120157 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505737120160 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505737123450 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505737123460 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505737123461 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505737123568 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505737123570 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505737126880 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505737126888 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505737126888 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505737126997 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505737126999 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505737130257 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505737130265 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505737130265 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505737130372 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505737130374 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505737133823 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505737133832 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505737133833 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505737133939 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505737133941 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505737137192 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505737137201 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505737137201 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505737137304 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505737137306 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505737140589 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505737140598 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505737140598 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505737140710 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505737140712 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505737144201 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505737144211 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505737144211 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505737144315 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505737144317 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505737147672 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505737147683 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505737147684 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505737147794 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505737147796 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505737151028 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505737151036 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505737151036 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505737151143 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505737151145 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505737154454 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505737154464 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505737154464 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505737154570 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505737154573 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505737157799 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505737157808 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505737157808 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505737157916 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505737157918 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505737161157 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505737161164 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505737161164 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505737161261 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505737161262 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505737164607 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505737164616 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505737164616 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505737164728 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505737164730 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505737168078 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505737168086 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505737168087 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505737168195 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505737168197 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505737171426 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505737171433 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505737171433 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505737171530 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505737171532 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505737174690 Marionette INFO New connections will no longer be accepted -[Child 12213] WARNING: pipe error (19): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 12213] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505737343847 geckodriver INFO geckodriver 0.19.0 -1505737343850 geckodriver INFO Listening on 127.0.0.1:37183 -1505737344983 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.qPCYGCGjdGph" -1505737345835 Marionette INFO Enabled via --marionette - -(firefox:12337): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12337): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12337): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12337): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12337): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12337): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12337): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12337): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12337): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12337): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12337): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12337): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505737348766 Marionette INFO Listening on port 36869 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505737348868 Marionette WARN TLS certificate errors will be ignored for this session -1505737348914 Marionette DEBUG loaded listener.js -1505737348937 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505737348951 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505737348951 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505737349241 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505737349243 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505737352508 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505737352517 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505737352518 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505737352630 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505737352633 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505737355873 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505737355881 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505737355882 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505737355980 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505737355982 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505737359329 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505737359345 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505737359345 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505737359458 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505737359460 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505737362776 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505737362784 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505737362785 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505737362892 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505737362894 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505737366150 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505737366158 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505737366158 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505737366270 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505737366272 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505737369678 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505737369689 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505737369690 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505737369795 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505737369796 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505737373063 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505737373072 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505737373072 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505737373182 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505737373185 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505737376418 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505737376426 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505737376426 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505737376537 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505737376539 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505737380024 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505737380033 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505737380033 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505737380130 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505737380132 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505737383511 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505737383519 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505737383519 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505737383627 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505737383629 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505737386857 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505737386867 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505737386868 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505737387012 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505737387014 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505737390322 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505737390329 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505737390330 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505737390439 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505737390441 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505737393667 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505737393677 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505737393677 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505737393783 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505737393784 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505737397090 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505737397097 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505737397097 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505737397203 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505737397206 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505737400479 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505737400490 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505737400490 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505737400607 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505737400609 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505737403963 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505737403972 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505737403972 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505737404078 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505737404080 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505737407378 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505737407386 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505737407387 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505737407490 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505737407492 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505737410599 Marionette INFO New connections will no longer be accepted -[Child 12399] WARNING: pipe error (19): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 12399] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505756941198 geckodriver INFO geckodriver 0.19.0 -1505756941201 geckodriver INFO Listening on 127.0.0.1:41715 -1505756942337 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.2uqxEo4d2Pq7" -1505756943475 Marionette INFO Enabled via --marionette - -(firefox:17859): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:17859): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:17859): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:17859): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:17859): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:17859): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:17859): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:17859): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:17859): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:17859): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:17859): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:17859): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505756947174 Marionette INFO Listening on port 36263 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505756947283 Marionette WARN TLS certificate errors will be ignored for this session -1505756947326 Marionette DEBUG loaded listener.js -1505756947348 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505756947362 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505756947363 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505756947657 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505756947659 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505756950927 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505756950939 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505756950940 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505756951051 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505756951053 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505756954343 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505756954445 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505756954446 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505756954573 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505756954575 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505756957923 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505756957931 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505756957931 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505756958033 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505756958035 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505756961357 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505756961365 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505756961365 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505756961476 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505756961478 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505756964748 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505756964758 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505756964759 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505756964868 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505756964870 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505756967978 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505756971271 Marionette INFO New connections will no longer be accepted -[Child 17917] WARNING: pipe error (36): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 17917] WARNING: pipe error (19): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 17917] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505758273469 geckodriver INFO geckodriver 0.19.0 -1505758273472 geckodriver INFO Listening on 127.0.0.1:33495 -1505758274603 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.7UIbJO1Wne1f" -1505758275660 Marionette INFO Enabled via --marionette - -(firefox:18340): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18340): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:18340): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18340): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:18340): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18340): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:18340): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18340): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:18340): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18340): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:18340): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:18340): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505758279544 Marionette INFO Listening on port 34051 -1505758279679 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505758279720 Marionette DEBUG loaded listener.js -1505758279744 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505758279764 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505758279764 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505758280346 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505758280348 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505758283649 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505758283659 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505758283659 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505758283766 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505758283769 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505758287043 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505758287059 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505758287059 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505758287178 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505758287181 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505758290470 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505758290478 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505758290479 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505758290584 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505758290586 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505758293899 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505758293907 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505758293907 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505758294008 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505758294011 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505758297291 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505758297301 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505758297302 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505758297410 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505758297412 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505758300870 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505758300878 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505758300879 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505758300980 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505758300982 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505758304238 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505758304245 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505758304246 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505758304356 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505758304358 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505758307645 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505758307653 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505758307653 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505758307766 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505758307768 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505758311265 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505758311274 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505758311274 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505758311405 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505758311407 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505758314773 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505758314781 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505758314781 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505758314889 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505758314891 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505758318118 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505758318125 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505758318125 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505758318232 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505758318234 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505758321558 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505758321565 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505758321566 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505758321674 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505758321676 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505758325152 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505758325159 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505758325160 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505758325265 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505758325267 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505758328535 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505758328543 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505758328543 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505758328678 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505758328682 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505758331959 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505758331969 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505758331969 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505758332079 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505758332081 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505758335417 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505758335431 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505758335431 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505758335533 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505758335535 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505758338890 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505758338898 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505758338898 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505758338997 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505758338999 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505758342303 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505758342311 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505758342311 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505758342411 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505758342413 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505758345506 Marionette INFO New connections will no longer be accepted -[Child 18400] WARNING: pipe error (19): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 18400] WARNING: pipe error (36): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 18400] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -1505759857088 geckodriver INFO geckodriver 0.19.0 -1505759857091 geckodriver INFO Listening on 127.0.0.1:46651 -1505759858222 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.f94hcx0pEEHs" -1505759859257 Marionette INFO Enabled via --marionette - -(firefox:19071): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:19071): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:19071): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:19071): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:19071): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:19071): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:19071): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:19071): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:19071): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:19071): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:19071): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:19071): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505759862815 Marionette INFO Listening on port 42309 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505759862848 Marionette WARN TLS certificate errors will be ignored for this session -1505759862885 Marionette DEBUG loaded listener.js -1505759862910 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505759862921 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505759862921 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505759863207 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505759863209 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505759866480 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505759866490 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505759866491 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505759866608 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505759866611 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505759869844 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505759869855 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505759869855 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505759869962 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505759869964 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505759873325 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505759873337 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505759873337 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505759873450 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505759873452 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505759876768 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505759876775 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505759876776 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505759876877 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505759876880 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505759880150 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505759880158 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505759880158 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505759880259 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505759880261 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505759883743 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505759883751 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505759883751 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505759883855 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505759883858 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505759887160 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505759887167 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505759887167 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505759887271 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505759887273 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505759890540 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505759890550 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505759890550 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505759890653 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505759890656 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505759894148 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505759894156 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505759894156 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505759894261 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505759894263 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505759897620 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505759897631 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505759897632 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505759897735 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505759897737 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505759900980 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505759900988 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505759900988 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505759901091 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505759901093 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505759904395 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505759904402 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505759904402 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505759904513 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505759904514 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505759907797 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505759907805 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505759907805 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505759907912 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505759907914 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505759911144 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505759911151 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505759911152 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505759911259 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505759911261 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505759914511 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505759914520 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505759914520 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505759914626 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505759914628 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505759917967 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505759917974 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505759917975 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505759918080 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505759918082 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505759921432 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505759921439 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505759921440 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505759921548 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505759921550 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505759924862 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505759924868 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505759924869 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505759924974 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505759924976 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505759928084 Marionette INFO New connections will no longer be accepted -[Child 19126] WARNING: pipe error (36): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 19126] WARNING: pipe error (19): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 19126] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505760783198 geckodriver INFO geckodriver 0.19.0 -1505760783201 geckodriver INFO Listening on 127.0.0.1:33963 -1505760784333 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.0qOnS6accShh" -1505760785431 Marionette INFO Enabled via --marionette - -(firefox:19472): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:19472): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:19472): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:19472): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:19472): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:19472): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:19472): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:19472): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:19472): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:19472): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:19472): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:19472): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505760789500 Marionette INFO Listening on port 35175 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505760789560 Marionette WARN TLS certificate errors will be ignored for this session -1505760789597 Marionette DEBUG loaded listener.js -1505760789610 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505760789625 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505760789625 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505760789927 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505760789930 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505760793210 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505760793221 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505760793222 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505760793320 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505760793322 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505760796594 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505760796613 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505760796613 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505760796721 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505760796723 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505760800054 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505760800123 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505760800124 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505760800331 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505760800333 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505760803639 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505760803652 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505760803652 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505760803760 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505760803762 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505760807032 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505760807045 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505760807046 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505760807170 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505760807172 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505760810618 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505760810627 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505760810627 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505760810736 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505760810739 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505760813972 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505760813986 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505760813987 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505760814094 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505760814096 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505760817374 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505760817382 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505760817382 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505760817503 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505760817505 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505760821044 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505760821054 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505760821054 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505760821163 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505760821166 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505760824512 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505760824521 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505760824521 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505760824633 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505760824635 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505760827855 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505760827863 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505760827863 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505760827970 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505760827972 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505760831283 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505760831290 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505760831290 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505760831396 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505760831398 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505760834611 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505760834619 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505760834620 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505760834737 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505760834739 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505760838041 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505760838048 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505760838048 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505760838161 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505760838163 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505760841407 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505760841415 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505760841415 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505760841530 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505760841531 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505760844799 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505760844806 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505760844806 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505760844905 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505760844906 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505760848325 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505760848334 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505760848334 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505760848438 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505760848441 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505760851672 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505760851680 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505760851681 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505760851783 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505760851784 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505760854876 Marionette INFO New connections will no longer be accepted -[Child 19541] WARNING: pipe error (36): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 19541] WARNING: pipe error (20): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -[Child 19541] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505761701276 geckodriver INFO geckodriver 0.19.0 -1505761701279 geckodriver INFO Listening on 127.0.0.1:55555 -1505761702426 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.y5Ehy5DhcvGH" -1505761703343 Marionette INFO Enabled via --marionette - -(firefox:19910): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:19910): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:19910): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:19910): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:19910): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:19910): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:19910): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:19910): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:19910): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:19910): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:19910): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:19910): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505761706417 Marionette INFO Listening on port 35695 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505761706523 Marionette WARN TLS certificate errors will be ignored for this session -1505761706567 Marionette DEBUG loaded listener.js -1505761706592 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505761706607 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505761706608 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505761706891 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505761706893 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505761710292 Marionette INFO New connections will no longer be accepted -[Child 19965] WARNING: pipe error (21): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -[Child 19965] WARNING: pipe error (36): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 19965] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505762145059 geckodriver INFO geckodriver 0.19.0 -1505762145062 geckodriver INFO Listening on 127.0.0.1:37945 -1505762146195 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.8jY2msgwSVn1" -1505762147157 Marionette INFO Enabled via --marionette - -(firefox:20121): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20121): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20121): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20121): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20121): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20121): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20121): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20121): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20121): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20121): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20121): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20121): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505762150330 Marionette INFO Listening on port 35607 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505762150460 Marionette WARN TLS certificate errors will be ignored for this session -1505762150497 Marionette DEBUG loaded listener.js -1505762150532 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505762150545 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505762150545 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505762150869 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505762150871 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505762154148 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505762154157 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505762154157 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505762154261 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505762154263 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505762157549 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505762157559 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505762157559 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505762157681 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505762157684 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505762160976 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505762160986 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505762160986 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505762161100 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505762161102 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505762164412 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505762164422 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505762164422 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505762164526 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505762164529 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505762167787 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505762167795 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505762167796 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505762167902 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505762167904 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505762171350 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505762171359 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505762171359 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505762171464 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505762171466 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505762174698 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505762174705 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505762174705 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505762174809 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505762174811 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505762178051 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505762178060 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505762178060 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505762178159 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505762178161 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505762181692 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505762181701 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505762181701 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505762181806 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505762181808 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505762185128 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505762185139 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505762185139 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505762185246 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505762185247 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505762188472 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505762188478 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505762188478 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505762188577 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505762188578 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505762191892 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505762191899 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505762191899 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505762191998 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505762192000 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505762195230 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505762195240 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505762195240 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505762195344 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505762195346 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505762198640 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505762198648 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505762198649 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505762198752 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505762198754 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505762202008 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505762202017 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505762202018 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505762202150 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505762202152 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505762205486 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505762205494 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505762205494 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505762205598 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505762205600 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505762208953 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505762208960 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505762208960 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505762209066 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505762209068 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505762212362 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505762212368 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505762212368 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505762212469 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505762212472 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505762215579 Marionette INFO New connections will no longer be accepted -[Child 20182] WARNING: pipe error (20): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 20182] WARNING: pipe error (36): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 20182] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505763669381 geckodriver INFO geckodriver 0.19.0 -1505763669384 geckodriver INFO Listening on 127.0.0.1:50659 -1505763670492 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.jCWiLuypHTtH" -1505763671605 Marionette INFO Enabled via --marionette - -(firefox:20587): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20587): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20587): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20587): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20587): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20587): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20587): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20587): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20587): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20587): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:20587): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:20587): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505763674605 Marionette INFO Listening on port 43983 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505763674699 Marionette WARN TLS certificate errors will be ignored for this session -1505763674741 Marionette DEBUG loaded listener.js -1505763674765 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505763674783 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505763674784 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505763675370 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505763675372 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505763678646 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505763678659 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505763678660 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505763678760 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505763678762 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505763682075 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505763682096 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505763682096 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505763682231 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505763682234 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505763685532 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505763685541 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505763685541 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505763685643 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505763685645 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505763688991 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505763688998 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505763688999 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505763689106 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505763689108 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505763692346 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505763692356 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505763692356 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505763692458 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505763692460 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505763695912 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505763695924 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505763695924 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505763696036 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505763696039 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505763699292 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505763699304 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505763699304 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505763699414 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505763699416 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505763702705 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505763702713 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505763702713 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505763702818 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505763702820 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505763706313 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505763706321 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505763706322 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505763706419 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505763706421 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505763709794 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505763709804 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505763709805 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505763709912 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505763709914 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505763713194 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505763713202 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505763713202 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505763713309 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505763713311 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505763716607 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505763716616 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505763716616 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505763716728 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505763716730 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505763719955 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505763719962 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505763719963 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505763720070 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505763720072 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505763723370 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505763723377 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505763723377 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505763723481 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505763723484 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505763726725 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505763726738 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505763726738 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505763726852 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505763726854 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505763730127 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505763730134 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505763730134 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505763730232 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505763730234 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505763733676 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505763733683 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505763733683 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505763733787 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505763733789 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505763737006 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505763737013 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505763737013 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505763737116 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505763737119 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505763740209 Marionette INFO New connections will no longer be accepted -[Child 20644] WARNING: pipe error (36): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 20644] WARNING: pipe error (19): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 20644] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505764500855 geckodriver INFO geckodriver 0.19.0 -1505764500858 geckodriver INFO Listening on 127.0.0.1:56965 -1505764501987 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.rWs2nMLpg9AH" -1505764503112 Marionette INFO Enabled via --marionette - -(firefox:21014): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21014): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21014): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21014): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21014): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21014): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21014): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21014): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21014): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21014): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21014): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21014): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505764506290 Marionette INFO Listening on port 45425 -1505764506387 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505764506437 Marionette DEBUG loaded listener.js -1505764506563 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505764506574 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505764506575 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505764506872 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505764506875 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505764510165 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505764510176 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505764510177 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505764510293 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505764510298 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505764513554 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505764513568 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505764513568 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505764513687 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505764513689 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505764516932 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505764520260 Marionette INFO New connections will no longer be accepted -[Child 21073] WARNING: pipe error (36): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 21073] WARNING: pipe error (19): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 21073] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505765465564 geckodriver INFO geckodriver 0.19.0 -1505765465567 geckodriver INFO Listening on 127.0.0.1:49341 -1505765466697 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.B5nRKCnMAcDF" -1505765467736 Marionette INFO Enabled via --marionette - -(firefox:21442): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21442): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21442): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21442): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21442): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21442): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21442): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21442): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21442): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21442): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21442): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21442): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505765471602 Marionette INFO Listening on port 46191 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505765471625 Marionette WARN TLS certificate errors will be ignored for this session -1505765471669 Marionette DEBUG loaded listener.js -1505765471682 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505765471695 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505765471695 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505765471988 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505765471990 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505765475249 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505765475269 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505765475269 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505765475387 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505765475390 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505765478639 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505765478658 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505765478658 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505765478804 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505765478807 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505765482106 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505765482115 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505765482115 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505765482223 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505765482225 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505765485550 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505765485557 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505765485557 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505765485669 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505765485671 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505765488916 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505765488924 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505765488924 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505765489036 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505765489037 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505765492454 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505765492462 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505765492462 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505765492559 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505765492560 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505765495848 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505765495855 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505765495855 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505765495959 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505765495961 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505765499219 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505765499227 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505765499227 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505765499334 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505765499336 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505765502853 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505765502861 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505765502862 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505765502966 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505765502967 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505765506399 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505765506409 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505765506409 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505765506518 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505765506521 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505765509741 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505765509748 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505765509748 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505765509851 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505765509853 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505765513152 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505765513160 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505765513160 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505765513366 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505765513374 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505765516590 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505765516597 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505765516598 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505765516704 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505765516706 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505765519936 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505765519943 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505765519943 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505765520044 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505765520046 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505765523362 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505765523369 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505765523369 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505765523476 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505765523478 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505765526747 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505765526757 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505765526757 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505765526871 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505765526873 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505765530232 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505765530241 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505765530242 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505765530354 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505765530356 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505765533654 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505765533661 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505765533661 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505765533771 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505765533773 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505765536882 Marionette INFO New connections will no longer be accepted -[Child 21518] WARNING: pipe error (19): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 21518] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505766171466 geckodriver INFO geckodriver 0.19.0 -1505766171469 geckodriver INFO Listening on 127.0.0.1:40827 -1505766172599 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.R3C6LW6FjwXY" -1505766173522 Marionette INFO Enabled via --marionette - -(firefox:21934): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21934): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21934): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21934): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21934): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21934): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21934): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21934): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21934): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21934): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:21934): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:21934): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505766177241 Marionette INFO Listening on port 44349 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505766177358 Marionette WARN TLS certificate errors will be ignored for this session -1505766177400 Marionette DEBUG loaded listener.js -1505766177425 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505766177438 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505766177438 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505766177738 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505766177740 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505766181026 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505766181036 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505766181037 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505766181136 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505766181138 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505766184411 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505766184420 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505766184420 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505766184541 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505766184543 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505766187815 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505766187838 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505766187838 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505766187944 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505766187946 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505766191352 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505766191359 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505766191360 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505766191473 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505766191475 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505766194728 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505766194782 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505766194783 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505766194889 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505766194891 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505766198342 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505766198533 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505766198539 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505766198661 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505766198663 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505766201903 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505766202077 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505766202079 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505766202209 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505766202211 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505766205495 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505766205503 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505766205503 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505766205607 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505766205610 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505766209212 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505766209219 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505766209220 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505766209331 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505766209333 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505766212649 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505766212657 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505766212657 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505766212758 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505766212761 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505766216004 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505766216010 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505766216011 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505766216114 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505766216116 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505766219398 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505766219405 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505766219405 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505766219506 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505766219508 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505766222750 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505766222758 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505766222758 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505766222860 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505766222862 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505766226101 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505766226108 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505766226109 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505766226215 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505766226217 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505766229481 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505766229488 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505766229489 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505766229594 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505766229596 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505766232886 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505766232895 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505766232896 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505766232999 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505766233002 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505766236362 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505766236369 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505766236369 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505766236469 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505766236472 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505766239709 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505766239720 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505766239720 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505766239824 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505766239826 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505766242929 Marionette INFO New connections will no longer be accepted -[Child 21993] WARNING: pipe error (19): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 21993] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505766352253 geckodriver INFO geckodriver 0.19.0 -1505766352256 geckodriver INFO Listening on 127.0.0.1:44897 -1505766353389 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.OaMXbnxmYSuM" -1505766354389 Marionette INFO Enabled via --marionette - -(firefox:22333): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22333): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22333): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22333): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22333): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22333): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22333): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22333): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22333): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22333): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22333): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22333): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505766357498 Marionette INFO Listening on port 42953 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505766357617 Marionette WARN TLS certificate errors will be ignored for this session -1505766357655 Marionette DEBUG loaded listener.js -1505766357691 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505766357707 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505766357708 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505766358072 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505766358074 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505766361371 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505766361380 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505766361381 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505766361486 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505766361488 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505766364750 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505766364757 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505766364758 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505766364867 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505766364869 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505766368201 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505766368214 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505766368215 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505766368323 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505766368325 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505766371636 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505766371643 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505766371643 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505766371749 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505766371752 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505766454970 geckodriver INFO geckodriver 0.19.0 -1505766454973 geckodriver INFO Listening on 127.0.0.1:54113 -1505766456107 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.zvdl0QCavPSL" -1505766457184 Marionette INFO Enabled via --marionette - -(firefox:22675): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22675): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22675): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22675): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22675): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22675): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22675): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22675): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22675): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22675): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:22675): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:22675): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505766460383 Marionette INFO Listening on port 42815 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505766460490 Marionette WARN TLS certificate errors will be ignored for this session -1505766460529 Marionette DEBUG loaded listener.js -1505766460555 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505766460588 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505766460589 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505766460864 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505766460866 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505766464143 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505766464151 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505766464152 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505766464257 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505766464260 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505766467527 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505766467534 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505766467535 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505766467641 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505766467643 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505766470935 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505766470948 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505766470948 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505766471062 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505766471064 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505766474387 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505766474396 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505766474396 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505766474501 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505766474503 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505766477724 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505766477732 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505766477733 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505766477836 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505766477838 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505766481295 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505766481305 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505766481305 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505766481418 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505766481419 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505766484763 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505766484771 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505766484771 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505766484872 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505766484874 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505766488115 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505766488123 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505766488123 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505766488229 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505766488231 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505766491774 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505766491781 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505766491781 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505766491879 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505766491881 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505766495265 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505766495272 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505766495272 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505766495371 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505766495373 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505766498611 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505766498619 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505766498619 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505766498722 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505766498724 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505766502196 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505766502207 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505766502208 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505766502362 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505766502365 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505766505595 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505766505602 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505766505602 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505766505707 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505766505708 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505766509192 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505766509201 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505766509201 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505766509340 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505766509344 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505766512607 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505766512614 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505766512614 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505766512720 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505766512721 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505766516061 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505766516068 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505766516068 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505766516171 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505766516173 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505766519516 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505766519525 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505766519526 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505766519637 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505766519638 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505766522926 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505766522933 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505766522934 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505766523038 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505766523041 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FFooWiki%20To%20Do" -1505766526170 Marionette INFO New connections will no longer be accepted -[Child 22736] WARNING: pipe error (20): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 22736] WARNING: pipe error (36): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 22736] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505821125052 geckodriver INFO geckodriver 0.19.0 -1505821125126 geckodriver INFO Listening on 127.0.0.1:48719 -1505821127042 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.TjBhR3uZa8xr" -1505821130102 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider", "XPIInternal"] -1505821130106 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] -1505821130171 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm -1505821130174 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm -1505821130174 addons.manager DEBUG Starting provider: XPIProvider -1505821130175 addons.xpi DEBUG startup -1505821130217 addons.xpi INFO SystemAddonInstallLocation scanning directory /tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8} -1505821130219 addons.xpi DEBUG checkForChanges -1505821130259 addons.xpi DEBUG Loaded add-on state: {"app-system-addons":{"addons":{"clicktoplay-rollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","version":"1.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","version":"2.05","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","version":"0.9.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"onboarding@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","version":"0.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","version":"10.12.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}}},"app-system-defaults":{"addons":{"firefox@getpocket.com":{"enabled":true,"lastModifiedTime":1502895176000,"path":"firefox@getpocket.com.xpi","version":"1.0.5","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"e10srollout@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"aushelper@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"aushelper@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"webcompat@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"webcompat@mozilla.org.xpi","version":"1.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":false,"lastModifiedTime":1502895176000,"path":"followonsearch@mozilla.com.xpi","version":"0.9.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"shield-recipe-client@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"shield-recipe-client@mozilla.org.xpi","version":"55.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"clicktoplay-rollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"clicktoplay-rollout@mozilla.org.xpi","version":"1.2","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"screenshots@mozilla.org.xpi","version":"10.10.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}},"path":"/usr/lib/firefox/browser/features"},"app-global":{"addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"enabled":true,"lastModifiedTime":1502895176000,"path":"{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","version":"55.0.2","type":"theme","currentModifiedTime":1502895176000},"langpack-en-ZA@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-ZA@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000},"langpack-en-GB@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-GB@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000}},"path":"/usr/lib/firefox/browser/extensions","checkStartupModifications":true},"app-system-share":{"addons":{"ubufox@ubuntu.com":{"enabled":true,"lastModifiedTime":1502719294000,"path":"ubufox@ubuntu.com.xpi","version":"3.4","currentModifiedTime":1502719294000}},"path":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","checkStartupModifications":true}} -1505821130267 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821130270 addons.xpi INFO Mapping e10srollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821130272 addons.xpi INFO Mapping followonsearch@mozilla.com to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821130273 addons.xpi INFO Mapping onboarding@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821130273 addons.xpi INFO Mapping screenshots@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821130275 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505821130276 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505821130276 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505821130278 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505821130281 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505821130282 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505821130283 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505821130284 addons.xpi DEBUG getInstallState changed: true, state: {} -1505821130327 addons.xpi-utils DEBUG Opening XPI database /tmp/rust_mozprofile.TjBhR3uZa8xr/extensions.json -1505821130335 addons.xpi-utils DEBUG Successfully read XPI database -1505821130342 addons.xpi-utils DEBUG Add-on ubufox@ubuntu.com removed from app-system-share -1505821130351 DeferredSave.extensions.json DEBUG Save changes -1505821130352 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505821130352 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505821130353 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130357 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130357 DeferredSave.extensions.json DEBUG Save changes -1505821130357 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505821130358 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505821130358 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130358 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130358 DeferredSave.extensions.json DEBUG Save changes -1505821130359 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505821130359 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505821130359 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130359 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130360 DeferredSave.extensions.json DEBUG Save changes -1505821130361 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505821130362 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130362 DeferredSave.extensions.json DEBUG Save changes -1505821130362 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505821130362 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505821130363 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130363 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130364 DeferredSave.extensions.json DEBUG Save changes -1505821130364 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505821130364 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130364 DeferredSave.extensions.json DEBUG Save changes -1505821130365 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505821130365 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130366 DeferredSave.extensions.json DEBUG Save changes -1505821130366 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505821130366 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130367 DeferredSave.extensions.json DEBUG Save changes -1505821130367 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505821130367 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130368 DeferredSave.extensions.json DEBUG Save changes -1505821130368 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505821130368 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505821130369 DeferredSave.extensions.json DEBUG Save changes -1505821130369 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505821130369 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130369 DeferredSave.extensions.json DEBUG Save changes -1505821130369 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505821130370 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130370 DeferredSave.extensions.json DEBUG Save changes -1505821130370 addons.manager DEBUG Registering startup change 'uninstalled' for ubufox@ubuntu.com -1505821130370 addons.xpi DEBUG Removing XPIState for app-system-share:ubufox@ubuntu.com -1505821130371 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130371 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130371 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130371 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130372 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130372 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130372 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130372 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130372 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130372 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130372 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130372 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130372 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130372 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505821130372 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130373 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821130373 DeferredSave.extensions.json DEBUG Save changes -1505821130373 addons.xpi DEBUG Updating database with changes to installed add-ons -1505821130373 addons.xpi-utils DEBUG Updating add-on states -1505821130403 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505821130431 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505821130517 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0 -1505821130518 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821130523 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821130631 addons.xpi DEBUG Calling bootstrap method startup on clicktoplay-rollout@mozilla.org version 1.3 -1505821130974 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821130976 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821130982 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 2.05 -1505821130985 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505821131001 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505821131006 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5 -1505821131200 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821131201 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821131202 addons.xpi DEBUG Calling bootstrap method startup on followonsearch@mozilla.com version 0.9.3 -1505821131203 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505821131215 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505821131219 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821131220 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821131248 addons.xpi DEBUG Calling bootstrap method startup on onboarding@mozilla.org version 0.1 -1505821131249 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821131249 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821131251 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 10.12.0 -1505821131251 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505821131288 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505821131289 addons.xpi DEBUG Calling bootstrap method startup on shield-recipe-client@mozilla.org version 55.1 -1505821131297 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505821131314 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505821131315 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1 -1505821131353 addons.manager DEBUG Registering shutdown blocker for XPIProvider -1505821131353 addons.manager DEBUG Provider finished startup: XPIProvider -1505821131353 addons.manager DEBUG Starting provider: LightweightThemeManager -1505821131354 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager -1505821131354 addons.manager DEBUG Provider finished startup: LightweightThemeManager -1505821131356 addons.manager DEBUG Starting provider: GMPProvider -1505821131372 addons.manager DEBUG Registering shutdown blocker for GMPProvider -1505821131372 addons.manager DEBUG Provider finished startup: GMPProvider -1505821131373 addons.manager DEBUG Starting provider: PluginProvider -1505821131373 addons.manager DEBUG Registering shutdown blocker for PluginProvider -1505821131373 addons.manager DEBUG Provider finished startup: PluginProvider -1505821131375 addons.manager DEBUG Completed startup sequence -1505821131609 Marionette INFO Enabled via --marionette - -(firefox:8142): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8142): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8142): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8142): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8142): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8142): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8142): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8142): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8142): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8142): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8142): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8142): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505821132285 DeferredSave.extensions.json DEBUG Starting timer -*** Blocklist::_loadBlocklistFromFile: blocklist is disabled -1505821132545 addons.manager DEBUG Starting provider: PreviousExperimentProvider -1505821132546 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider -1505821132546 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider -1505821132792 DeferredSave.extensions.json DEBUG Starting write -1505821133271 DeferredSave.extensions.json DEBUG Write succeeded -1505821133271 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 21 -1505821135014 addons.manager DEBUG Starting provider: -1505821135014 addons.manager DEBUG Registering shutdown blocker for -1505821135014 addons.manager DEBUG Provider finished startup: -1505821135052 addons.xpi INFO Mapping followonsearch@mozilla.com to /tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821135052 addons.xpi INFO Mapping onboarding@mozilla.org to /tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821135052 addons.xpi INFO Mapping e10srollout@mozilla.org to /tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821135052 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821135052 addons.xpi INFO Mapping screenshots@mozilla.org to /tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821135052 addons.xpi DEBUG Changed add-on followonsearch@mozilla.com in app-system-addons -1505821135053 addons.xpi DEBUG Changed add-on onboarding@mozilla.org in app-system-addons -1505821135053 addons.xpi DEBUG Changed add-on e10srollout@mozilla.org in app-system-addons -1505821135054 addons.xpi DEBUG Changed add-on clicktoplay-rollout@mozilla.org in app-system-addons -1505821135054 addons.xpi DEBUG Changed add-on screenshots@mozilla.org in app-system-addons -1505821135054 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505821135055 addons.xpi INFO Mapping followonsearch@mozilla.com to /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi -1505821135055 addons.xpi INFO Mapping e10srollout@mozilla.org to /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi -1505821135055 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505821135055 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505821135055 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi -1505821135055 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505821135055 addons.xpi INFO Mapping screenshots@mozilla.org to /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi -1505821135056 addons.xpi DEBUG Existing add-on firefox@getpocket.com in app-system-defaults -1505821135056 addons.xpi DEBUG Existing add-on followonsearch@mozilla.com in app-system-defaults -1505821135056 addons.xpi DEBUG Existing add-on e10srollout@mozilla.org in app-system-defaults -1505821135056 addons.xpi DEBUG Existing add-on shield-recipe-client@mozilla.org in app-system-defaults -1505821135057 addons.xpi DEBUG Existing add-on aushelper@mozilla.org in app-system-defaults -1505821135057 addons.xpi DEBUG Existing add-on clicktoplay-rollout@mozilla.org in app-system-defaults -1505821135057 addons.xpi DEBUG Existing add-on webcompat@mozilla.org in app-system-defaults -1505821135057 addons.xpi DEBUG Existing add-on screenshots@mozilla.org in app-system-defaults -1505821135057 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505821135058 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505821135058 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505821135058 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global -1505821135058 addons.xpi DEBUG Existing add-on langpack-en-ZA@firefox.mozilla.org in app-global -1505821135058 addons.xpi DEBUG Existing add-on langpack-en-GB@firefox.mozilla.org in app-global -1505821135058 addons.xpi DEBUG getInstallState changed: true, state: {} -1505821135059 addons.xpi-utils DEBUG Add-on clicktoplay-rollout@mozilla.org modified in app-system-addons -1505821135110 DeferredSave.extensions.json DEBUG Save changes -1505821135111 DeferredSave.extensions.json DEBUG Save changes -1505821135112 addons.xpi-utils DEBUG Add-on e10srollout@mozilla.org modified in app-system-addons -1505821135113 DeferredSave.extensions.json DEBUG Starting timer -1505821135120 DeferredSave.extensions.json DEBUG Save changes -1505821135121 DeferredSave.extensions.json DEBUG Save changes -1505821135121 addons.xpi-utils DEBUG Add-on followonsearch@mozilla.com modified in app-system-addons -1505821135131 DeferredSave.extensions.json DEBUG Save changes -1505821135131 DeferredSave.extensions.json DEBUG Save changes -1505821135131 addons.xpi-utils DEBUG Add-on onboarding@mozilla.org modified in app-system-addons -1505821135134 DeferredSave.extensions.json DEBUG Starting write -1505821135216 Marionette INFO Listening on port 40277 -1505821135222 DeferredSave.extensions.json DEBUG Save changes -1505821135222 DeferredSave.extensions.json DEBUG Data changed while write in progress -1505821135223 DeferredSave.extensions.json DEBUG Save changes -1505821135223 addons.xpi-utils DEBUG Add-on screenshots@mozilla.org modified in app-system-addons -1505821135228 DeferredSave.extensions.json DEBUG Write succeeded -1505821135228 DeferredSave.extensions.json DEBUG Starting timer -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505821135247 DeferredSave.extensions.json DEBUG Save changes -1505821135247 DeferredSave.extensions.json DEBUG Save changes -1505821135249 addons.xpi DEBUG Calling bootstrap method uninstall on clicktoplay-rollout@mozilla.org version 1.3 -1505821135253 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821135255 addons.xpi DEBUG Calling bootstrap method install on clicktoplay-rollout@mozilla.org version 1.3 -1505821135255 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505821135255 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505821135255 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135256 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821127000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135256 DeferredSave.extensions.json DEBUG Save changes -1505821135257 addons.xpi DEBUG Calling bootstrap method uninstall on e10srollout@mozilla.org version 2.05 -1505821135258 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821135260 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 2.05 -1505821135261 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505821135261 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505821135261 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135262 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821127000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135262 DeferredSave.extensions.json DEBUG Save changes -1505821135262 addons.xpi DEBUG Calling bootstrap method uninstall on followonsearch@mozilla.com version 0.9.3 -1505821135264 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821135266 addons.xpi DEBUG Calling bootstrap method install on followonsearch@mozilla.com version 0.9.3 -1505821135266 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505821135266 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505821135266 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135267 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821127000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135267 DeferredSave.extensions.json DEBUG Save changes -1505821135267 addons.xpi DEBUG Calling bootstrap method uninstall on onboarding@mozilla.org version 0.1 -console.log: uninstall ADDON_DOWNGRADE -1505821135293 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821135318 addons.xpi DEBUG Calling bootstrap method install on onboarding@mozilla.org version 0.1 -console.log: install ADDON_DOWNGRADE -1505821135319 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505821135319 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821127000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135320 DeferredSave.extensions.json DEBUG Save changes -1505821135320 addons.xpi DEBUG Calling bootstrap method uninstall on screenshots@mozilla.org version 10.12.0 -1505821135321 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821135323 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 10.12.0 -1505821135323 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505821135324 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505821135325 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135325 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821127000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135326 DeferredSave.extensions.json DEBUG Save changes -1505821135326 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505821135326 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135326 DeferredSave.extensions.json DEBUG Save changes -1505821135326 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505821135327 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135327 DeferredSave.extensions.json DEBUG Save changes -1505821135327 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505821135327 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135328 DeferredSave.extensions.json DEBUG Save changes -1505821135328 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505821135328 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135328 DeferredSave.extensions.json DEBUG Save changes -1505821135328 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505821135328 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505821135329 DeferredSave.extensions.json DEBUG Save changes -1505821135329 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505821135329 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135330 DeferredSave.extensions.json DEBUG Save changes -1505821135330 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505821135330 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135331 DeferredSave.extensions.json DEBUG Save changes -1505821135331 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821127000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135331 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821127000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135331 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821127000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135331 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821127000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135331 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821127000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.TjBhR3uZa8xr/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135331 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135331 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135332 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135332 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135332 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135332 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135332 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135332 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135332 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505821135332 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135332 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821135333 DeferredSave.extensions.json DEBUG Save changes -1505821135333 addons.xpi DEBUG Updating database with changes to installed add-ons -1505821135333 addons.xpi-utils DEBUG Updating add-on states -1505821135335 DeferredSave.extensions.json DEBUG Starting write -1505821135338 DeferredSave.extensions.json DEBUG Write succeeded -1505821135342 Marionette WARN TLS certificate errors will be ignored for this session -1505821135380 Marionette DEBUG loaded listener.js -1505821135529 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505821135584 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505821135584 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505821135973 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" -1505821135986 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" -1505821139377 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" -1505821139387 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" -1505821139387 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" -1505821139635 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505821139637 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505821142890 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505821142922 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505821142923 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505821143148 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505821143150 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505821146473 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505821146489 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505821146489 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505821146711 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505821146713 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505821150023 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505821150032 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505821150032 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505821150271 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505821150274 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505821153524 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505821153531 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505821153531 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505821153763 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505821153765 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505821157198 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505821157205 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505821157205 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505821157467 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505821157469 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505821160723 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505821160732 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505821160732 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505821161010 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505821161012 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505821161666 DeferredSave.extensions.json DEBUG Save changes -1505821161667 DeferredSave.extensions.json DEBUG Starting timer -1505821161690 DeferredSave.extensions.json DEBUG Starting write -1505821161692 DeferredSave.extensions.json DEBUG Write succeeded -1505821164289 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505821164298 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505821164299 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505821164550 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505821164552 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505821168298 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505821168329 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505821168330 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505821168595 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505821168597 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505821171991 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505821172002 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505821172002 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505821172273 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505821172275 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505821175544 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505821175554 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505821175554 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505821175828 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505821175830 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505821179068 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505821179083 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505821179083 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505821179346 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505821179348 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505821182569 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505821182578 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505821182578 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505821182853 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505821182855 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505821438211 geckodriver INFO geckodriver 0.19.0 -1505821438213 geckodriver INFO Listening on 127.0.0.1:40407 -1505821440146 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.oVQvlob6I4a1" -1505821440317 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider", "XPIInternal"] -1505821440320 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] -1505821440343 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm -1505821440345 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm -1505821440346 addons.manager DEBUG Starting provider: XPIProvider -1505821440346 addons.xpi DEBUG startup -1505821440348 addons.xpi INFO SystemAddonInstallLocation scanning directory /tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8} -1505821440349 addons.xpi DEBUG checkForChanges -1505821440349 addons.xpi DEBUG Loaded add-on state: {"app-system-addons":{"addons":{"clicktoplay-rollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","version":"1.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","version":"2.05","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","version":"0.9.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"onboarding@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","version":"0.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","version":"10.12.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}}},"app-system-defaults":{"addons":{"firefox@getpocket.com":{"enabled":true,"lastModifiedTime":1502895176000,"path":"firefox@getpocket.com.xpi","version":"1.0.5","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"e10srollout@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"aushelper@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"aushelper@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"webcompat@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"webcompat@mozilla.org.xpi","version":"1.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":false,"lastModifiedTime":1502895176000,"path":"followonsearch@mozilla.com.xpi","version":"0.9.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"shield-recipe-client@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"shield-recipe-client@mozilla.org.xpi","version":"55.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"clicktoplay-rollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"clicktoplay-rollout@mozilla.org.xpi","version":"1.2","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"screenshots@mozilla.org.xpi","version":"10.10.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}},"path":"/usr/lib/firefox/browser/features"},"app-global":{"addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"enabled":true,"lastModifiedTime":1502895176000,"path":"{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","version":"55.0.2","type":"theme","currentModifiedTime":1502895176000},"langpack-en-ZA@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-ZA@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000},"langpack-en-GB@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-GB@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000}},"path":"/usr/lib/firefox/browser/extensions","checkStartupModifications":true},"app-system-share":{"addons":{"ubufox@ubuntu.com":{"enabled":true,"lastModifiedTime":1502719294000,"path":"ubufox@ubuntu.com.xpi","version":"3.4","currentModifiedTime":1502719294000}},"path":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","checkStartupModifications":true}} -1505821440351 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821440351 addons.xpi INFO Mapping e10srollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821440352 addons.xpi INFO Mapping followonsearch@mozilla.com to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821440352 addons.xpi INFO Mapping onboarding@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821440352 addons.xpi INFO Mapping screenshots@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821440352 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505821440352 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505821440353 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505821440353 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505821440353 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505821440354 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505821440354 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505821440354 addons.xpi DEBUG getInstallState changed: true, state: {} -1505821440361 addons.xpi-utils DEBUG Opening XPI database /tmp/rust_mozprofile.oVQvlob6I4a1/extensions.json -1505821440365 addons.xpi-utils DEBUG Successfully read XPI database -1505821440369 addons.xpi-utils DEBUG Add-on ubufox@ubuntu.com removed from app-system-share -1505821440372 DeferredSave.extensions.json DEBUG Save changes -1505821440373 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505821440373 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505821440373 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440377 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440377 DeferredSave.extensions.json DEBUG Save changes -1505821440377 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505821440377 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505821440378 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440378 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440378 DeferredSave.extensions.json DEBUG Save changes -1505821440378 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505821440378 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505821440379 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440379 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440380 DeferredSave.extensions.json DEBUG Save changes -1505821440380 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505821440381 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440382 DeferredSave.extensions.json DEBUG Save changes -1505821440382 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505821440382 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505821440382 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440383 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440383 DeferredSave.extensions.json DEBUG Save changes -1505821440383 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505821440383 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440384 DeferredSave.extensions.json DEBUG Save changes -1505821440384 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505821440384 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440385 DeferredSave.extensions.json DEBUG Save changes -1505821440385 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505821440385 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440386 DeferredSave.extensions.json DEBUG Save changes -1505821440386 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505821440386 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440387 DeferredSave.extensions.json DEBUG Save changes -1505821440387 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505821440387 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505821440388 DeferredSave.extensions.json DEBUG Save changes -1505821440388 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505821440388 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440388 DeferredSave.extensions.json DEBUG Save changes -1505821440389 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505821440389 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440389 DeferredSave.extensions.json DEBUG Save changes -1505821440389 addons.manager DEBUG Registering startup change 'uninstalled' for ubufox@ubuntu.com -1505821440389 addons.xpi DEBUG Removing XPIState for app-system-share:ubufox@ubuntu.com -1505821440390 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440390 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440390 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440390 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440390 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440391 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440391 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440391 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440391 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440391 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440391 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440391 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440391 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440391 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505821440391 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440391 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821440392 DeferredSave.extensions.json DEBUG Save changes -1505821440392 addons.xpi DEBUG Updating database with changes to installed add-ons -1505821440392 addons.xpi-utils DEBUG Updating add-on states -1505821440402 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505821440402 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505821440404 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0 -1505821440405 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821440405 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821440414 addons.xpi DEBUG Calling bootstrap method startup on clicktoplay-rollout@mozilla.org version 1.3 -1505821440446 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821440446 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821440448 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 2.05 -1505821440449 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505821440450 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505821440452 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5 -1505821440479 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821440479 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821440481 addons.xpi DEBUG Calling bootstrap method startup on followonsearch@mozilla.com version 0.9.3 -1505821440481 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505821440482 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505821440483 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821440484 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821440513 addons.xpi DEBUG Calling bootstrap method startup on onboarding@mozilla.org version 0.1 -1505821440513 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821440514 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821440515 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 10.12.0 -1505821440516 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505821440517 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505821440518 addons.xpi DEBUG Calling bootstrap method startup on shield-recipe-client@mozilla.org version 55.1 -1505821440525 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505821440525 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505821440526 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1 -1505821440530 addons.manager DEBUG Registering shutdown blocker for XPIProvider -1505821440530 addons.manager DEBUG Provider finished startup: XPIProvider -1505821440530 addons.manager DEBUG Starting provider: LightweightThemeManager -1505821440530 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager -1505821440531 addons.manager DEBUG Provider finished startup: LightweightThemeManager -1505821440531 addons.manager DEBUG Starting provider: GMPProvider -1505821440534 addons.manager DEBUG Registering shutdown blocker for GMPProvider -1505821440534 addons.manager DEBUG Provider finished startup: GMPProvider -1505821440534 addons.manager DEBUG Starting provider: PluginProvider -1505821440534 addons.manager DEBUG Registering shutdown blocker for PluginProvider -1505821440534 addons.manager DEBUG Provider finished startup: PluginProvider -1505821440535 addons.manager DEBUG Completed startup sequence -1505821440565 Marionette INFO Enabled via --marionette - -(firefox:8451): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8451): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8451): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8451): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8451): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8451): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8451): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8451): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8451): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8451): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8451): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8451): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505821440673 DeferredSave.extensions.json DEBUG Starting timer -*** Blocklist::_loadBlocklistFromFile: blocklist is disabled -1505821440707 addons.manager DEBUG Starting provider: PreviousExperimentProvider -1505821440707 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider -1505821440707 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider -1505821440723 DeferredSave.extensions.json DEBUG Starting write -1505821440800 DeferredSave.extensions.json DEBUG Write succeeded -1505821440800 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 21 -1505821441388 addons.manager DEBUG Starting provider: -1505821441388 addons.manager DEBUG Registering shutdown blocker for -1505821441389 addons.manager DEBUG Provider finished startup: -1505821441396 addons.xpi INFO Mapping followonsearch@mozilla.com to /tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821441396 addons.xpi INFO Mapping onboarding@mozilla.org to /tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821441396 addons.xpi INFO Mapping e10srollout@mozilla.org to /tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821441396 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821441396 addons.xpi INFO Mapping screenshots@mozilla.org to /tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821441397 addons.xpi DEBUG Changed add-on followonsearch@mozilla.com in app-system-addons -1505821441397 addons.xpi DEBUG Changed add-on onboarding@mozilla.org in app-system-addons -1505821441397 addons.xpi DEBUG Changed add-on e10srollout@mozilla.org in app-system-addons -1505821441398 addons.xpi DEBUG Changed add-on clicktoplay-rollout@mozilla.org in app-system-addons -1505821441398 addons.xpi DEBUG Changed add-on screenshots@mozilla.org in app-system-addons -1505821441399 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505821441399 addons.xpi INFO Mapping followonsearch@mozilla.com to /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi -1505821441399 addons.xpi INFO Mapping e10srollout@mozilla.org to /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi -1505821441399 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505821441399 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505821441399 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi -1505821441399 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505821441400 addons.xpi INFO Mapping screenshots@mozilla.org to /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi -1505821441400 addons.xpi DEBUG Existing add-on firefox@getpocket.com in app-system-defaults -1505821441400 addons.xpi DEBUG Existing add-on followonsearch@mozilla.com in app-system-defaults -1505821441400 addons.xpi DEBUG Existing add-on e10srollout@mozilla.org in app-system-defaults -1505821441400 addons.xpi DEBUG Existing add-on shield-recipe-client@mozilla.org in app-system-defaults -1505821441401 addons.xpi DEBUG Existing add-on aushelper@mozilla.org in app-system-defaults -1505821441401 addons.xpi DEBUG Existing add-on clicktoplay-rollout@mozilla.org in app-system-defaults -1505821441401 addons.xpi DEBUG Existing add-on webcompat@mozilla.org in app-system-defaults -1505821441401 addons.xpi DEBUG Existing add-on screenshots@mozilla.org in app-system-defaults -1505821441402 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505821441402 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505821441402 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505821441402 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global -1505821441402 addons.xpi DEBUG Existing add-on langpack-en-ZA@firefox.mozilla.org in app-global -1505821441402 addons.xpi DEBUG Existing add-on langpack-en-GB@firefox.mozilla.org in app-global -1505821441402 addons.xpi DEBUG getInstallState changed: true, state: {} -1505821441403 addons.xpi-utils DEBUG Add-on clicktoplay-rollout@mozilla.org modified in app-system-addons -1505821441441 DeferredSave.extensions.json DEBUG Save changes -1505821441441 DeferredSave.extensions.json DEBUG Save changes -1505821441442 addons.xpi-utils DEBUG Add-on e10srollout@mozilla.org modified in app-system-addons -1505821441444 DeferredSave.extensions.json DEBUG Starting timer -1505821441449 DeferredSave.extensions.json DEBUG Save changes -1505821441450 DeferredSave.extensions.json DEBUG Save changes -1505821441450 addons.xpi-utils DEBUG Add-on followonsearch@mozilla.com modified in app-system-addons -1505821441462 DeferredSave.extensions.json DEBUG Save changes -1505821441462 DeferredSave.extensions.json DEBUG Save changes -1505821441462 addons.xpi-utils DEBUG Add-on onboarding@mozilla.org modified in app-system-addons -1505821441466 DeferredSave.extensions.json DEBUG Starting write -1505821441470 DeferredSave.extensions.json DEBUG Write succeeded -1505821441480 DeferredSave.extensions.json DEBUG Save changes -1505821441480 DeferredSave.extensions.json DEBUG Save changes -1505821441480 addons.xpi-utils DEBUG Add-on screenshots@mozilla.org modified in app-system-addons -1505821441482 DeferredSave.extensions.json DEBUG Starting timer -1505821441516 DeferredSave.extensions.json DEBUG Starting write -1505821441519 DeferredSave.extensions.json DEBUG Save changes -1505821441519 DeferredSave.extensions.json DEBUG Data changed while write in progress -1505821441520 DeferredSave.extensions.json DEBUG Save changes -1505821441522 addons.xpi DEBUG Calling bootstrap method uninstall on clicktoplay-rollout@mozilla.org version 1.3 -1505821441527 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821441529 addons.xpi DEBUG Calling bootstrap method install on clicktoplay-rollout@mozilla.org version 1.3 -1505821441530 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505821441530 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505821441530 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441530 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821440000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441530 DeferredSave.extensions.json DEBUG Save changes -1505821441531 addons.xpi DEBUG Calling bootstrap method uninstall on e10srollout@mozilla.org version 2.05 -1505821441532 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821441534 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 2.05 -1505821441535 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505821441535 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505821441535 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441535 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821440000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441535 DeferredSave.extensions.json DEBUG Save changes -1505821441536 addons.xpi DEBUG Calling bootstrap method uninstall on followonsearch@mozilla.com version 0.9.3 -1505821441538 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821441540 addons.xpi DEBUG Calling bootstrap method install on followonsearch@mozilla.com version 0.9.3 -1505821441540 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505821441541 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505821441541 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441541 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821440000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441541 DeferredSave.extensions.json DEBUG Save changes -1505821441542 addons.xpi DEBUG Calling bootstrap method uninstall on onboarding@mozilla.org version 0.1 -console.log: uninstall ADDON_DOWNGRADE -1505821441546 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821441580 addons.xpi DEBUG Calling bootstrap method install on onboarding@mozilla.org version 0.1 -console.log: install ADDON_DOWNGRADE -1505821441581 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505821441581 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821440000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441582 DeferredSave.extensions.json DEBUG Save changes -1505821441582 addons.xpi DEBUG Calling bootstrap method uninstall on screenshots@mozilla.org version 10.12.0 -1505821441583 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821441585 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 10.12.0 -1505821441585 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505821441585 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505821441586 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441587 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821440000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441588 DeferredSave.extensions.json DEBUG Save changes -1505821441588 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505821441588 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441589 DeferredSave.extensions.json DEBUG Save changes -1505821441589 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505821441589 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441590 DeferredSave.extensions.json DEBUG Save changes -1505821441590 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505821441590 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441591 DeferredSave.extensions.json DEBUG Save changes -1505821441591 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505821441591 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441592 DeferredSave.extensions.json DEBUG Save changes -1505821441592 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505821441593 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505821441593 DeferredSave.extensions.json DEBUG Save changes -1505821441593 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505821441594 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441594 DeferredSave.extensions.json DEBUG Save changes -1505821441594 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505821441594 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441595 DeferredSave.extensions.json DEBUG Save changes -1505821441595 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821440000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441595 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821440000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441595 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821440000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441595 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821440000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441595 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821440000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.oVQvlob6I4a1/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441595 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441595 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441596 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441596 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441596 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441596 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441596 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441596 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441596 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505821441596 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441596 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821441597 DeferredSave.extensions.json DEBUG Save changes -1505821441597 addons.xpi DEBUG Updating database with changes to installed add-ons -1505821441597 addons.xpi-utils DEBUG Updating add-on states -1505821441599 DeferredSave.extensions.json DEBUG Write succeeded -1505821441600 DeferredSave.extensions.json DEBUG Starting timer -1505821441667 Marionette INFO Listening on port 43365 -1505821441671 DeferredSave.extensions.json DEBUG Starting write -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505821441673 DeferredSave.extensions.json DEBUG Write succeeded -1505821441762 Marionette WARN TLS certificate errors will be ignored for this session -1505821441825 Marionette DEBUG loaded listener.js -1505821441856 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505821441870 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505821441889 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505821441889 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505821441948 Marionette DEBUG Received DOM event "DOMContentLoaded" for "about:neterror?e=connectionFailure&u=http%3A//localhost%3A8888/foowiki/index-static.html&c=UTF-8&f=regular&d=Firefox%20can%E2%80%99t%20establish%20a%20connection%20to%20the%20server%20at%20localhost%3A8888." -1505821441985 Marionette INFO New connections will no longer be accepted -1505821441998 addons.xpi DEBUG Calling bootstrap method shutdown on webcompat@mozilla.org version 1.1 -1505821441998 addons.xpi DEBUG Calling bootstrap method shutdown on shield-recipe-client@mozilla.org version 55.1 -1505821442000 addons.xpi DEBUG Calling bootstrap method shutdown on screenshots@mozilla.org version 10.12.0 -1505821442000 addons.xpi DEBUG Calling bootstrap method shutdown on onboarding@mozilla.org version 0.1 -console.log: shutdown APP_SHUTDOWN -1505821442001 addons.xpi DEBUG Calling bootstrap method shutdown on followonsearch@mozilla.com version 0.9.3 -1505821442001 addons.xpi DEBUG Calling bootstrap method shutdown on firefox@getpocket.com version 1.0.5 -1505821442001 addons.xpi DEBUG Calling bootstrap method shutdown on e10srollout@mozilla.org version 2.05 -1505821442002 addons.xpi DEBUG Calling bootstrap method shutdown on clicktoplay-rollout@mozilla.org version 1.3 -1505821442002 addons.xpi DEBUG Calling bootstrap method shutdown on aushelper@mozilla.org version 2.0 -[Child 8500] WARNING: pipe error (20): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 8500] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505821478341 geckodriver INFO geckodriver 0.19.0 -1505821478344 geckodriver INFO Listening on 127.0.0.1:37503 -1505821480263 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.iLizrqxaH9DG" -1505821480439 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider", "XPIInternal"] -1505821480442 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] -1505821480465 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm -1505821480467 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm -1505821480468 addons.manager DEBUG Starting provider: XPIProvider -1505821480468 addons.xpi DEBUG startup -1505821480470 addons.xpi INFO SystemAddonInstallLocation scanning directory /tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8} -1505821480471 addons.xpi DEBUG checkForChanges -1505821480471 addons.xpi DEBUG Loaded add-on state: {"app-system-addons":{"addons":{"clicktoplay-rollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","version":"1.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","version":"2.05","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","version":"0.9.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"onboarding@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","version":"0.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","version":"10.12.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}}},"app-system-defaults":{"addons":{"firefox@getpocket.com":{"enabled":true,"lastModifiedTime":1502895176000,"path":"firefox@getpocket.com.xpi","version":"1.0.5","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"e10srollout@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"aushelper@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"aushelper@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"webcompat@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"webcompat@mozilla.org.xpi","version":"1.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":false,"lastModifiedTime":1502895176000,"path":"followonsearch@mozilla.com.xpi","version":"0.9.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"shield-recipe-client@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"shield-recipe-client@mozilla.org.xpi","version":"55.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"clicktoplay-rollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"clicktoplay-rollout@mozilla.org.xpi","version":"1.2","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"screenshots@mozilla.org.xpi","version":"10.10.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}},"path":"/usr/lib/firefox/browser/features"},"app-global":{"addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"enabled":true,"lastModifiedTime":1502895176000,"path":"{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","version":"55.0.2","type":"theme","currentModifiedTime":1502895176000},"langpack-en-ZA@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-ZA@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000},"langpack-en-GB@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-GB@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000}},"path":"/usr/lib/firefox/browser/extensions","checkStartupModifications":true},"app-system-share":{"addons":{"ubufox@ubuntu.com":{"enabled":true,"lastModifiedTime":1502719294000,"path":"ubufox@ubuntu.com.xpi","version":"3.4","currentModifiedTime":1502719294000}},"path":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","checkStartupModifications":true}} -1505821480473 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821480473 addons.xpi INFO Mapping e10srollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821480474 addons.xpi INFO Mapping followonsearch@mozilla.com to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821480474 addons.xpi INFO Mapping onboarding@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821480474 addons.xpi INFO Mapping screenshots@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821480474 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505821480474 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505821480474 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505821480475 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505821480475 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505821480475 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505821480476 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505821480476 addons.xpi DEBUG getInstallState changed: true, state: {} -1505821480482 addons.xpi-utils DEBUG Opening XPI database /tmp/rust_mozprofile.iLizrqxaH9DG/extensions.json -1505821480486 addons.xpi-utils DEBUG Successfully read XPI database -1505821480490 addons.xpi-utils DEBUG Add-on ubufox@ubuntu.com removed from app-system-share -1505821480493 DeferredSave.extensions.json DEBUG Save changes -1505821480494 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505821480494 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505821480494 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480497 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480498 DeferredSave.extensions.json DEBUG Save changes -1505821480498 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505821480498 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505821480498 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480498 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480499 DeferredSave.extensions.json DEBUG Save changes -1505821480499 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505821480499 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505821480499 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480500 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480501 DeferredSave.extensions.json DEBUG Save changes -1505821480501 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505821480502 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480502 DeferredSave.extensions.json DEBUG Save changes -1505821480503 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505821480503 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505821480503 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480503 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480504 DeferredSave.extensions.json DEBUG Save changes -1505821480504 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505821480504 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480505 DeferredSave.extensions.json DEBUG Save changes -1505821480505 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505821480505 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480506 DeferredSave.extensions.json DEBUG Save changes -1505821480506 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505821480506 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480507 DeferredSave.extensions.json DEBUG Save changes -1505821480507 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505821480507 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480508 DeferredSave.extensions.json DEBUG Save changes -1505821480508 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505821480508 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505821480509 DeferredSave.extensions.json DEBUG Save changes -1505821480509 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505821480509 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480510 DeferredSave.extensions.json DEBUG Save changes -1505821480510 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505821480510 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480510 DeferredSave.extensions.json DEBUG Save changes -1505821480510 addons.manager DEBUG Registering startup change 'uninstalled' for ubufox@ubuntu.com -1505821480510 addons.xpi DEBUG Removing XPIState for app-system-share:ubufox@ubuntu.com -1505821480511 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480511 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480511 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480511 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480512 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480512 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480512 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480512 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480512 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480512 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480512 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480512 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480512 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480512 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505821480512 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480512 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821480513 DeferredSave.extensions.json DEBUG Save changes -1505821480513 addons.xpi DEBUG Updating database with changes to installed add-ons -1505821480513 addons.xpi-utils DEBUG Updating add-on states -1505821480523 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505821480524 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505821480525 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0 -1505821480526 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821480526 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821480535 addons.xpi DEBUG Calling bootstrap method startup on clicktoplay-rollout@mozilla.org version 1.3 -1505821480567 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821480567 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821480569 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 2.05 -1505821480570 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505821480571 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505821480573 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5 -1505821480600 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821480600 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821480602 addons.xpi DEBUG Calling bootstrap method startup on followonsearch@mozilla.com version 0.9.3 -1505821480602 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505821480604 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505821480605 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821480605 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821480633 addons.xpi DEBUG Calling bootstrap method startup on onboarding@mozilla.org version 0.1 -1505821480634 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821480634 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821480636 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 10.12.0 -1505821480636 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505821480637 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505821480639 addons.xpi DEBUG Calling bootstrap method startup on shield-recipe-client@mozilla.org version 55.1 -1505821480645 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505821480645 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505821480647 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1 -1505821480651 addons.manager DEBUG Registering shutdown blocker for XPIProvider -1505821480651 addons.manager DEBUG Provider finished startup: XPIProvider -1505821480651 addons.manager DEBUG Starting provider: LightweightThemeManager -1505821480651 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager -1505821480651 addons.manager DEBUG Provider finished startup: LightweightThemeManager -1505821480652 addons.manager DEBUG Starting provider: GMPProvider -1505821480655 addons.manager DEBUG Registering shutdown blocker for GMPProvider -1505821480655 addons.manager DEBUG Provider finished startup: GMPProvider -1505821480655 addons.manager DEBUG Starting provider: PluginProvider -1505821480655 addons.manager DEBUG Registering shutdown blocker for PluginProvider -1505821480655 addons.manager DEBUG Provider finished startup: PluginProvider -1505821480656 addons.manager DEBUG Completed startup sequence -1505821480686 Marionette INFO Enabled via --marionette - -(firefox:8588): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8588): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8588): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8588): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8588): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8588): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8588): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8588): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8588): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8588): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8588): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8588): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505821480793 DeferredSave.extensions.json DEBUG Starting timer -*** Blocklist::_loadBlocklistFromFile: blocklist is disabled -1505821480827 addons.manager DEBUG Starting provider: PreviousExperimentProvider -1505821480827 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider -1505821480827 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider -1505821480844 DeferredSave.extensions.json DEBUG Starting write -1505821480920 DeferredSave.extensions.json DEBUG Write succeeded -1505821480920 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 21 -1505821481491 addons.manager DEBUG Starting provider: -1505821481491 addons.manager DEBUG Registering shutdown blocker for -1505821481491 addons.manager DEBUG Provider finished startup: -1505821481499 addons.xpi INFO Mapping followonsearch@mozilla.com to /tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821481499 addons.xpi INFO Mapping onboarding@mozilla.org to /tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821481499 addons.xpi INFO Mapping e10srollout@mozilla.org to /tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821481499 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821481499 addons.xpi INFO Mapping screenshots@mozilla.org to /tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821481499 addons.xpi DEBUG Changed add-on followonsearch@mozilla.com in app-system-addons -1505821481500 addons.xpi DEBUG Changed add-on onboarding@mozilla.org in app-system-addons -1505821481500 addons.xpi DEBUG Changed add-on e10srollout@mozilla.org in app-system-addons -1505821481501 addons.xpi DEBUG Changed add-on clicktoplay-rollout@mozilla.org in app-system-addons -1505821481501 addons.xpi DEBUG Changed add-on screenshots@mozilla.org in app-system-addons -1505821481502 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505821481502 addons.xpi INFO Mapping followonsearch@mozilla.com to /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi -1505821481502 addons.xpi INFO Mapping e10srollout@mozilla.org to /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi -1505821481502 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505821481502 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505821481502 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi -1505821481502 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505821481502 addons.xpi INFO Mapping screenshots@mozilla.org to /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi -1505821481503 addons.xpi DEBUG Existing add-on firefox@getpocket.com in app-system-defaults -1505821481503 addons.xpi DEBUG Existing add-on followonsearch@mozilla.com in app-system-defaults -1505821481503 addons.xpi DEBUG Existing add-on e10srollout@mozilla.org in app-system-defaults -1505821481503 addons.xpi DEBUG Existing add-on shield-recipe-client@mozilla.org in app-system-defaults -1505821481503 addons.xpi DEBUG Existing add-on aushelper@mozilla.org in app-system-defaults -1505821481504 addons.xpi DEBUG Existing add-on clicktoplay-rollout@mozilla.org in app-system-defaults -1505821481504 addons.xpi DEBUG Existing add-on webcompat@mozilla.org in app-system-defaults -1505821481504 addons.xpi DEBUG Existing add-on screenshots@mozilla.org in app-system-defaults -1505821481504 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505821481504 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505821481504 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505821481505 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global -1505821481505 addons.xpi DEBUG Existing add-on langpack-en-ZA@firefox.mozilla.org in app-global -1505821481505 addons.xpi DEBUG Existing add-on langpack-en-GB@firefox.mozilla.org in app-global -1505821481505 addons.xpi DEBUG getInstallState changed: true, state: {} -1505821481506 addons.xpi-utils DEBUG Add-on clicktoplay-rollout@mozilla.org modified in app-system-addons -1505821481549 DeferredSave.extensions.json DEBUG Save changes -1505821481551 DeferredSave.extensions.json DEBUG Save changes -1505821481551 addons.xpi-utils DEBUG Add-on e10srollout@mozilla.org modified in app-system-addons -1505821481553 DeferredSave.extensions.json DEBUG Starting timer -1505821481565 DeferredSave.extensions.json DEBUG Save changes -1505821481566 DeferredSave.extensions.json DEBUG Save changes -1505821481566 addons.xpi-utils DEBUG Add-on followonsearch@mozilla.com modified in app-system-addons -1505821481579 DeferredSave.extensions.json DEBUG Starting write -1505821481583 DeferredSave.extensions.json DEBUG Save changes -1505821481583 DeferredSave.extensions.json DEBUG Data changed while write in progress -1505821481585 DeferredSave.extensions.json DEBUG Save changes -1505821481585 addons.xpi-utils DEBUG Add-on onboarding@mozilla.org modified in app-system-addons -1505821481589 DeferredSave.extensions.json DEBUG Write succeeded -1505821481590 DeferredSave.extensions.json DEBUG Starting timer -1505821481651 Marionette INFO Listening on port 33621 -1505821481661 DeferredSave.extensions.json DEBUG Starting write -1505821481668 DeferredSave.extensions.json DEBUG Save changes -1505821481668 DeferredSave.extensions.json DEBUG Data changed while write in progress -1505821481669 DeferredSave.extensions.json DEBUG Save changes -1505821481670 addons.xpi-utils DEBUG Add-on screenshots@mozilla.org modified in app-system-addons -1505821481682 DeferredSave.extensions.json DEBUG Write succeeded -1505821481682 DeferredSave.extensions.json DEBUG Starting timer -1505821481691 DeferredSave.extensions.json DEBUG Save changes -1505821481692 DeferredSave.extensions.json DEBUG Save changes -1505821481694 addons.xpi DEBUG Calling bootstrap method uninstall on clicktoplay-rollout@mozilla.org version 1.3 -1505821481698 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821481701 addons.xpi DEBUG Calling bootstrap method install on clicktoplay-rollout@mozilla.org version 1.3 -1505821481701 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505821481701 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505821481701 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481701 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821480000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481702 DeferredSave.extensions.json DEBUG Save changes -1505821481702 addons.xpi DEBUG Calling bootstrap method uninstall on e10srollout@mozilla.org version 2.05 -1505821481703 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821481705 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 2.05 -1505821481706 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505821481706 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505821481706 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481707 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821480000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481707 DeferredSave.extensions.json DEBUG Save changes -1505821481707 addons.xpi DEBUG Calling bootstrap method uninstall on followonsearch@mozilla.com version 0.9.3 -1505821481710 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821481712 addons.xpi DEBUG Calling bootstrap method install on followonsearch@mozilla.com version 0.9.3 -1505821481712 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505821481712 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505821481712 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481712 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821480000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481713 DeferredSave.extensions.json DEBUG Save changes -1505821481713 addons.xpi DEBUG Calling bootstrap method uninstall on onboarding@mozilla.org version 0.1 -console.log: uninstall ADDON_DOWNGRADE -1505821481716 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821481742 addons.xpi DEBUG Calling bootstrap method install on onboarding@mozilla.org version 0.1 -console.log: install ADDON_DOWNGRADE -1505821481742 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505821481742 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821480000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481743 DeferredSave.extensions.json DEBUG Save changes -1505821481744 addons.xpi DEBUG Calling bootstrap method uninstall on screenshots@mozilla.org version 10.12.0 -1505821481746 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821481747 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 10.12.0 -1505821481748 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505821481748 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505821481748 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481748 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821480000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481748 DeferredSave.extensions.json DEBUG Save changes -1505821481749 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505821481749 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481749 DeferredSave.extensions.json DEBUG Save changes -1505821481749 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505821481749 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481750 DeferredSave.extensions.json DEBUG Save changes -1505821481750 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505821481750 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481751 DeferredSave.extensions.json DEBUG Save changes -1505821481751 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505821481751 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481752 DeferredSave.extensions.json DEBUG Save changes -1505821481752 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505821481752 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505821481752 DeferredSave.extensions.json DEBUG Save changes -1505821481752 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505821481752 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481753 DeferredSave.extensions.json DEBUG Save changes -1505821481753 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505821481753 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481754 DeferredSave.extensions.json DEBUG Save changes -1505821481754 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821480000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481754 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821480000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481754 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821480000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481754 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821480000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481754 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821480000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.iLizrqxaH9DG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481754 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481754 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481754 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481755 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481755 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481755 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481755 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481755 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481755 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505821481755 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481755 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821481756 DeferredSave.extensions.json DEBUG Save changes -1505821481756 addons.xpi DEBUG Updating database with changes to installed add-ons -1505821481756 addons.xpi-utils DEBUG Updating add-on states -1505821481760 DeferredSave.extensions.json DEBUG Starting write -1505821481764 Marionette WARN TLS certificate errors will be ignored for this session -1505821481771 DeferredSave.extensions.json DEBUG Write succeeded -1505821481802 Marionette DEBUG loaded listener.js -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505821481830 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505821481879 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505821481879 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505821482121 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/index-static.html" -1505821482124 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/index-static.html" -1505821485400 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/index-static.html" -1505821485408 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/index-static.html" -1505821485408 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/index-static.html" -1505821485581 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505821485584 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505821488825 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505821488830 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505821488830 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505821489005 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505821489007 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505821492266 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505821492272 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505821492272 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505821492442 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505821492445 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505821495718 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505821495725 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505821495725 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505821495915 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505821495917 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505821499140 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505821499146 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505821499146 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505821499312 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505821499314 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505821502646 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505821502651 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505821502652 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505821502812 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505821502814 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505821506111 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505821506117 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505821506117 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505821506289 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505821506291 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505821509637 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505821509647 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505821509647 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505821509813 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505821509815 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505821510753 DeferredSave.extensions.json DEBUG Save changes -1505821510753 DeferredSave.extensions.json DEBUG Starting timer -1505821510776 DeferredSave.extensions.json DEBUG Starting write -1505821510779 DeferredSave.extensions.json DEBUG Write succeeded -1505821513284 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505821513289 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505821513289 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505821513471 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505821513473 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505821516753 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505821516759 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505821516760 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505821516927 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505821516929 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505821520150 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505821520157 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505821520157 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505821520324 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505821520326 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505821523598 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505821523607 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505821523607 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505821523778 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505821523780 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505821527254 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505821527261 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505821527261 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505821527445 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505821527448 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505821530721 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505821530730 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505821530730 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505821530899 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505821530901 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505821534126 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505821534130 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505821534130 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505821534306 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505821534307 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505821537598 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505821537607 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505821537607 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505821537780 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505821537782 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505821541056 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505821541061 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505821541061 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505821541228 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505821541230 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505821544534 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505821544538 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505821544538 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505821544730 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Content%20Model" -1505821544732 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Content%20Model" - -(firefox:8588): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8588): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8588): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8588): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505821547831 Marionette INFO New connections will no longer be accepted -1505821547847 addons.xpi DEBUG Calling bootstrap method shutdown on webcompat@mozilla.org version 1.1 -1505821547847 addons.xpi DEBUG Calling bootstrap method shutdown on shield-recipe-client@mozilla.org version 55.1 -1505821547850 addons.xpi DEBUG Calling bootstrap method shutdown on screenshots@mozilla.org version 10.12.0 -1505821547851 addons.xpi DEBUG Calling bootstrap method shutdown on onboarding@mozilla.org version 0.1 -console.log: shutdown APP_SHUTDOWN -1505821547852 addons.xpi DEBUG Calling bootstrap method shutdown on followonsearch@mozilla.com version 0.9.3 -1505821547852 addons.xpi DEBUG Calling bootstrap method shutdown on firefox@getpocket.com version 1.0.5 -1505821547853 addons.xpi DEBUG Calling bootstrap method shutdown on e10srollout@mozilla.org version 2.05 -1505821547853 addons.xpi DEBUG Calling bootstrap method shutdown on clicktoplay-rollout@mozilla.org version 1.3 -1505821547853 addons.xpi DEBUG Calling bootstrap method shutdown on aushelper@mozilla.org version 2.0 -[Child 8640] WARNING: pipe error (19): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 8640] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505821685643 geckodriver INFO geckodriver 0.19.0 -1505821685646 geckodriver INFO Listening on 127.0.0.1:50087 -1505821687636 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.gheLOcE2xt1m" -1505821687836 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider", "XPIInternal"] -1505821687839 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] -1505821687864 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm -1505821687866 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm -1505821687867 addons.manager DEBUG Starting provider: XPIProvider -1505821687867 addons.xpi DEBUG startup -1505821687869 addons.xpi INFO SystemAddonInstallLocation scanning directory /tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8} -1505821687870 addons.xpi DEBUG checkForChanges -1505821687870 addons.xpi DEBUG Loaded add-on state: {"app-system-addons":{"addons":{"clicktoplay-rollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","version":"1.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","version":"2.05","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","version":"0.9.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"onboarding@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","version":"0.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","version":"10.12.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}}},"app-system-defaults":{"addons":{"firefox@getpocket.com":{"enabled":true,"lastModifiedTime":1502895176000,"path":"firefox@getpocket.com.xpi","version":"1.0.5","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"e10srollout@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"aushelper@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"aushelper@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"webcompat@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"webcompat@mozilla.org.xpi","version":"1.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":false,"lastModifiedTime":1502895176000,"path":"followonsearch@mozilla.com.xpi","version":"0.9.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"shield-recipe-client@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"shield-recipe-client@mozilla.org.xpi","version":"55.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"clicktoplay-rollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"clicktoplay-rollout@mozilla.org.xpi","version":"1.2","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"screenshots@mozilla.org.xpi","version":"10.10.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}},"path":"/usr/lib/firefox/browser/features"},"app-global":{"addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"enabled":true,"lastModifiedTime":1502895176000,"path":"{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","version":"55.0.2","type":"theme","currentModifiedTime":1502895176000},"langpack-en-ZA@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-ZA@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000},"langpack-en-GB@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-GB@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000}},"path":"/usr/lib/firefox/browser/extensions","checkStartupModifications":true},"app-system-share":{"addons":{"ubufox@ubuntu.com":{"enabled":true,"lastModifiedTime":1502719294000,"path":"ubufox@ubuntu.com.xpi","version":"3.4","currentModifiedTime":1502719294000}},"path":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","checkStartupModifications":true}} -1505821687871 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821687872 addons.xpi INFO Mapping e10srollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821687872 addons.xpi INFO Mapping followonsearch@mozilla.com to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821687872 addons.xpi INFO Mapping onboarding@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821687873 addons.xpi INFO Mapping screenshots@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821687873 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505821687873 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505821687873 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505821687873 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505821687874 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505821687874 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505821687874 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505821687875 addons.xpi DEBUG getInstallState changed: true, state: {} -1505821687881 addons.xpi-utils DEBUG Opening XPI database /tmp/rust_mozprofile.gheLOcE2xt1m/extensions.json -1505821687885 addons.xpi-utils DEBUG Successfully read XPI database -1505821687888 addons.xpi-utils DEBUG Add-on ubufox@ubuntu.com removed from app-system-share -1505821687891 DeferredSave.extensions.json DEBUG Save changes -1505821687892 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505821687892 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505821687893 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687896 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687897 DeferredSave.extensions.json DEBUG Save changes -1505821687897 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505821687897 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505821687897 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687897 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687898 DeferredSave.extensions.json DEBUG Save changes -1505821687898 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505821687898 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505821687898 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687898 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687899 DeferredSave.extensions.json DEBUG Save changes -1505821687899 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505821687900 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687901 DeferredSave.extensions.json DEBUG Save changes -1505821687901 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505821687901 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505821687902 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687902 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687902 DeferredSave.extensions.json DEBUG Save changes -1505821687902 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505821687903 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687903 DeferredSave.extensions.json DEBUG Save changes -1505821687903 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505821687904 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687905 DeferredSave.extensions.json DEBUG Save changes -1505821687905 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505821687905 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687905 DeferredSave.extensions.json DEBUG Save changes -1505821687906 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505821687906 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687906 DeferredSave.extensions.json DEBUG Save changes -1505821687907 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505821687907 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505821687907 DeferredSave.extensions.json DEBUG Save changes -1505821687908 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505821687908 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687909 DeferredSave.extensions.json DEBUG Save changes -1505821687909 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505821687909 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687909 DeferredSave.extensions.json DEBUG Save changes -1505821687909 addons.manager DEBUG Registering startup change 'uninstalled' for ubufox@ubuntu.com -1505821687909 addons.xpi DEBUG Removing XPIState for app-system-share:ubufox@ubuntu.com -1505821687910 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687910 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687910 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687911 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687911 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687911 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687911 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687911 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687911 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687911 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687911 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687911 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687911 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687911 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505821687912 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687912 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821687912 DeferredSave.extensions.json DEBUG Save changes -1505821687912 addons.xpi DEBUG Updating database with changes to installed add-ons -1505821687912 addons.xpi-utils DEBUG Updating add-on states -1505821687923 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505821687923 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505821687925 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0 -1505821687925 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821687926 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821687936 addons.xpi DEBUG Calling bootstrap method startup on clicktoplay-rollout@mozilla.org version 1.3 -1505821687968 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821687969 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821687971 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 2.05 -1505821687972 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505821687973 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505821687976 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5 -1505821688004 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821688005 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821688007 addons.xpi DEBUG Calling bootstrap method startup on followonsearch@mozilla.com version 0.9.3 -1505821688007 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505821688008 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505821688009 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821688010 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821688040 addons.xpi DEBUG Calling bootstrap method startup on onboarding@mozilla.org version 0.1 -1505821688040 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821688041 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821688043 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 10.12.0 -1505821688044 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505821688044 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505821688045 addons.xpi DEBUG Calling bootstrap method startup on shield-recipe-client@mozilla.org version 55.1 -1505821688052 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505821688052 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505821688054 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1 -1505821688058 addons.manager DEBUG Registering shutdown blocker for XPIProvider -1505821688058 addons.manager DEBUG Provider finished startup: XPIProvider -1505821688058 addons.manager DEBUG Starting provider: LightweightThemeManager -1505821688058 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager -1505821688059 addons.manager DEBUG Provider finished startup: LightweightThemeManager -1505821688059 addons.manager DEBUG Starting provider: GMPProvider -1505821688062 addons.manager DEBUG Registering shutdown blocker for GMPProvider -1505821688062 addons.manager DEBUG Provider finished startup: GMPProvider -1505821688062 addons.manager DEBUG Starting provider: PluginProvider -1505821688063 addons.manager DEBUG Registering shutdown blocker for PluginProvider -1505821688063 addons.manager DEBUG Provider finished startup: PluginProvider -1505821688063 addons.manager DEBUG Completed startup sequence -1505821688094 Marionette INFO Enabled via --marionette - -(firefox:8894): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8894): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8894): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8894): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8894): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8894): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8894): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8894): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8894): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8894): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:8894): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:8894): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505821688203 DeferredSave.extensions.json DEBUG Starting timer -*** Blocklist::_loadBlocklistFromFile: blocklist is disabled -1505821688237 addons.manager DEBUG Starting provider: PreviousExperimentProvider -1505821688237 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider -1505821688237 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider -1505821688255 DeferredSave.extensions.json DEBUG Starting write -1505821688359 DeferredSave.extensions.json DEBUG Write succeeded -1505821688359 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 21 -1505821688880 addons.manager DEBUG Starting provider: -1505821688880 addons.manager DEBUG Registering shutdown blocker for -1505821688880 addons.manager DEBUG Provider finished startup: -1505821688889 addons.xpi INFO Mapping followonsearch@mozilla.com to /tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821688889 addons.xpi INFO Mapping onboarding@mozilla.org to /tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821688889 addons.xpi INFO Mapping e10srollout@mozilla.org to /tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821688889 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821688889 addons.xpi INFO Mapping screenshots@mozilla.org to /tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821688890 addons.xpi DEBUG Changed add-on followonsearch@mozilla.com in app-system-addons -1505821688890 addons.xpi DEBUG Changed add-on onboarding@mozilla.org in app-system-addons -1505821688890 addons.xpi DEBUG Changed add-on e10srollout@mozilla.org in app-system-addons -1505821688891 addons.xpi DEBUG Changed add-on clicktoplay-rollout@mozilla.org in app-system-addons -1505821688891 addons.xpi DEBUG Changed add-on screenshots@mozilla.org in app-system-addons -1505821688892 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505821688892 addons.xpi INFO Mapping followonsearch@mozilla.com to /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi -1505821688892 addons.xpi INFO Mapping e10srollout@mozilla.org to /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi -1505821688892 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505821688892 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505821688892 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi -1505821688892 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505821688892 addons.xpi INFO Mapping screenshots@mozilla.org to /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi -1505821688893 addons.xpi DEBUG Existing add-on firefox@getpocket.com in app-system-defaults -1505821688893 addons.xpi DEBUG Existing add-on followonsearch@mozilla.com in app-system-defaults -1505821688893 addons.xpi DEBUG Existing add-on e10srollout@mozilla.org in app-system-defaults -1505821688894 addons.xpi DEBUG Existing add-on shield-recipe-client@mozilla.org in app-system-defaults -1505821688894 addons.xpi DEBUG Existing add-on aushelper@mozilla.org in app-system-defaults -1505821688894 addons.xpi DEBUG Existing add-on clicktoplay-rollout@mozilla.org in app-system-defaults -1505821688894 addons.xpi DEBUG Existing add-on webcompat@mozilla.org in app-system-defaults -1505821688894 addons.xpi DEBUG Existing add-on screenshots@mozilla.org in app-system-defaults -1505821688895 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505821688895 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505821688895 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505821688895 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global -1505821688895 addons.xpi DEBUG Existing add-on langpack-en-ZA@firefox.mozilla.org in app-global -1505821688895 addons.xpi DEBUG Existing add-on langpack-en-GB@firefox.mozilla.org in app-global -1505821688896 addons.xpi DEBUG getInstallState changed: true, state: {} -1505821688897 addons.xpi-utils DEBUG Add-on clicktoplay-rollout@mozilla.org modified in app-system-addons -1505821688927 DeferredSave.extensions.json DEBUG Save changes -1505821688928 DeferredSave.extensions.json DEBUG Save changes -1505821688928 addons.xpi-utils DEBUG Add-on e10srollout@mozilla.org modified in app-system-addons -1505821688930 DeferredSave.extensions.json DEBUG Starting timer -1505821688939 DeferredSave.extensions.json DEBUG Save changes -1505821688939 DeferredSave.extensions.json DEBUG Save changes -1505821688939 addons.xpi-utils DEBUG Add-on followonsearch@mozilla.com modified in app-system-addons -1505821688948 DeferredSave.extensions.json DEBUG Save changes -1505821688949 DeferredSave.extensions.json DEBUG Save changes -1505821688949 addons.xpi-utils DEBUG Add-on onboarding@mozilla.org modified in app-system-addons -1505821688954 DeferredSave.extensions.json DEBUG Starting write -1505821689016 DeferredSave.extensions.json DEBUG Write succeeded -1505821689037 DeferredSave.extensions.json DEBUG Save changes -1505821689038 DeferredSave.extensions.json DEBUG Save changes -1505821689038 addons.xpi-utils DEBUG Add-on screenshots@mozilla.org modified in app-system-addons -1505821689039 DeferredSave.extensions.json DEBUG Starting timer -1505821689071 DeferredSave.extensions.json DEBUG Starting write -1505821689073 DeferredSave.extensions.json DEBUG Save changes -1505821689073 DeferredSave.extensions.json DEBUG Data changed while write in progress -1505821689074 DeferredSave.extensions.json DEBUG Save changes -1505821689076 addons.xpi DEBUG Calling bootstrap method uninstall on clicktoplay-rollout@mozilla.org version 1.3 -1505821689080 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821689083 addons.xpi DEBUG Calling bootstrap method install on clicktoplay-rollout@mozilla.org version 1.3 -1505821689083 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505821689083 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505821689083 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689083 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821687000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689084 DeferredSave.extensions.json DEBUG Save changes -1505821689084 addons.xpi DEBUG Calling bootstrap method uninstall on e10srollout@mozilla.org version 2.05 -1505821689085 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821689087 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 2.05 -1505821689088 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505821689088 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505821689088 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689089 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821687000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689089 DeferredSave.extensions.json DEBUG Save changes -1505821689089 addons.xpi DEBUG Calling bootstrap method uninstall on followonsearch@mozilla.com version 0.9.3 -1505821689092 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821689093 addons.xpi DEBUG Calling bootstrap method install on followonsearch@mozilla.com version 0.9.3 -1505821689094 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505821689094 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505821689094 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689094 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821687000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689094 DeferredSave.extensions.json DEBUG Save changes -1505821689095 addons.xpi DEBUG Calling bootstrap method uninstall on onboarding@mozilla.org version 0.1 -console.log: uninstall ADDON_DOWNGRADE -1505821689098 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821689124 addons.xpi DEBUG Calling bootstrap method install on onboarding@mozilla.org version 0.1 -console.log: install ADDON_DOWNGRADE -1505821689124 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505821689125 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821687000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689125 DeferredSave.extensions.json DEBUG Save changes -1505821689126 addons.xpi DEBUG Calling bootstrap method uninstall on screenshots@mozilla.org version 10.12.0 -1505821689127 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821689128 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 10.12.0 -1505821689128 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505821689128 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505821689129 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689129 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821687000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689131 DeferredSave.extensions.json DEBUG Save changes -1505821689131 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505821689131 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689131 DeferredSave.extensions.json DEBUG Save changes -1505821689131 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505821689132 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689132 DeferredSave.extensions.json DEBUG Save changes -1505821689132 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505821689132 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689133 DeferredSave.extensions.json DEBUG Save changes -1505821689133 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505821689133 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689134 DeferredSave.extensions.json DEBUG Save changes -1505821689134 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505821689134 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505821689134 DeferredSave.extensions.json DEBUG Save changes -1505821689134 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505821689135 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689135 DeferredSave.extensions.json DEBUG Save changes -1505821689136 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505821689136 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689136 DeferredSave.extensions.json DEBUG Save changes -1505821689136 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821687000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689136 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821687000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689137 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821687000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689137 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821687000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689137 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821687000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.gheLOcE2xt1m/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689137 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689137 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689137 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689137 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689137 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689137 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689138 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689138 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689138 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505821689138 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689138 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821689139 DeferredSave.extensions.json DEBUG Save changes -1505821689139 addons.xpi DEBUG Updating database with changes to installed add-ons -1505821689139 addons.xpi-utils DEBUG Updating add-on states -1505821689142 DeferredSave.extensions.json DEBUG Write succeeded -1505821689142 DeferredSave.extensions.json DEBUG Starting timer -1505821689174 DeferredSave.extensions.json DEBUG Starting write -1505821689176 DeferredSave.extensions.json DEBUG Write succeeded -1505821689229 Marionette INFO Listening on port 33205 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505821689251 Marionette WARN TLS certificate errors will be ignored for this session -1505821689286 Marionette DEBUG loaded listener.js -1505821689307 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505821689319 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505821689319 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505821689525 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/index-static.html" -1505821689528 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/index-static.html" -1505821692680 Marionette INFO New connections will no longer be accepted -1505821692695 addons.xpi DEBUG Calling bootstrap method shutdown on webcompat@mozilla.org version 1.1 -1505821692696 addons.xpi DEBUG Calling bootstrap method shutdown on shield-recipe-client@mozilla.org version 55.1 -1505821692698 addons.xpi DEBUG Calling bootstrap method shutdown on screenshots@mozilla.org version 10.12.0 -1505821692699 addons.xpi DEBUG Calling bootstrap method shutdown on onboarding@mozilla.org version 0.1 -console.log: shutdown APP_SHUTDOWN -1505821692700 addons.xpi DEBUG Calling bootstrap method shutdown on followonsearch@mozilla.com version 0.9.3 -1505821692700 addons.xpi DEBUG Calling bootstrap method shutdown on firefox@getpocket.com version 1.0.5 -1505821692700 addons.xpi DEBUG Calling bootstrap method shutdown on e10srollout@mozilla.org version 2.05 -1505821692701 addons.xpi DEBUG Calling bootstrap method shutdown on clicktoplay-rollout@mozilla.org version 1.3 -1505821692701 addons.xpi DEBUG Calling bootstrap method shutdown on aushelper@mozilla.org version 2.0 -[Child 8950] WARNING: pipe error (19): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 8950] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505821743537 geckodriver INFO geckodriver 0.19.0 -1505821743541 geckodriver INFO Listening on 127.0.0.1:59159 -1505821745478 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.ELF1PR0Dqrf0" -1505821745655 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider", "XPIInternal"] -1505821745658 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] -1505821745683 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm -1505821745685 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm -1505821745686 addons.manager DEBUG Starting provider: XPIProvider -1505821745686 addons.xpi DEBUG startup -1505821745688 addons.xpi INFO SystemAddonInstallLocation scanning directory /tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8} -1505821745689 addons.xpi DEBUG checkForChanges -1505821745689 addons.xpi DEBUG Loaded add-on state: {"app-system-addons":{"addons":{"clicktoplay-rollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","version":"1.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","version":"2.05","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","version":"0.9.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"onboarding@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","version":"0.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","version":"10.12.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}}},"app-system-defaults":{"addons":{"firefox@getpocket.com":{"enabled":true,"lastModifiedTime":1502895176000,"path":"firefox@getpocket.com.xpi","version":"1.0.5","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"e10srollout@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"aushelper@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"aushelper@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"webcompat@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"webcompat@mozilla.org.xpi","version":"1.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":false,"lastModifiedTime":1502895176000,"path":"followonsearch@mozilla.com.xpi","version":"0.9.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"shield-recipe-client@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"shield-recipe-client@mozilla.org.xpi","version":"55.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"clicktoplay-rollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"clicktoplay-rollout@mozilla.org.xpi","version":"1.2","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"screenshots@mozilla.org.xpi","version":"10.10.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}},"path":"/usr/lib/firefox/browser/features"},"app-global":{"addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"enabled":true,"lastModifiedTime":1502895176000,"path":"{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","version":"55.0.2","type":"theme","currentModifiedTime":1502895176000},"langpack-en-ZA@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-ZA@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000},"langpack-en-GB@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-GB@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000}},"path":"/usr/lib/firefox/browser/extensions","checkStartupModifications":true},"app-system-share":{"addons":{"ubufox@ubuntu.com":{"enabled":true,"lastModifiedTime":1502719294000,"path":"ubufox@ubuntu.com.xpi","version":"3.4","currentModifiedTime":1502719294000}},"path":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","checkStartupModifications":true}} -1505821745690 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821745691 addons.xpi INFO Mapping e10srollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821745691 addons.xpi INFO Mapping followonsearch@mozilla.com to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821745691 addons.xpi INFO Mapping onboarding@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821745692 addons.xpi INFO Mapping screenshots@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821745692 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505821745692 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505821745692 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505821745692 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505821745693 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505821745693 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505821745693 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505821745693 addons.xpi DEBUG getInstallState changed: true, state: {} -1505821745700 addons.xpi-utils DEBUG Opening XPI database /tmp/rust_mozprofile.ELF1PR0Dqrf0/extensions.json -1505821745704 addons.xpi-utils DEBUG Successfully read XPI database -1505821745707 addons.xpi-utils DEBUG Add-on ubufox@ubuntu.com removed from app-system-share -1505821745710 DeferredSave.extensions.json DEBUG Save changes -1505821745711 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505821745711 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505821745711 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745714 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745715 DeferredSave.extensions.json DEBUG Save changes -1505821745715 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505821745715 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505821745715 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745715 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745716 DeferredSave.extensions.json DEBUG Save changes -1505821745716 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505821745716 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505821745716 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745717 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745717 DeferredSave.extensions.json DEBUG Save changes -1505821745718 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505821745719 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745719 DeferredSave.extensions.json DEBUG Save changes -1505821745719 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505821745720 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505821745720 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745720 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745721 DeferredSave.extensions.json DEBUG Save changes -1505821745721 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505821745721 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745722 DeferredSave.extensions.json DEBUG Save changes -1505821745722 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505821745722 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745723 DeferredSave.extensions.json DEBUG Save changes -1505821745723 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505821745723 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745724 DeferredSave.extensions.json DEBUG Save changes -1505821745724 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505821745724 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745724 DeferredSave.extensions.json DEBUG Save changes -1505821745725 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505821745725 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505821745725 DeferredSave.extensions.json DEBUG Save changes -1505821745726 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505821745726 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745726 DeferredSave.extensions.json DEBUG Save changes -1505821745726 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505821745726 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745727 DeferredSave.extensions.json DEBUG Save changes -1505821745727 addons.manager DEBUG Registering startup change 'uninstalled' for ubufox@ubuntu.com -1505821745727 addons.xpi DEBUG Removing XPIState for app-system-share:ubufox@ubuntu.com -1505821745728 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745728 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745728 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745728 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745728 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745728 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745729 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745729 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745729 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745729 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745729 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745729 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745729 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745729 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505821745729 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745729 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821745730 DeferredSave.extensions.json DEBUG Save changes -1505821745730 addons.xpi DEBUG Updating database with changes to installed add-ons -1505821745730 addons.xpi-utils DEBUG Updating add-on states -1505821745741 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505821745742 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505821745744 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0 -1505821745744 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821745744 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821745753 addons.xpi DEBUG Calling bootstrap method startup on clicktoplay-rollout@mozilla.org version 1.3 -1505821745785 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821745786 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821745788 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 2.05 -1505821745788 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505821745789 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505821745792 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5 -1505821745819 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821745820 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821745822 addons.xpi DEBUG Calling bootstrap method startup on followonsearch@mozilla.com version 0.9.3 -1505821745822 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505821745823 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505821745824 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821745825 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821745853 addons.xpi DEBUG Calling bootstrap method startup on onboarding@mozilla.org version 0.1 -1505821745853 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821745854 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821745855 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 10.12.0 -1505821745856 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505821745857 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505821745858 addons.xpi DEBUG Calling bootstrap method startup on shield-recipe-client@mozilla.org version 55.1 -1505821745864 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505821745864 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505821745866 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1 -1505821745870 addons.manager DEBUG Registering shutdown blocker for XPIProvider -1505821745870 addons.manager DEBUG Provider finished startup: XPIProvider -1505821745870 addons.manager DEBUG Starting provider: LightweightThemeManager -1505821745870 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager -1505821745871 addons.manager DEBUG Provider finished startup: LightweightThemeManager -1505821745871 addons.manager DEBUG Starting provider: GMPProvider -1505821745875 addons.manager DEBUG Registering shutdown blocker for GMPProvider -1505821745876 addons.manager DEBUG Provider finished startup: GMPProvider -1505821745876 addons.manager DEBUG Starting provider: PluginProvider -1505821745876 addons.manager DEBUG Registering shutdown blocker for PluginProvider -1505821745876 addons.manager DEBUG Provider finished startup: PluginProvider -1505821745877 addons.manager DEBUG Completed startup sequence -1505821745907 Marionette INFO Enabled via --marionette - -(firefox:9056): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9056): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9056): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9056): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9056): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9056): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9056): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9056): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9056): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9056): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9056): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9056): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505821746012 DeferredSave.extensions.json DEBUG Starting timer -*** Blocklist::_loadBlocklistFromFile: blocklist is disabled -1505821746048 addons.manager DEBUG Starting provider: PreviousExperimentProvider -1505821746049 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider -1505821746049 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider -1505821746065 DeferredSave.extensions.json DEBUG Starting write -1505821746144 DeferredSave.extensions.json DEBUG Write succeeded -1505821746144 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 21 -1505821746638 addons.manager DEBUG Starting provider: -1505821746638 addons.manager DEBUG Registering shutdown blocker for -1505821746639 addons.manager DEBUG Provider finished startup: -1505821746648 addons.xpi INFO Mapping followonsearch@mozilla.com to /tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821746649 addons.xpi INFO Mapping onboarding@mozilla.org to /tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821746649 addons.xpi INFO Mapping e10srollout@mozilla.org to /tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821746649 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821746649 addons.xpi INFO Mapping screenshots@mozilla.org to /tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821746649 addons.xpi DEBUG Changed add-on followonsearch@mozilla.com in app-system-addons -1505821746650 addons.xpi DEBUG Changed add-on onboarding@mozilla.org in app-system-addons -1505821746650 addons.xpi DEBUG Changed add-on e10srollout@mozilla.org in app-system-addons -1505821746650 addons.xpi DEBUG Changed add-on clicktoplay-rollout@mozilla.org in app-system-addons -1505821746651 addons.xpi DEBUG Changed add-on screenshots@mozilla.org in app-system-addons -1505821746651 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505821746651 addons.xpi INFO Mapping followonsearch@mozilla.com to /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi -1505821746651 addons.xpi INFO Mapping e10srollout@mozilla.org to /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi -1505821746652 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505821746652 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505821746652 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi -1505821746652 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505821746652 addons.xpi INFO Mapping screenshots@mozilla.org to /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi -1505821746652 addons.xpi DEBUG Existing add-on firefox@getpocket.com in app-system-defaults -1505821746653 addons.xpi DEBUG Existing add-on followonsearch@mozilla.com in app-system-defaults -1505821746653 addons.xpi DEBUG Existing add-on e10srollout@mozilla.org in app-system-defaults -1505821746653 addons.xpi DEBUG Existing add-on shield-recipe-client@mozilla.org in app-system-defaults -1505821746653 addons.xpi DEBUG Existing add-on aushelper@mozilla.org in app-system-defaults -1505821746653 addons.xpi DEBUG Existing add-on clicktoplay-rollout@mozilla.org in app-system-defaults -1505821746654 addons.xpi DEBUG Existing add-on webcompat@mozilla.org in app-system-defaults -1505821746654 addons.xpi DEBUG Existing add-on screenshots@mozilla.org in app-system-defaults -1505821746654 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505821746654 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505821746654 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505821746654 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global -1505821746655 addons.xpi DEBUG Existing add-on langpack-en-ZA@firefox.mozilla.org in app-global -1505821746655 addons.xpi DEBUG Existing add-on langpack-en-GB@firefox.mozilla.org in app-global -1505821746655 addons.xpi DEBUG getInstallState changed: true, state: {} -1505821746655 addons.xpi-utils DEBUG Add-on clicktoplay-rollout@mozilla.org modified in app-system-addons -1505821746700 DeferredSave.extensions.json DEBUG Save changes -1505821746701 DeferredSave.extensions.json DEBUG Save changes -1505821746701 addons.xpi-utils DEBUG Add-on e10srollout@mozilla.org modified in app-system-addons -1505821746704 DeferredSave.extensions.json DEBUG Starting timer -1505821746712 DeferredSave.extensions.json DEBUG Save changes -1505821746713 DeferredSave.extensions.json DEBUG Save changes -1505821746713 addons.xpi-utils DEBUG Add-on followonsearch@mozilla.com modified in app-system-addons -1505821746721 DeferredSave.extensions.json DEBUG Save changes -1505821746722 DeferredSave.extensions.json DEBUG Save changes -1505821746722 addons.xpi-utils DEBUG Add-on onboarding@mozilla.org modified in app-system-addons -1505821746726 DeferredSave.extensions.json DEBUG Starting write -1505821746732 DeferredSave.extensions.json DEBUG Write succeeded -1505821746757 DeferredSave.extensions.json DEBUG Save changes -1505821746758 DeferredSave.extensions.json DEBUG Save changes -1505821746758 addons.xpi-utils DEBUG Add-on screenshots@mozilla.org modified in app-system-addons -1505821746760 DeferredSave.extensions.json DEBUG Starting timer -1505821746826 DeferredSave.extensions.json DEBUG Starting write -1505821746844 DeferredSave.extensions.json DEBUG Save changes -1505821746844 DeferredSave.extensions.json DEBUG Data changed while write in progress -1505821746845 DeferredSave.extensions.json DEBUG Save changes -1505821746847 addons.xpi DEBUG Calling bootstrap method uninstall on clicktoplay-rollout@mozilla.org version 1.3 -1505821746852 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505821746855 addons.xpi DEBUG Calling bootstrap method install on clicktoplay-rollout@mozilla.org version 1.3 -1505821746856 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505821746856 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505821746856 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746857 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821745000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746858 DeferredSave.extensions.json DEBUG Save changes -1505821746858 addons.xpi DEBUG Calling bootstrap method uninstall on e10srollout@mozilla.org version 2.05 -1505821746859 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505821746861 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 2.05 -1505821746862 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505821746862 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505821746862 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746863 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821745000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746863 DeferredSave.extensions.json DEBUG Save changes -1505821746864 addons.xpi DEBUG Calling bootstrap method uninstall on followonsearch@mozilla.com version 0.9.3 -1505821746866 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505821746868 addons.xpi DEBUG Calling bootstrap method install on followonsearch@mozilla.com version 0.9.3 -1505821746868 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505821746868 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505821746868 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746868 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821745000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746869 DeferredSave.extensions.json DEBUG Save changes -1505821746869 addons.xpi DEBUG Calling bootstrap method uninstall on onboarding@mozilla.org version 0.1 -console.log: uninstall ADDON_DOWNGRADE -1505821746873 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505821746900 addons.xpi DEBUG Calling bootstrap method install on onboarding@mozilla.org version 0.1 -console.log: install ADDON_DOWNGRADE -1505821746902 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505821746902 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821745000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746903 DeferredSave.extensions.json DEBUG Save changes -1505821746903 addons.xpi DEBUG Calling bootstrap method uninstall on screenshots@mozilla.org version 10.12.0 -1505821746904 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505821746906 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 10.12.0 -1505821746906 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505821746906 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505821746907 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746908 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821745000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746908 DeferredSave.extensions.json DEBUG Save changes -1505821746908 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505821746908 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746909 DeferredSave.extensions.json DEBUG Save changes -1505821746909 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505821746909 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746909 DeferredSave.extensions.json DEBUG Save changes -1505821746909 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505821746909 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746910 DeferredSave.extensions.json DEBUG Save changes -1505821746910 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505821746910 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746910 DeferredSave.extensions.json DEBUG Save changes -1505821746911 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505821746911 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505821746911 DeferredSave.extensions.json DEBUG Save changes -1505821746911 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505821746911 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746912 DeferredSave.extensions.json DEBUG Save changes -1505821746912 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505821746912 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746913 DeferredSave.extensions.json DEBUG Save changes -1505821746914 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821745000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746914 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821745000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746914 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821745000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746914 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821745000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746914 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505821745000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.ELF1PR0Dqrf0/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746914 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746914 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746914 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746914 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746914 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746915 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746915 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746915 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746915 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505821746915 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746915 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505821746916 DeferredSave.extensions.json DEBUG Save changes -1505821746916 addons.xpi DEBUG Updating database with changes to installed add-ons -1505821746917 addons.xpi-utils DEBUG Updating add-on states -1505821746919 DeferredSave.extensions.json DEBUG Write succeeded -1505821746919 DeferredSave.extensions.json DEBUG Starting timer -1505821746961 DeferredSave.extensions.json DEBUG Starting write -1505821746964 DeferredSave.extensions.json DEBUG Write succeeded -1505821747019 Marionette INFO Listening on port 36157 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505821747089 Marionette WARN TLS certificate errors will be ignored for this session -1505821747130 Marionette DEBUG loaded listener.js -1505821747152 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505821747161 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505821747162 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505821747330 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/index-static.html" -1505821747332 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/index-static.html" - -(firefox:9056): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9056): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9056): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9056): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9056): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9056): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9056): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9056): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505821750524 Marionette INFO New connections will no longer be accepted -1505821750546 addons.xpi DEBUG Calling bootstrap method shutdown on webcompat@mozilla.org version 1.1 -1505821750546 addons.xpi DEBUG Calling bootstrap method shutdown on shield-recipe-client@mozilla.org version 55.1 -1505821750549 addons.xpi DEBUG Calling bootstrap method shutdown on screenshots@mozilla.org version 10.12.0 -1505821750549 addons.xpi DEBUG Calling bootstrap method shutdown on onboarding@mozilla.org version 0.1 -console.log: shutdown APP_SHUTDOWN -1505821750550 addons.xpi DEBUG Calling bootstrap method shutdown on followonsearch@mozilla.com version 0.9.3 -1505821750550 addons.xpi DEBUG Calling bootstrap method shutdown on firefox@getpocket.com version 1.0.5 -1505821750551 addons.xpi DEBUG Calling bootstrap method shutdown on e10srollout@mozilla.org version 2.05 -1505821750551 addons.xpi DEBUG Calling bootstrap method shutdown on clicktoplay-rollout@mozilla.org version 1.3 -1505821750551 addons.xpi DEBUG Calling bootstrap method shutdown on aushelper@mozilla.org version 2.0 -1505822065401 geckodriver INFO geckodriver 0.19.0 -1505822065404 geckodriver INFO Listening on 127.0.0.1:36917 -1505822067390 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.obzhj1pq3zvJ" -1505822067589 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider", "XPIInternal"] -1505822067592 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] -1505822067616 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm -1505822067619 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm -1505822067620 addons.manager DEBUG Starting provider: XPIProvider -1505822067620 addons.xpi DEBUG startup -1505822067622 addons.xpi INFO SystemAddonInstallLocation scanning directory /tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8} -1505822067623 addons.xpi DEBUG checkForChanges -1505822067623 addons.xpi DEBUG Loaded add-on state: {"app-system-addons":{"addons":{"clicktoplay-rollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","version":"1.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","version":"2.05","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","version":"0.9.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"onboarding@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","version":"0.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","version":"10.12.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}}},"app-system-defaults":{"addons":{"firefox@getpocket.com":{"enabled":true,"lastModifiedTime":1502895176000,"path":"firefox@getpocket.com.xpi","version":"1.0.5","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"e10srollout@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"aushelper@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"aushelper@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"webcompat@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"webcompat@mozilla.org.xpi","version":"1.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":false,"lastModifiedTime":1502895176000,"path":"followonsearch@mozilla.com.xpi","version":"0.9.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"shield-recipe-client@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"shield-recipe-client@mozilla.org.xpi","version":"55.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"clicktoplay-rollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"clicktoplay-rollout@mozilla.org.xpi","version":"1.2","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"screenshots@mozilla.org.xpi","version":"10.10.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}},"path":"/usr/lib/firefox/browser/features"},"app-global":{"addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"enabled":true,"lastModifiedTime":1502895176000,"path":"{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","version":"55.0.2","type":"theme","currentModifiedTime":1502895176000},"langpack-en-ZA@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-ZA@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000},"langpack-en-GB@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-GB@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000}},"path":"/usr/lib/firefox/browser/extensions","checkStartupModifications":true},"app-system-share":{"addons":{"ubufox@ubuntu.com":{"enabled":true,"lastModifiedTime":1502719294000,"path":"ubufox@ubuntu.com.xpi","version":"3.4","currentModifiedTime":1502719294000}},"path":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","checkStartupModifications":true}} -1505822067624 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505822067625 addons.xpi INFO Mapping e10srollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505822067625 addons.xpi INFO Mapping followonsearch@mozilla.com to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505822067625 addons.xpi INFO Mapping onboarding@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505822067626 addons.xpi INFO Mapping screenshots@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505822067626 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505822067626 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505822067626 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505822067627 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505822067627 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505822067627 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505822067627 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505822067628 addons.xpi DEBUG getInstallState changed: true, state: {} -1505822067634 addons.xpi-utils DEBUG Opening XPI database /tmp/rust_mozprofile.obzhj1pq3zvJ/extensions.json -1505822067639 addons.xpi-utils DEBUG Successfully read XPI database -1505822067642 addons.xpi-utils DEBUG Add-on ubufox@ubuntu.com removed from app-system-share -1505822067645 DeferredSave.extensions.json DEBUG Save changes -1505822067647 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505822067647 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505822067647 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067651 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067651 DeferredSave.extensions.json DEBUG Save changes -1505822067652 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505822067652 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505822067652 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067652 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067652 DeferredSave.extensions.json DEBUG Save changes -1505822067653 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505822067653 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505822067653 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067653 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067654 DeferredSave.extensions.json DEBUG Save changes -1505822067654 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505822067655 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067656 DeferredSave.extensions.json DEBUG Save changes -1505822067656 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505822067656 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505822067657 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067657 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067657 DeferredSave.extensions.json DEBUG Save changes -1505822067657 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505822067658 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067658 DeferredSave.extensions.json DEBUG Save changes -1505822067658 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505822067659 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067659 DeferredSave.extensions.json DEBUG Save changes -1505822067659 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505822067660 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067660 DeferredSave.extensions.json DEBUG Save changes -1505822067660 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505822067660 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067661 DeferredSave.extensions.json DEBUG Save changes -1505822067661 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505822067661 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505822067662 DeferredSave.extensions.json DEBUG Save changes -1505822067662 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505822067662 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067663 DeferredSave.extensions.json DEBUG Save changes -1505822067663 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505822067663 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067663 DeferredSave.extensions.json DEBUG Save changes -1505822067663 addons.manager DEBUG Registering startup change 'uninstalled' for ubufox@ubuntu.com -1505822067663 addons.xpi DEBUG Removing XPIState for app-system-share:ubufox@ubuntu.com -1505822067664 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067665 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067665 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067665 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067665 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067665 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067665 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067665 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067666 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067666 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067666 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067666 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067666 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067666 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505822067666 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067666 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822067667 DeferredSave.extensions.json DEBUG Save changes -1505822067667 addons.xpi DEBUG Updating database with changes to installed add-ons -1505822067667 addons.xpi-utils DEBUG Updating add-on states -1505822067677 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505822067678 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505822067680 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0 -1505822067680 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505822067681 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505822067691 addons.xpi DEBUG Calling bootstrap method startup on clicktoplay-rollout@mozilla.org version 1.3 -1505822067724 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505822067725 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505822067726 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 2.05 -1505822067727 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505822067728 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505822067731 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5 -1505822067759 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505822067759 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505822067761 addons.xpi DEBUG Calling bootstrap method startup on followonsearch@mozilla.com version 0.9.3 -1505822067761 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505822067762 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505822067763 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505822067764 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505822067794 addons.xpi DEBUG Calling bootstrap method startup on onboarding@mozilla.org version 0.1 -1505822067794 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505822067795 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505822067796 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 10.12.0 -1505822067797 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505822067798 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505822067799 addons.xpi DEBUG Calling bootstrap method startup on shield-recipe-client@mozilla.org version 55.1 -1505822067805 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505822067806 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505822067807 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1 -1505822067812 addons.manager DEBUG Registering shutdown blocker for XPIProvider -1505822067812 addons.manager DEBUG Provider finished startup: XPIProvider -1505822067812 addons.manager DEBUG Starting provider: LightweightThemeManager -1505822067812 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager -1505822067813 addons.manager DEBUG Provider finished startup: LightweightThemeManager -1505822067813 addons.manager DEBUG Starting provider: GMPProvider -1505822067816 addons.manager DEBUG Registering shutdown blocker for GMPProvider -1505822067816 addons.manager DEBUG Provider finished startup: GMPProvider -1505822067816 addons.manager DEBUG Starting provider: PluginProvider -1505822067817 addons.manager DEBUG Registering shutdown blocker for PluginProvider -1505822067817 addons.manager DEBUG Provider finished startup: PluginProvider -1505822067817 addons.manager DEBUG Completed startup sequence -1505822067849 Marionette INFO Enabled via --marionette - -(firefox:9504): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9504): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9504): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9504): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9504): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9504): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9504): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9504): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9504): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9504): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9504): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9504): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505822067962 DeferredSave.extensions.json DEBUG Starting timer -*** Blocklist::_loadBlocklistFromFile: blocklist is disabled -1505822067998 addons.manager DEBUG Starting provider: PreviousExperimentProvider -1505822067998 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider -1505822067999 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider -1505822068016 DeferredSave.extensions.json DEBUG Starting write -1505822068100 DeferredSave.extensions.json DEBUG Write succeeded -1505822068100 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 21 -1505822068611 addons.manager DEBUG Starting provider: -1505822068612 addons.manager DEBUG Registering shutdown blocker for -1505822068612 addons.manager DEBUG Provider finished startup: -1505822068621 addons.xpi INFO Mapping followonsearch@mozilla.com to /tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505822068621 addons.xpi INFO Mapping onboarding@mozilla.org to /tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505822068621 addons.xpi INFO Mapping e10srollout@mozilla.org to /tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505822068621 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505822068621 addons.xpi INFO Mapping screenshots@mozilla.org to /tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505822068622 addons.xpi DEBUG Changed add-on followonsearch@mozilla.com in app-system-addons -1505822068622 addons.xpi DEBUG Changed add-on onboarding@mozilla.org in app-system-addons -1505822068623 addons.xpi DEBUG Changed add-on e10srollout@mozilla.org in app-system-addons -1505822068624 addons.xpi DEBUG Changed add-on clicktoplay-rollout@mozilla.org in app-system-addons -1505822068624 addons.xpi DEBUG Changed add-on screenshots@mozilla.org in app-system-addons -1505822068624 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505822068625 addons.xpi INFO Mapping followonsearch@mozilla.com to /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi -1505822068625 addons.xpi INFO Mapping e10srollout@mozilla.org to /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi -1505822068625 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505822068625 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505822068625 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi -1505822068625 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505822068625 addons.xpi INFO Mapping screenshots@mozilla.org to /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi -1505822068626 addons.xpi DEBUG Existing add-on firefox@getpocket.com in app-system-defaults -1505822068626 addons.xpi DEBUG Existing add-on followonsearch@mozilla.com in app-system-defaults -1505822068626 addons.xpi DEBUG Existing add-on e10srollout@mozilla.org in app-system-defaults -1505822068626 addons.xpi DEBUG Existing add-on shield-recipe-client@mozilla.org in app-system-defaults -1505822068626 addons.xpi DEBUG Existing add-on aushelper@mozilla.org in app-system-defaults -1505822068627 addons.xpi DEBUG Existing add-on clicktoplay-rollout@mozilla.org in app-system-defaults -1505822068627 addons.xpi DEBUG Existing add-on webcompat@mozilla.org in app-system-defaults -1505822068627 addons.xpi DEBUG Existing add-on screenshots@mozilla.org in app-system-defaults -1505822068627 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505822068627 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505822068627 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505822068628 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global -1505822068628 addons.xpi DEBUG Existing add-on langpack-en-ZA@firefox.mozilla.org in app-global -1505822068628 addons.xpi DEBUG Existing add-on langpack-en-GB@firefox.mozilla.org in app-global -1505822068628 addons.xpi DEBUG getInstallState changed: true, state: {} -1505822068629 addons.xpi-utils DEBUG Add-on clicktoplay-rollout@mozilla.org modified in app-system-addons -1505822068672 DeferredSave.extensions.json DEBUG Save changes -1505822068673 DeferredSave.extensions.json DEBUG Save changes -1505822068673 addons.xpi-utils DEBUG Add-on e10srollout@mozilla.org modified in app-system-addons -1505822068676 DeferredSave.extensions.json DEBUG Starting timer -1505822068686 DeferredSave.extensions.json DEBUG Save changes -1505822068687 DeferredSave.extensions.json DEBUG Save changes -1505822068687 addons.xpi-utils DEBUG Add-on followonsearch@mozilla.com modified in app-system-addons -1505822068694 DeferredSave.extensions.json DEBUG Save changes -1505822068695 DeferredSave.extensions.json DEBUG Save changes -1505822068695 addons.xpi-utils DEBUG Add-on onboarding@mozilla.org modified in app-system-addons -1505822068699 DeferredSave.extensions.json DEBUG Starting write -1505822068786 DeferredSave.extensions.json DEBUG Write succeeded -1505822068787 DeferredSave.extensions.json DEBUG Save changes -1505822068788 DeferredSave.extensions.json DEBUG Save changes -1505822068788 addons.xpi-utils DEBUG Add-on screenshots@mozilla.org modified in app-system-addons -1505822068789 DeferredSave.extensions.json DEBUG Starting timer -1505822068818 DeferredSave.extensions.json DEBUG Starting write -1505822068821 DeferredSave.extensions.json DEBUG Write succeeded -1505822068822 DeferredSave.extensions.json DEBUG Save changes -1505822068823 DeferredSave.extensions.json DEBUG Save changes -1505822068824 addons.xpi DEBUG Calling bootstrap method uninstall on clicktoplay-rollout@mozilla.org version 1.3 -1505822068830 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505822068833 addons.xpi DEBUG Calling bootstrap method install on clicktoplay-rollout@mozilla.org version 1.3 -1505822068833 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505822068833 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505822068833 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068834 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822067000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068834 DeferredSave.extensions.json DEBUG Save changes -1505822068834 addons.xpi DEBUG Calling bootstrap method uninstall on e10srollout@mozilla.org version 2.05 -1505822068835 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505822068837 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 2.05 -1505822068838 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505822068838 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505822068838 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068838 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822067000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068839 DeferredSave.extensions.json DEBUG Save changes -1505822068839 addons.xpi DEBUG Calling bootstrap method uninstall on followonsearch@mozilla.com version 0.9.3 -1505822068841 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505822068844 addons.xpi DEBUG Calling bootstrap method install on followonsearch@mozilla.com version 0.9.3 -1505822068844 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505822068844 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505822068844 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068844 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822067000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068845 DeferredSave.extensions.json DEBUG Save changes -1505822068845 addons.xpi DEBUG Calling bootstrap method uninstall on onboarding@mozilla.org version 0.1 -console.log: uninstall ADDON_DOWNGRADE -1505822068850 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505822068877 addons.xpi DEBUG Calling bootstrap method install on onboarding@mozilla.org version 0.1 -console.log: install ADDON_DOWNGRADE -1505822068877 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505822068878 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822067000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068878 DeferredSave.extensions.json DEBUG Save changes -1505822068879 addons.xpi DEBUG Calling bootstrap method uninstall on screenshots@mozilla.org version 10.12.0 -1505822068880 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505822068881 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 10.12.0 -1505822068881 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505822068881 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505822068882 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068882 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822067000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068884 DeferredSave.extensions.json DEBUG Save changes -1505822068884 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505822068884 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068884 DeferredSave.extensions.json DEBUG Save changes -1505822068884 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505822068885 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068885 DeferredSave.extensions.json DEBUG Save changes -1505822068885 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505822068885 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068886 DeferredSave.extensions.json DEBUG Save changes -1505822068886 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505822068886 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068886 DeferredSave.extensions.json DEBUG Save changes -1505822068886 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505822068886 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505822068887 DeferredSave.extensions.json DEBUG Save changes -1505822068887 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505822068887 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068887 DeferredSave.extensions.json DEBUG Save changes -1505822068888 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505822068888 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068888 DeferredSave.extensions.json DEBUG Save changes -1505822068889 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822067000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068889 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822067000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068889 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822067000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068889 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822067000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068889 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822067000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.obzhj1pq3zvJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068889 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068889 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068889 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068890 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068890 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068890 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068890 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068890 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068890 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505822068890 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068890 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822068891 DeferredSave.extensions.json DEBUG Save changes -1505822068891 addons.xpi DEBUG Updating database with changes to installed add-ons -1505822068891 addons.xpi-utils DEBUG Updating add-on states -1505822068892 DeferredSave.extensions.json DEBUG Starting timer -1505822068923 DeferredSave.extensions.json DEBUG Starting write -1505822068926 DeferredSave.extensions.json DEBUG Write succeeded -1505822068995 Marionette INFO Listening on port 38417 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505822069117 Marionette WARN TLS certificate errors will be ignored for this session -1505822069226 Marionette DEBUG loaded listener.js -1505822069256 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505822069268 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505822069268 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505822069457 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/index-static.html" -1505822069459 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/index-static.html" -1505822072828 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/index-static.html" -1505822072836 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/index-static.html" -1505822072836 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/index-static.html" -1505822073003 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505822073005 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505822076305 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505822076310 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505822076310 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505822076481 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505822076482 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505822079717 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505822079724 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505822079725 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505822079886 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505822079888 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505822083161 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505822083167 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505822083168 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505822083335 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505822083337 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505822086562 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505822086571 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505822086571 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505822086733 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505822086735 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505822090054 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505822090060 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505822090060 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505822090234 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505822090235 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505822093559 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505822093565 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505822093565 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505822093733 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505822093736 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505822097176 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505822097184 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505822097185 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505822097353 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505822097356 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505822097900 DeferredSave.extensions.json DEBUG Save changes -1505822097901 DeferredSave.extensions.json DEBUG Starting timer -1505822097923 DeferredSave.extensions.json DEBUG Starting write -1505822097926 DeferredSave.extensions.json DEBUG Write succeeded -1505822100874 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505822100882 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505822100882 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505822101053 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505822101055 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505822104388 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505822104394 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505822104394 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505822104535 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505822104537 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505822107750 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505822107756 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505822107756 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505822107915 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505822107917 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505822111238 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505822111244 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505822111244 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505822111419 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505822111422 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505822114806 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505822114811 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505822114811 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505822114964 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505822114967 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505822118289 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505822118297 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505822118298 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505822118463 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505822118466 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505822121699 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505822121707 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505822121707 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505822121866 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505822121868 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505822125132 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505822125139 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505822125139 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505822125297 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505822125300 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505822128590 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505822128596 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505822128599 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505822128751 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505822128753 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505822132012 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505822132018 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505822132019 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505822132258 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Content%20Model" -1505822132261 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Content%20Model" - -(firefox:9504): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9504): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9504): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9504): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505822135465 Marionette INFO New connections will no longer be accepted -1505822135487 addons.xpi DEBUG Calling bootstrap method shutdown on webcompat@mozilla.org version 1.1 -1505822135488 addons.xpi DEBUG Calling bootstrap method shutdown on shield-recipe-client@mozilla.org version 55.1 -1505822135490 addons.xpi DEBUG Calling bootstrap method shutdown on screenshots@mozilla.org version 10.12.0 -1505822135491 addons.xpi DEBUG Calling bootstrap method shutdown on onboarding@mozilla.org version 0.1 -console.log: shutdown APP_SHUTDOWN -1505822135492 addons.xpi DEBUG Calling bootstrap method shutdown on followonsearch@mozilla.com version 0.9.3 -1505822135492 addons.xpi DEBUG Calling bootstrap method shutdown on firefox@getpocket.com version 1.0.5 -1505822135492 addons.xpi DEBUG Calling bootstrap method shutdown on e10srollout@mozilla.org version 2.05 -1505822135493 addons.xpi DEBUG Calling bootstrap method shutdown on clicktoplay-rollout@mozilla.org version 1.3 -1505822135493 addons.xpi DEBUG Calling bootstrap method shutdown on aushelper@mozilla.org version 2.0 -[Child 9552] WARNING: pipe error (36): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 9552] WARNING: pipe error (20): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 9552] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505822187717 geckodriver INFO geckodriver 0.19.0 -1505822187719 geckodriver INFO Listening on 127.0.0.1:55627 -1505822189646 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.R2WJjOnqDsy5" -1505822189833 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider", "XPIInternal"] -1505822189836 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] -1505822189858 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm -1505822189861 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm -1505822189862 addons.manager DEBUG Starting provider: XPIProvider -1505822189862 addons.xpi DEBUG startup -1505822189864 addons.xpi INFO SystemAddonInstallLocation scanning directory /tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8} -1505822189865 addons.xpi DEBUG checkForChanges -1505822189865 addons.xpi DEBUG Loaded add-on state: {"app-system-addons":{"addons":{"clicktoplay-rollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","version":"1.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","version":"2.05","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","version":"0.9.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"onboarding@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","version":"0.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","version":"10.12.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}}},"app-system-defaults":{"addons":{"firefox@getpocket.com":{"enabled":true,"lastModifiedTime":1502895176000,"path":"firefox@getpocket.com.xpi","version":"1.0.5","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"e10srollout@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"aushelper@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"aushelper@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"webcompat@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"webcompat@mozilla.org.xpi","version":"1.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":false,"lastModifiedTime":1502895176000,"path":"followonsearch@mozilla.com.xpi","version":"0.9.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"shield-recipe-client@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"shield-recipe-client@mozilla.org.xpi","version":"55.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"clicktoplay-rollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"clicktoplay-rollout@mozilla.org.xpi","version":"1.2","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"screenshots@mozilla.org.xpi","version":"10.10.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}},"path":"/usr/lib/firefox/browser/features"},"app-global":{"addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"enabled":true,"lastModifiedTime":1502895176000,"path":"{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","version":"55.0.2","type":"theme","currentModifiedTime":1502895176000},"langpack-en-ZA@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-ZA@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000},"langpack-en-GB@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-GB@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000}},"path":"/usr/lib/firefox/browser/extensions","checkStartupModifications":true},"app-system-share":{"addons":{"ubufox@ubuntu.com":{"enabled":true,"lastModifiedTime":1502719294000,"path":"ubufox@ubuntu.com.xpi","version":"3.4","currentModifiedTime":1502719294000}},"path":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","checkStartupModifications":true}} -1505822189866 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505822189867 addons.xpi INFO Mapping e10srollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505822189867 addons.xpi INFO Mapping followonsearch@mozilla.com to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505822189867 addons.xpi INFO Mapping onboarding@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505822189867 addons.xpi INFO Mapping screenshots@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505822189868 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505822189868 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505822189868 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505822189868 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505822189869 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505822189869 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505822189869 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505822189869 addons.xpi DEBUG getInstallState changed: true, state: {} -1505822189876 addons.xpi-utils DEBUG Opening XPI database /tmp/rust_mozprofile.R2WJjOnqDsy5/extensions.json -1505822189880 addons.xpi-utils DEBUG Successfully read XPI database -1505822189883 addons.xpi-utils DEBUG Add-on ubufox@ubuntu.com removed from app-system-share -1505822189886 DeferredSave.extensions.json DEBUG Save changes -1505822189887 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505822189887 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505822189887 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189890 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189891 DeferredSave.extensions.json DEBUG Save changes -1505822189891 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505822189891 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505822189891 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189892 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189892 DeferredSave.extensions.json DEBUG Save changes -1505822189892 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505822189892 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505822189892 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189893 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189894 DeferredSave.extensions.json DEBUG Save changes -1505822189894 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505822189895 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189895 DeferredSave.extensions.json DEBUG Save changes -1505822189895 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505822189896 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505822189896 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189896 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189897 DeferredSave.extensions.json DEBUG Save changes -1505822189897 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505822189897 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189898 DeferredSave.extensions.json DEBUG Save changes -1505822189898 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505822189898 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189899 DeferredSave.extensions.json DEBUG Save changes -1505822189899 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505822189899 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189900 DeferredSave.extensions.json DEBUG Save changes -1505822189900 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505822189900 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189901 DeferredSave.extensions.json DEBUG Save changes -1505822189901 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505822189901 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505822189902 DeferredSave.extensions.json DEBUG Save changes -1505822189902 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505822189902 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189903 DeferredSave.extensions.json DEBUG Save changes -1505822189903 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505822189903 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189903 DeferredSave.extensions.json DEBUG Save changes -1505822189903 addons.manager DEBUG Registering startup change 'uninstalled' for ubufox@ubuntu.com -1505822189903 addons.xpi DEBUG Removing XPIState for app-system-share:ubufox@ubuntu.com -1505822189904 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189904 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189904 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189904 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189905 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189905 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189905 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189905 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189905 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189905 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189905 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189905 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189905 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189905 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505822189905 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189906 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822189906 DeferredSave.extensions.json DEBUG Save changes -1505822189906 addons.xpi DEBUG Updating database with changes to installed add-ons -1505822189906 addons.xpi-utils DEBUG Updating add-on states -1505822189916 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505822189917 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505822189918 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0 -1505822189919 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505822189919 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505822189930 addons.xpi DEBUG Calling bootstrap method startup on clicktoplay-rollout@mozilla.org version 1.3 -1505822189962 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505822189962 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505822189964 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 2.05 -1505822189965 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505822189966 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505822189969 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5 -1505822189996 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505822189996 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505822189998 addons.xpi DEBUG Calling bootstrap method startup on followonsearch@mozilla.com version 0.9.3 -1505822189998 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505822189999 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505822190001 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505822190002 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505822190031 addons.xpi DEBUG Calling bootstrap method startup on onboarding@mozilla.org version 0.1 -1505822190031 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505822190032 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505822190033 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 10.12.0 -1505822190034 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505822190035 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505822190036 addons.xpi DEBUG Calling bootstrap method startup on shield-recipe-client@mozilla.org version 55.1 -1505822190042 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505822190043 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505822190044 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1 -1505822190048 addons.manager DEBUG Registering shutdown blocker for XPIProvider -1505822190048 addons.manager DEBUG Provider finished startup: XPIProvider -1505822190048 addons.manager DEBUG Starting provider: LightweightThemeManager -1505822190048 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager -1505822190048 addons.manager DEBUG Provider finished startup: LightweightThemeManager -1505822190049 addons.manager DEBUG Starting provider: GMPProvider -1505822190052 addons.manager DEBUG Registering shutdown blocker for GMPProvider -1505822190052 addons.manager DEBUG Provider finished startup: GMPProvider -1505822190052 addons.manager DEBUG Starting provider: PluginProvider -1505822190052 addons.manager DEBUG Registering shutdown blocker for PluginProvider -1505822190052 addons.manager DEBUG Provider finished startup: PluginProvider -1505822190053 addons.manager DEBUG Completed startup sequence -1505822190083 Marionette INFO Enabled via --marionette - -(firefox:9690): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9690): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9690): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9690): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9690): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9690): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9690): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9690): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9690): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9690): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9690): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9690): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505822190190 DeferredSave.extensions.json DEBUG Starting timer -*** Blocklist::_loadBlocklistFromFile: blocklist is disabled -1505822190224 addons.manager DEBUG Starting provider: PreviousExperimentProvider -1505822190224 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider -1505822190225 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider -1505822190241 DeferredSave.extensions.json DEBUG Starting write -1505822190316 DeferredSave.extensions.json DEBUG Write succeeded -1505822190316 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 21 -1505822190808 addons.manager DEBUG Starting provider: -1505822190808 addons.manager DEBUG Registering shutdown blocker for -1505822190808 addons.manager DEBUG Provider finished startup: -1505822190817 addons.xpi INFO Mapping followonsearch@mozilla.com to /tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505822190817 addons.xpi INFO Mapping onboarding@mozilla.org to /tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505822190817 addons.xpi INFO Mapping e10srollout@mozilla.org to /tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505822190817 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505822190817 addons.xpi INFO Mapping screenshots@mozilla.org to /tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505822190817 addons.xpi DEBUG Changed add-on followonsearch@mozilla.com in app-system-addons -1505822190818 addons.xpi DEBUG Changed add-on onboarding@mozilla.org in app-system-addons -1505822190818 addons.xpi DEBUG Changed add-on e10srollout@mozilla.org in app-system-addons -1505822190819 addons.xpi DEBUG Changed add-on clicktoplay-rollout@mozilla.org in app-system-addons -1505822190819 addons.xpi DEBUG Changed add-on screenshots@mozilla.org in app-system-addons -1505822190820 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505822190820 addons.xpi INFO Mapping followonsearch@mozilla.com to /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi -1505822190820 addons.xpi INFO Mapping e10srollout@mozilla.org to /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi -1505822190820 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505822190820 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505822190820 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi -1505822190821 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505822190821 addons.xpi INFO Mapping screenshots@mozilla.org to /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi -1505822190821 addons.xpi DEBUG Existing add-on firefox@getpocket.com in app-system-defaults -1505822190821 addons.xpi DEBUG Existing add-on followonsearch@mozilla.com in app-system-defaults -1505822190822 addons.xpi DEBUG Existing add-on e10srollout@mozilla.org in app-system-defaults -1505822190822 addons.xpi DEBUG Existing add-on shield-recipe-client@mozilla.org in app-system-defaults -1505822190822 addons.xpi DEBUG Existing add-on aushelper@mozilla.org in app-system-defaults -1505822190822 addons.xpi DEBUG Existing add-on clicktoplay-rollout@mozilla.org in app-system-defaults -1505822190822 addons.xpi DEBUG Existing add-on webcompat@mozilla.org in app-system-defaults -1505822190823 addons.xpi DEBUG Existing add-on screenshots@mozilla.org in app-system-defaults -1505822190823 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505822190823 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505822190823 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505822190823 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global -1505822190823 addons.xpi DEBUG Existing add-on langpack-en-ZA@firefox.mozilla.org in app-global -1505822190824 addons.xpi DEBUG Existing add-on langpack-en-GB@firefox.mozilla.org in app-global -1505822190824 addons.xpi DEBUG getInstallState changed: true, state: {} -1505822190824 addons.xpi-utils DEBUG Add-on clicktoplay-rollout@mozilla.org modified in app-system-addons -1505822190866 DeferredSave.extensions.json DEBUG Save changes -1505822190867 DeferredSave.extensions.json DEBUG Save changes -1505822190867 addons.xpi-utils DEBUG Add-on e10srollout@mozilla.org modified in app-system-addons -1505822190870 DeferredSave.extensions.json DEBUG Starting timer -1505822190879 DeferredSave.extensions.json DEBUG Save changes -1505822190880 DeferredSave.extensions.json DEBUG Save changes -1505822190880 addons.xpi-utils DEBUG Add-on followonsearch@mozilla.com modified in app-system-addons -1505822190887 DeferredSave.extensions.json DEBUG Save changes -1505822190888 DeferredSave.extensions.json DEBUG Save changes -1505822190888 addons.xpi-utils DEBUG Add-on onboarding@mozilla.org modified in app-system-addons -1505822190894 DeferredSave.extensions.json DEBUG Starting write -1505822190899 DeferredSave.extensions.json DEBUG Write succeeded -1505822190912 DeferredSave.extensions.json DEBUG Save changes -1505822190913 DeferredSave.extensions.json DEBUG Save changes -1505822190914 addons.xpi-utils DEBUG Add-on screenshots@mozilla.org modified in app-system-addons -1505822190915 DeferredSave.extensions.json DEBUG Starting timer -1505822190990 DeferredSave.extensions.json DEBUG Starting write -1505822191002 DeferredSave.extensions.json DEBUG Save changes -1505822191002 DeferredSave.extensions.json DEBUG Data changed while write in progress -1505822191003 DeferredSave.extensions.json DEBUG Save changes -1505822191005 addons.xpi DEBUG Calling bootstrap method uninstall on clicktoplay-rollout@mozilla.org version 1.3 -1505822191009 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505822191013 addons.xpi DEBUG Calling bootstrap method install on clicktoplay-rollout@mozilla.org version 1.3 -1505822191013 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505822191013 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505822191013 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191013 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822189000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191014 DeferredSave.extensions.json DEBUG Save changes -1505822191014 addons.xpi DEBUG Calling bootstrap method uninstall on e10srollout@mozilla.org version 2.05 -1505822191015 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505822191018 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 2.05 -1505822191018 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505822191019 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505822191019 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191019 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822189000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191019 DeferredSave.extensions.json DEBUG Save changes -1505822191020 addons.xpi DEBUG Calling bootstrap method uninstall on followonsearch@mozilla.com version 0.9.3 -1505822191022 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505822191024 addons.xpi DEBUG Calling bootstrap method install on followonsearch@mozilla.com version 0.9.3 -1505822191024 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505822191024 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505822191024 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191025 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822189000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191026 DeferredSave.extensions.json DEBUG Save changes -1505822191027 addons.xpi DEBUG Calling bootstrap method uninstall on onboarding@mozilla.org version 0.1 -console.log: uninstall ADDON_DOWNGRADE -1505822191031 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505822191058 addons.xpi DEBUG Calling bootstrap method install on onboarding@mozilla.org version 0.1 -console.log: install ADDON_DOWNGRADE -1505822191058 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505822191059 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822189000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191059 DeferredSave.extensions.json DEBUG Save changes -1505822191060 addons.xpi DEBUG Calling bootstrap method uninstall on screenshots@mozilla.org version 10.12.0 -1505822191060 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505822191062 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 10.12.0 -1505822191062 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505822191062 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505822191063 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191064 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822189000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191065 DeferredSave.extensions.json DEBUG Save changes -1505822191065 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505822191065 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191066 DeferredSave.extensions.json DEBUG Save changes -1505822191066 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505822191066 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191067 DeferredSave.extensions.json DEBUG Save changes -1505822191067 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505822191067 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191068 DeferredSave.extensions.json DEBUG Save changes -1505822191068 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505822191068 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191069 DeferredSave.extensions.json DEBUG Save changes -1505822191069 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505822191069 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505822191070 DeferredSave.extensions.json DEBUG Save changes -1505822191070 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505822191070 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191071 DeferredSave.extensions.json DEBUG Save changes -1505822191071 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505822191071 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191072 DeferredSave.extensions.json DEBUG Save changes -1505822191072 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822189000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191072 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822189000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191072 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822189000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191072 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822189000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191072 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822189000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.R2WJjOnqDsy5/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191072 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191072 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191073 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191073 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191073 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191073 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191073 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191073 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191073 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505822191073 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191073 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822191074 DeferredSave.extensions.json DEBUG Save changes -1505822191074 addons.xpi DEBUG Updating database with changes to installed add-ons -1505822191074 addons.xpi-utils DEBUG Updating add-on states -1505822191080 DeferredSave.extensions.json DEBUG Write succeeded -1505822191080 DeferredSave.extensions.json DEBUG Starting timer -1505822191149 Marionette INFO Listening on port 44077 -1505822191150 DeferredSave.extensions.json DEBUG Starting write -1505822191158 DeferredSave.extensions.json DEBUG Write succeeded -1505822191163 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505822191208 Marionette DEBUG loaded listener.js -1505822191241 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505822191250 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505822191250 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505822191438 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/index-static.html" -1505822191441 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/index-static.html" -1505822194716 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/index-static.html" -1505822194724 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/index-static.html" -1505822194725 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/index-static.html" -1505822194890 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505822194892 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505822198118 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505822198127 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505822198127 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505822198275 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505822198277 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505822201547 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505822201555 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505822201555 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505822201702 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505822201704 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505822204955 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505822204962 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505822204962 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505822205127 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505822205129 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505822208370 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505822208377 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505822208378 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505822208556 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505822208558 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505822211888 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505822211896 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505822211896 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505822212056 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505822212058 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505822215351 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505822215358 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505822215359 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505822215521 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505822215523 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505822218888 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505822218894 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505822218894 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505822219061 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505822219064 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505822220149 DeferredSave.extensions.json DEBUG Save changes -1505822220150 DeferredSave.extensions.json DEBUG Starting timer -1505822220173 DeferredSave.extensions.json DEBUG Starting write -1505822220177 DeferredSave.extensions.json DEBUG Write succeeded -1505822222540 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505822222546 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505822222547 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505822222712 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505822222713 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505822225988 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505822225997 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505822225998 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505822226160 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505822226162 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505822229396 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505822229404 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505822229405 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505822229568 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505822229571 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505822232875 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505822232884 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505822232884 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505822233059 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505822233060 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505822236506 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505822236512 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505822236512 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505822236680 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505822236682 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505822240055 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505822240061 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505822240061 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505822240232 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505822240234 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505822243463 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505822243469 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505822243469 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505822243631 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505822243633 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505822246902 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505822246910 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505822246910 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505822247096 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505822247098 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505822250404 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505822250410 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505822250410 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505822250582 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505822250584 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505822253894 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505822253900 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505822253900 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505822254074 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Content%20Model" -1505822254077 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Content%20Model" - -(firefox:9690): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9690): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:9690): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:9690): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505822257164 Marionette INFO New connections will no longer be accepted -1505822257183 addons.xpi DEBUG Calling bootstrap method shutdown on webcompat@mozilla.org version 1.1 -1505822257184 addons.xpi DEBUG Calling bootstrap method shutdown on shield-recipe-client@mozilla.org version 55.1 -1505822257186 addons.xpi DEBUG Calling bootstrap method shutdown on screenshots@mozilla.org version 10.12.0 -1505822257187 addons.xpi DEBUG Calling bootstrap method shutdown on onboarding@mozilla.org version 0.1 -console.log: shutdown APP_SHUTDOWN -1505822257188 addons.xpi DEBUG Calling bootstrap method shutdown on followonsearch@mozilla.com version 0.9.3 -1505822257189 addons.xpi DEBUG Calling bootstrap method shutdown on firefox@getpocket.com version 1.0.5 -1505822257189 addons.xpi DEBUG Calling bootstrap method shutdown on e10srollout@mozilla.org version 2.05 -1505822257190 addons.xpi DEBUG Calling bootstrap method shutdown on clicktoplay-rollout@mozilla.org version 1.3 -1505822257190 addons.xpi DEBUG Calling bootstrap method shutdown on aushelper@mozilla.org version 2.0 -[Child 9740] WARNING: pipe error (36): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 9740] WARNING: pipe error (20): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 9740] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505822755189 geckodriver INFO geckodriver 0.19.0 -1505822755192 geckodriver INFO Listening on 127.0.0.1:42611 -1505822757122 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.jULbZaCyBKOk" -1505822757295 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider", "XPIInternal"] -1505822757298 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] -1505822757321 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm -1505822757323 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm -1505822757324 addons.manager DEBUG Starting provider: XPIProvider -1505822757324 addons.xpi DEBUG startup -1505822757326 addons.xpi INFO SystemAddonInstallLocation scanning directory /tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8} -1505822757327 addons.xpi DEBUG checkForChanges -1505822757327 addons.xpi DEBUG Loaded add-on state: {"app-system-addons":{"addons":{"clicktoplay-rollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","version":"1.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","version":"2.05","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","version":"0.9.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"onboarding@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","version":"0.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","version":"10.12.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}}},"app-system-defaults":{"addons":{"firefox@getpocket.com":{"enabled":true,"lastModifiedTime":1502895176000,"path":"firefox@getpocket.com.xpi","version":"1.0.5","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"e10srollout@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"aushelper@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"aushelper@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"webcompat@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"webcompat@mozilla.org.xpi","version":"1.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":false,"lastModifiedTime":1502895176000,"path":"followonsearch@mozilla.com.xpi","version":"0.9.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"shield-recipe-client@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"shield-recipe-client@mozilla.org.xpi","version":"55.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"clicktoplay-rollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"clicktoplay-rollout@mozilla.org.xpi","version":"1.2","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"screenshots@mozilla.org.xpi","version":"10.10.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}},"path":"/usr/lib/firefox/browser/features"},"app-global":{"addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"enabled":true,"lastModifiedTime":1502895176000,"path":"{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","version":"55.0.2","type":"theme","currentModifiedTime":1502895176000},"langpack-en-ZA@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-ZA@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000},"langpack-en-GB@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-GB@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000}},"path":"/usr/lib/firefox/browser/extensions","checkStartupModifications":true},"app-system-share":{"addons":{"ubufox@ubuntu.com":{"enabled":true,"lastModifiedTime":1502719294000,"path":"ubufox@ubuntu.com.xpi","version":"3.4","currentModifiedTime":1502719294000}},"path":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","checkStartupModifications":true}} -1505822757329 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505822757329 addons.xpi INFO Mapping e10srollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505822757330 addons.xpi INFO Mapping followonsearch@mozilla.com to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505822757330 addons.xpi INFO Mapping onboarding@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505822757330 addons.xpi INFO Mapping screenshots@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505822757330 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505822757330 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505822757330 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505822757331 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505822757331 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505822757331 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505822757332 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505822757332 addons.xpi DEBUG getInstallState changed: true, state: {} -1505822757338 addons.xpi-utils DEBUG Opening XPI database /tmp/rust_mozprofile.jULbZaCyBKOk/extensions.json -1505822757342 addons.xpi-utils DEBUG Successfully read XPI database -1505822757345 addons.xpi-utils DEBUG Add-on ubufox@ubuntu.com removed from app-system-share -1505822757348 DeferredSave.extensions.json DEBUG Save changes -1505822757349 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505822757349 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505822757350 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757353 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757354 DeferredSave.extensions.json DEBUG Save changes -1505822757354 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505822757354 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505822757354 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757354 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757355 DeferredSave.extensions.json DEBUG Save changes -1505822757355 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505822757355 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505822757355 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757355 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757356 DeferredSave.extensions.json DEBUG Save changes -1505822757356 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505822757358 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757358 DeferredSave.extensions.json DEBUG Save changes -1505822757358 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505822757358 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505822757359 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757359 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757360 DeferredSave.extensions.json DEBUG Save changes -1505822757360 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505822757360 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757360 DeferredSave.extensions.json DEBUG Save changes -1505822757361 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505822757361 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757362 DeferredSave.extensions.json DEBUG Save changes -1505822757362 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505822757362 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757363 DeferredSave.extensions.json DEBUG Save changes -1505822757363 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505822757363 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757364 DeferredSave.extensions.json DEBUG Save changes -1505822757364 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505822757364 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505822757365 DeferredSave.extensions.json DEBUG Save changes -1505822757365 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505822757365 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757365 DeferredSave.extensions.json DEBUG Save changes -1505822757365 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505822757366 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757366 DeferredSave.extensions.json DEBUG Save changes -1505822757366 addons.manager DEBUG Registering startup change 'uninstalled' for ubufox@ubuntu.com -1505822757366 addons.xpi DEBUG Removing XPIState for app-system-share:ubufox@ubuntu.com -1505822757367 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757367 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757367 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757367 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757367 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757367 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757368 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757368 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757368 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757368 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757368 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757368 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757368 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757368 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505822757368 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757368 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822757369 DeferredSave.extensions.json DEBUG Save changes -1505822757369 addons.xpi DEBUG Updating database with changes to installed add-ons -1505822757369 addons.xpi-utils DEBUG Updating add-on states -1505822757379 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505822757380 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505822757381 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0 -1505822757382 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505822757382 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505822757391 addons.xpi DEBUG Calling bootstrap method startup on clicktoplay-rollout@mozilla.org version 1.3 -1505822757422 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505822757423 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505822757425 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 2.05 -1505822757425 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505822757426 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505822757429 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5 -1505822757456 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505822757456 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505822757458 addons.xpi DEBUG Calling bootstrap method startup on followonsearch@mozilla.com version 0.9.3 -1505822757458 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505822757459 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505822757460 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505822757461 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505822757490 addons.xpi DEBUG Calling bootstrap method startup on onboarding@mozilla.org version 0.1 -1505822757490 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505822757490 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505822757492 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 10.12.0 -1505822757493 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505822757493 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505822757495 addons.xpi DEBUG Calling bootstrap method startup on shield-recipe-client@mozilla.org version 55.1 -1505822757501 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505822757502 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505822757503 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1 -1505822757507 addons.manager DEBUG Registering shutdown blocker for XPIProvider -1505822757507 addons.manager DEBUG Provider finished startup: XPIProvider -1505822757507 addons.manager DEBUG Starting provider: LightweightThemeManager -1505822757507 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager -1505822757508 addons.manager DEBUG Provider finished startup: LightweightThemeManager -1505822757508 addons.manager DEBUG Starting provider: GMPProvider -1505822757511 addons.manager DEBUG Registering shutdown blocker for GMPProvider -1505822757511 addons.manager DEBUG Provider finished startup: GMPProvider -1505822757511 addons.manager DEBUG Starting provider: PluginProvider -1505822757511 addons.manager DEBUG Registering shutdown blocker for PluginProvider -1505822757512 addons.manager DEBUG Provider finished startup: PluginProvider -1505822757512 addons.manager DEBUG Completed startup sequence -1505822757543 Marionette INFO Enabled via --marionette - -(firefox:10276): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10276): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10276): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10276): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10276): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10276): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10276): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10276): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10276): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10276): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10276): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10276): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505822757649 DeferredSave.extensions.json DEBUG Starting timer -*** Blocklist::_loadBlocklistFromFile: blocklist is disabled -1505822757683 addons.manager DEBUG Starting provider: PreviousExperimentProvider -1505822757683 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider -1505822757683 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider -1505822757700 DeferredSave.extensions.json DEBUG Starting write -1505822757781 DeferredSave.extensions.json DEBUG Write succeeded -1505822757781 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 21 -1505822758286 addons.manager DEBUG Starting provider: -1505822758287 addons.manager DEBUG Registering shutdown blocker for -1505822758287 addons.manager DEBUG Provider finished startup: -1505822758295 addons.xpi INFO Mapping followonsearch@mozilla.com to /tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505822758295 addons.xpi INFO Mapping onboarding@mozilla.org to /tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505822758296 addons.xpi INFO Mapping e10srollout@mozilla.org to /tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505822758296 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505822758296 addons.xpi INFO Mapping screenshots@mozilla.org to /tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505822758296 addons.xpi DEBUG Changed add-on followonsearch@mozilla.com in app-system-addons -1505822758297 addons.xpi DEBUG Changed add-on onboarding@mozilla.org in app-system-addons -1505822758297 addons.xpi DEBUG Changed add-on e10srollout@mozilla.org in app-system-addons -1505822758297 addons.xpi DEBUG Changed add-on clicktoplay-rollout@mozilla.org in app-system-addons -1505822758298 addons.xpi DEBUG Changed add-on screenshots@mozilla.org in app-system-addons -1505822758298 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505822758298 addons.xpi INFO Mapping followonsearch@mozilla.com to /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi -1505822758299 addons.xpi INFO Mapping e10srollout@mozilla.org to /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi -1505822758299 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505822758299 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505822758299 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi -1505822758299 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505822758299 addons.xpi INFO Mapping screenshots@mozilla.org to /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi -1505822758299 addons.xpi DEBUG Existing add-on firefox@getpocket.com in app-system-defaults -1505822758300 addons.xpi DEBUG Existing add-on followonsearch@mozilla.com in app-system-defaults -1505822758300 addons.xpi DEBUG Existing add-on e10srollout@mozilla.org in app-system-defaults -1505822758300 addons.xpi DEBUG Existing add-on shield-recipe-client@mozilla.org in app-system-defaults -1505822758300 addons.xpi DEBUG Existing add-on aushelper@mozilla.org in app-system-defaults -1505822758300 addons.xpi DEBUG Existing add-on clicktoplay-rollout@mozilla.org in app-system-defaults -1505822758301 addons.xpi DEBUG Existing add-on webcompat@mozilla.org in app-system-defaults -1505822758301 addons.xpi DEBUG Existing add-on screenshots@mozilla.org in app-system-defaults -1505822758301 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505822758301 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505822758301 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505822758301 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global -1505822758302 addons.xpi DEBUG Existing add-on langpack-en-ZA@firefox.mozilla.org in app-global -1505822758302 addons.xpi DEBUG Existing add-on langpack-en-GB@firefox.mozilla.org in app-global -1505822758302 addons.xpi DEBUG getInstallState changed: true, state: {} -1505822758302 addons.xpi-utils DEBUG Add-on clicktoplay-rollout@mozilla.org modified in app-system-addons -1505822758332 DeferredSave.extensions.json DEBUG Save changes -1505822758333 DeferredSave.extensions.json DEBUG Save changes -1505822758334 addons.xpi-utils DEBUG Add-on e10srollout@mozilla.org modified in app-system-addons -1505822758336 DeferredSave.extensions.json DEBUG Starting timer -1505822758346 DeferredSave.extensions.json DEBUG Save changes -1505822758347 DeferredSave.extensions.json DEBUG Save changes -1505822758347 addons.xpi-utils DEBUG Add-on followonsearch@mozilla.com modified in app-system-addons -1505822758355 DeferredSave.extensions.json DEBUG Save changes -1505822758356 DeferredSave.extensions.json DEBUG Save changes -1505822758356 addons.xpi-utils DEBUG Add-on onboarding@mozilla.org modified in app-system-addons -1505822758360 DeferredSave.extensions.json DEBUG Starting write -1505822758364 DeferredSave.extensions.json DEBUG Write succeeded -1505822758378 DeferredSave.extensions.json DEBUG Save changes -1505822758379 DeferredSave.extensions.json DEBUG Save changes -1505822758379 addons.xpi-utils DEBUG Add-on screenshots@mozilla.org modified in app-system-addons -1505822758381 DeferredSave.extensions.json DEBUG Starting timer -1505822758453 DeferredSave.extensions.json DEBUG Starting write -1505822758474 DeferredSave.extensions.json DEBUG Save changes -1505822758475 DeferredSave.extensions.json DEBUG Data changed while write in progress -1505822758476 DeferredSave.extensions.json DEBUG Save changes -1505822758477 addons.xpi DEBUG Calling bootstrap method uninstall on clicktoplay-rollout@mozilla.org version 1.3 -1505822758481 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505822758484 addons.xpi DEBUG Calling bootstrap method install on clicktoplay-rollout@mozilla.org version 1.3 -1505822758484 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505822758484 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505822758484 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758485 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822757000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758485 DeferredSave.extensions.json DEBUG Save changes -1505822758486 addons.xpi DEBUG Calling bootstrap method uninstall on e10srollout@mozilla.org version 2.05 -1505822758487 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505822758490 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 2.05 -1505822758491 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505822758491 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505822758491 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758491 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822757000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758492 DeferredSave.extensions.json DEBUG Save changes -1505822758492 addons.xpi DEBUG Calling bootstrap method uninstall on followonsearch@mozilla.com version 0.9.3 -1505822758494 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505822758496 addons.xpi DEBUG Calling bootstrap method install on followonsearch@mozilla.com version 0.9.3 -1505822758496 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505822758496 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505822758496 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758496 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822757000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758497 DeferredSave.extensions.json DEBUG Save changes -1505822758497 addons.xpi DEBUG Calling bootstrap method uninstall on onboarding@mozilla.org version 0.1 -console.log: uninstall ADDON_DOWNGRADE -1505822758501 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505822758526 addons.xpi DEBUG Calling bootstrap method install on onboarding@mozilla.org version 0.1 -console.log: install ADDON_DOWNGRADE -1505822758527 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505822758527 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822757000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758528 DeferredSave.extensions.json DEBUG Save changes -1505822758528 addons.xpi DEBUG Calling bootstrap method uninstall on screenshots@mozilla.org version 10.12.0 -1505822758529 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505822758531 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 10.12.0 -1505822758531 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505822758531 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505822758532 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758533 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822757000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758533 DeferredSave.extensions.json DEBUG Save changes -1505822758533 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505822758533 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758534 DeferredSave.extensions.json DEBUG Save changes -1505822758534 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505822758534 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758534 DeferredSave.extensions.json DEBUG Save changes -1505822758534 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505822758535 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758535 DeferredSave.extensions.json DEBUG Save changes -1505822758535 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505822758535 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758536 DeferredSave.extensions.json DEBUG Save changes -1505822758536 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505822758536 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505822758536 DeferredSave.extensions.json DEBUG Save changes -1505822758536 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505822758536 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758537 DeferredSave.extensions.json DEBUG Save changes -1505822758537 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505822758537 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758538 DeferredSave.extensions.json DEBUG Save changes -1505822758538 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822757000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758538 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822757000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758538 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822757000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758538 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822757000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758538 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822757000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.jULbZaCyBKOk/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758538 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758539 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758539 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758539 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758539 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758539 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758539 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758539 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758539 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505822758539 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758540 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822758540 DeferredSave.extensions.json DEBUG Save changes -1505822758540 addons.xpi DEBUG Updating database with changes to installed add-ons -1505822758540 addons.xpi-utils DEBUG Updating add-on states -1505822758544 DeferredSave.extensions.json DEBUG Write succeeded -1505822758544 DeferredSave.extensions.json DEBUG Starting timer -1505822758603 Marionette INFO Listening on port 44229 -1505822758608 DeferredSave.extensions.json DEBUG Starting write -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505822758610 DeferredSave.extensions.json DEBUG Write succeeded -1505822758653 Marionette WARN TLS certificate errors will be ignored for this session -1505822758691 Marionette DEBUG loaded listener.js -1505822758716 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505822758726 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505822758726 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505822758925 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/index-static.html" -1505822758928 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/index-static.html" -1505822762206 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/index-static.html" -1505822762215 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/index-static.html" -1505822762215 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/index-static.html" -1505822762380 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505822762382 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505822765621 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505822765626 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505822765627 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505822765788 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505822765789 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505822769045 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505822769052 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505822769053 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505822769218 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505822769220 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505822772481 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505822772490 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505822772490 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505822772657 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505822772659 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505822775882 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505822775889 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505822775890 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505822776056 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505822776058 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505822779364 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505822779370 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505822779370 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505822779533 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505822779535 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505822782823 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505822782829 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505822782829 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505822782997 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505822782999 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505822786308 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505822786316 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505822786316 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505822786486 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505822786488 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505822787592 DeferredSave.extensions.json DEBUG Save changes -1505822787592 DeferredSave.extensions.json DEBUG Starting timer -1505822787615 DeferredSave.extensions.json DEBUG Starting write -1505822787617 DeferredSave.extensions.json DEBUG Write succeeded -1505822789957 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505822789964 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505822789965 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505822790161 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505822790162 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505822793448 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505822793455 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505822793455 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505822793630 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505822793632 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505822796850 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505822796857 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505822796857 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505822797018 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505822797020 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505822800279 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505822800288 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505822800288 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505822800440 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505822800441 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505822803905 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505822803912 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505822803912 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505822804057 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505822804059 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505822807326 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505822807333 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505822807333 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505822807491 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505822807493 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505822810717 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505822810723 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505822810723 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505822810862 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505822810863 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505822814157 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505822814165 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505822814165 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505822814336 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505822814338 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505822817683 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505822817691 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505822817691 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505822817869 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505822817871 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505822821192 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505822821198 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505822821198 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505822821360 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Content%20Model" -1505822821362 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Content%20Model" -1505822824456 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/edit.html?uri=http://hyperdata.it/wiki/Content%20Model" -1505822824462 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/edit.html?uri=http://hyperdata.it/wiki/Content%20Model" -1505822824463 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/edit.html?uri=http://hyperdata.it/wiki/Content%20Model" -1505822824620 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Text%20Formatting" -1505822824622 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Text%20Formatting" -1505822827778 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/edit.html?uri=http://hyperdata.it/wiki/Text%20Formatting" -1505822827783 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/edit.html?uri=http://hyperdata.it/wiki/Text%20Formatting" -1505822827784 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/edit.html?uri=http://hyperdata.it/wiki/Text%20Formatting" -1505822827941 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual#basic%20features" -1505822827943 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual#basic%20features" -1505822831410 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual#tags" -1505822834877 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual#tags" -1505822834883 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual#tags" -1505822834884 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual#tags" -1505822834889 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/Page%20To%20Include" -1505822834894 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/Page%20To%20Include" -1505822837958 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/Page%20To%20Include" -1505822837976 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/Page%20To%20Include" -1505822837978 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/Page%20To%20Include" -1505822838163 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual#links" -1505822838165 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual#links" -1505822841623 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual#links" -1505822841628 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual#links" -1505822841628 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual#links" -1505822841795 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#blockquotes" -1505822841797 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#blockquotes" -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505822845300 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#tables" -1505822848914 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#headers" -1505822852486 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#videos" -1505822856045 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#code" -1505822859514 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#images" -1505822863097 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505822866573 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#lists" -1505822870157 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#lists" -1505822870164 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#lists" -1505822870164 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#lists" -1505822870343 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown-Here-Cheatsheet" -1505822870346 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown-Here-Cheatsheet" - -(firefox:10276): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10276): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10276): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10276): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505822873425 Marionette INFO New connections will no longer be accepted -1505822873440 addons.xpi DEBUG Calling bootstrap method shutdown on webcompat@mozilla.org version 1.1 -1505822873441 addons.xpi DEBUG Calling bootstrap method shutdown on shield-recipe-client@mozilla.org version 55.1 -1505822873443 addons.xpi DEBUG Calling bootstrap method shutdown on screenshots@mozilla.org version 10.12.0 -1505822873444 addons.xpi DEBUG Calling bootstrap method shutdown on onboarding@mozilla.org version 0.1 -console.log: shutdown APP_SHUTDOWN -1505822873445 addons.xpi DEBUG Calling bootstrap method shutdown on followonsearch@mozilla.com version 0.9.3 -1505822873445 addons.xpi DEBUG Calling bootstrap method shutdown on firefox@getpocket.com version 1.0.5 -1505822873445 addons.xpi DEBUG Calling bootstrap method shutdown on e10srollout@mozilla.org version 2.05 -1505822873446 addons.xpi DEBUG Calling bootstrap method shutdown on clicktoplay-rollout@mozilla.org version 1.3 -1505822873446 addons.xpi DEBUG Calling bootstrap method shutdown on aushelper@mozilla.org version 2.0 -[Child 10326] WARNING: pipe error (19): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[Child 10326] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505822961814 geckodriver INFO geckodriver 0.19.0 -1505822961817 geckodriver INFO Listening on 127.0.0.1:35139 -1505822963752 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.veYy7Dar1lH9" -1505822963921 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider", "XPIInternal"] -1505822963924 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] -1505822963946 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm -1505822963949 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm -1505822963950 addons.manager DEBUG Starting provider: XPIProvider -1505822963950 addons.xpi DEBUG startup -1505822963952 addons.xpi INFO SystemAddonInstallLocation scanning directory /tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8} -1505822963952 addons.xpi DEBUG checkForChanges -1505822963953 addons.xpi DEBUG Loaded add-on state: {"app-system-addons":{"addons":{"clicktoplay-rollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","version":"1.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","version":"2.05","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","version":"0.9.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"onboarding@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","version":"0.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","version":"10.12.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}}},"app-system-defaults":{"addons":{"firefox@getpocket.com":{"enabled":true,"lastModifiedTime":1502895176000,"path":"firefox@getpocket.com.xpi","version":"1.0.5","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"e10srollout@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"aushelper@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"aushelper@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"webcompat@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"webcompat@mozilla.org.xpi","version":"1.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":false,"lastModifiedTime":1502895176000,"path":"followonsearch@mozilla.com.xpi","version":"0.9.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"shield-recipe-client@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"shield-recipe-client@mozilla.org.xpi","version":"55.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"clicktoplay-rollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"clicktoplay-rollout@mozilla.org.xpi","version":"1.2","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"screenshots@mozilla.org.xpi","version":"10.10.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}},"path":"/usr/lib/firefox/browser/features"},"app-global":{"addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"enabled":true,"lastModifiedTime":1502895176000,"path":"{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","version":"55.0.2","type":"theme","currentModifiedTime":1502895176000},"langpack-en-ZA@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-ZA@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000},"langpack-en-GB@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-GB@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000}},"path":"/usr/lib/firefox/browser/extensions","checkStartupModifications":true},"app-system-share":{"addons":{"ubufox@ubuntu.com":{"enabled":true,"lastModifiedTime":1502719294000,"path":"ubufox@ubuntu.com.xpi","version":"3.4","currentModifiedTime":1502719294000}},"path":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","checkStartupModifications":true}} -1505822963954 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505822963955 addons.xpi INFO Mapping e10srollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505822963955 addons.xpi INFO Mapping followonsearch@mozilla.com to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505822963955 addons.xpi INFO Mapping onboarding@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505822963955 addons.xpi INFO Mapping screenshots@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505822963956 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505822963956 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505822963956 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505822963956 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505822963957 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505822963957 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505822963957 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505822963957 addons.xpi DEBUG getInstallState changed: true, state: {} -1505822963964 addons.xpi-utils DEBUG Opening XPI database /tmp/rust_mozprofile.veYy7Dar1lH9/extensions.json -1505822963968 addons.xpi-utils DEBUG Successfully read XPI database -1505822963971 addons.xpi-utils DEBUG Add-on ubufox@ubuntu.com removed from app-system-share -1505822963974 DeferredSave.extensions.json DEBUG Save changes -1505822963976 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505822963976 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505822963976 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963979 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963980 DeferredSave.extensions.json DEBUG Save changes -1505822963980 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505822963980 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505822963981 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963981 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963982 DeferredSave.extensions.json DEBUG Save changes -1505822963982 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505822963982 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505822963982 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963983 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963984 DeferredSave.extensions.json DEBUG Save changes -1505822963984 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505822963985 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963986 DeferredSave.extensions.json DEBUG Save changes -1505822963986 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505822963986 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505822963987 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963987 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963987 DeferredSave.extensions.json DEBUG Save changes -1505822963987 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505822963989 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963990 DeferredSave.extensions.json DEBUG Save changes -1505822963990 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505822963990 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963991 DeferredSave.extensions.json DEBUG Save changes -1505822963991 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505822963991 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963992 DeferredSave.extensions.json DEBUG Save changes -1505822963992 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505822963993 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963993 DeferredSave.extensions.json DEBUG Save changes -1505822963993 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505822963993 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505822963994 DeferredSave.extensions.json DEBUG Save changes -1505822963994 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505822963994 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963995 DeferredSave.extensions.json DEBUG Save changes -1505822963995 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505822963995 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963996 DeferredSave.extensions.json DEBUG Save changes -1505822963996 addons.manager DEBUG Registering startup change 'uninstalled' for ubufox@ubuntu.com -1505822963996 addons.xpi DEBUG Removing XPIState for app-system-share:ubufox@ubuntu.com -1505822963997 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963997 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963997 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963997 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963997 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963997 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963997 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963997 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963997 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963998 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963998 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963998 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963998 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963998 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505822963998 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963998 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822963999 DeferredSave.extensions.json DEBUG Save changes -1505822963999 addons.xpi DEBUG Updating database with changes to installed add-ons -1505822963999 addons.xpi-utils DEBUG Updating add-on states -1505822964009 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505822964009 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505822964011 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0 -1505822964011 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505822964012 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505822964021 addons.xpi DEBUG Calling bootstrap method startup on clicktoplay-rollout@mozilla.org version 1.3 -1505822964053 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505822964053 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505822964055 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 2.05 -1505822964056 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505822964056 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505822964059 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5 -1505822964086 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505822964087 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505822964088 addons.xpi DEBUG Calling bootstrap method startup on followonsearch@mozilla.com version 0.9.3 -1505822964089 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505822964090 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505822964091 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505822964091 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505822964120 addons.xpi DEBUG Calling bootstrap method startup on onboarding@mozilla.org version 0.1 -1505822964120 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505822964121 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505822964122 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 10.12.0 -1505822964123 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505822964123 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505822964125 addons.xpi DEBUG Calling bootstrap method startup on shield-recipe-client@mozilla.org version 55.1 -1505822964131 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505822964132 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505822964133 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1 -1505822964137 addons.manager DEBUG Registering shutdown blocker for XPIProvider -1505822964137 addons.manager DEBUG Provider finished startup: XPIProvider -1505822964137 addons.manager DEBUG Starting provider: LightweightThemeManager -1505822964137 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager -1505822964137 addons.manager DEBUG Provider finished startup: LightweightThemeManager -1505822964138 addons.manager DEBUG Starting provider: GMPProvider -1505822964141 addons.manager DEBUG Registering shutdown blocker for GMPProvider -1505822964141 addons.manager DEBUG Provider finished startup: GMPProvider -1505822964141 addons.manager DEBUG Starting provider: PluginProvider -1505822964141 addons.manager DEBUG Registering shutdown blocker for PluginProvider -1505822964141 addons.manager DEBUG Provider finished startup: PluginProvider -1505822964142 addons.manager DEBUG Completed startup sequence -1505822964173 Marionette INFO Enabled via --marionette - -(firefox:10500): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10500): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10500): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10500): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10500): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10500): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10500): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10500): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10500): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10500): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10500): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10500): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505822964280 DeferredSave.extensions.json DEBUG Starting timer -*** Blocklist::_loadBlocklistFromFile: blocklist is disabled -1505822964314 addons.manager DEBUG Starting provider: PreviousExperimentProvider -1505822964314 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider -1505822964314 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider -1505822964331 DeferredSave.extensions.json DEBUG Starting write -1505822964412 DeferredSave.extensions.json DEBUG Write succeeded -1505822964412 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 21 -1505822964922 addons.manager DEBUG Starting provider: -1505822964922 addons.manager DEBUG Registering shutdown blocker for -1505822964923 addons.manager DEBUG Provider finished startup: -1505822964931 addons.xpi INFO Mapping followonsearch@mozilla.com to /tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505822964931 addons.xpi INFO Mapping onboarding@mozilla.org to /tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505822964931 addons.xpi INFO Mapping e10srollout@mozilla.org to /tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505822964932 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505822964932 addons.xpi INFO Mapping screenshots@mozilla.org to /tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505822964932 addons.xpi DEBUG Changed add-on followonsearch@mozilla.com in app-system-addons -1505822964933 addons.xpi DEBUG Changed add-on onboarding@mozilla.org in app-system-addons -1505822964933 addons.xpi DEBUG Changed add-on e10srollout@mozilla.org in app-system-addons -1505822964934 addons.xpi DEBUG Changed add-on clicktoplay-rollout@mozilla.org in app-system-addons -1505822964934 addons.xpi DEBUG Changed add-on screenshots@mozilla.org in app-system-addons -1505822964934 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505822964935 addons.xpi INFO Mapping followonsearch@mozilla.com to /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi -1505822964935 addons.xpi INFO Mapping e10srollout@mozilla.org to /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi -1505822964935 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505822964935 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505822964935 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi -1505822964935 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505822964935 addons.xpi INFO Mapping screenshots@mozilla.org to /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi -1505822964936 addons.xpi DEBUG Existing add-on firefox@getpocket.com in app-system-defaults -1505822964936 addons.xpi DEBUG Existing add-on followonsearch@mozilla.com in app-system-defaults -1505822964936 addons.xpi DEBUG Existing add-on e10srollout@mozilla.org in app-system-defaults -1505822964936 addons.xpi DEBUG Existing add-on shield-recipe-client@mozilla.org in app-system-defaults -1505822964936 addons.xpi DEBUG Existing add-on aushelper@mozilla.org in app-system-defaults -1505822964937 addons.xpi DEBUG Existing add-on clicktoplay-rollout@mozilla.org in app-system-defaults -1505822964937 addons.xpi DEBUG Existing add-on webcompat@mozilla.org in app-system-defaults -1505822964937 addons.xpi DEBUG Existing add-on screenshots@mozilla.org in app-system-defaults -1505822964937 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505822964937 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505822964938 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505822964938 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global -1505822964938 addons.xpi DEBUG Existing add-on langpack-en-ZA@firefox.mozilla.org in app-global -1505822964939 addons.xpi DEBUG Existing add-on langpack-en-GB@firefox.mozilla.org in app-global -1505822964939 addons.xpi DEBUG getInstallState changed: true, state: {} -1505822964940 addons.xpi-utils DEBUG Add-on clicktoplay-rollout@mozilla.org modified in app-system-addons -1505822964970 DeferredSave.extensions.json DEBUG Save changes -1505822964971 DeferredSave.extensions.json DEBUG Save changes -1505822964971 addons.xpi-utils DEBUG Add-on e10srollout@mozilla.org modified in app-system-addons -1505822964974 DeferredSave.extensions.json DEBUG Starting timer -1505822964980 DeferredSave.extensions.json DEBUG Save changes -1505822964981 DeferredSave.extensions.json DEBUG Save changes -1505822964981 addons.xpi-utils DEBUG Add-on followonsearch@mozilla.com modified in app-system-addons -1505822964991 DeferredSave.extensions.json DEBUG Save changes -1505822964992 DeferredSave.extensions.json DEBUG Save changes -1505822964992 addons.xpi-utils DEBUG Add-on onboarding@mozilla.org modified in app-system-addons -1505822964997 DeferredSave.extensions.json DEBUG Starting write -1505822965009 DeferredSave.extensions.json DEBUG Save changes -1505822965009 DeferredSave.extensions.json DEBUG Data changed while write in progress -1505822965010 DeferredSave.extensions.json DEBUG Save changes -1505822965010 addons.xpi-utils DEBUG Add-on screenshots@mozilla.org modified in app-system-addons -1505822965014 DeferredSave.extensions.json DEBUG Write succeeded -1505822965015 DeferredSave.extensions.json DEBUG Starting timer -1505822965035 DeferredSave.extensions.json DEBUG Save changes -1505822965035 DeferredSave.extensions.json DEBUG Save changes -1505822965037 addons.xpi DEBUG Calling bootstrap method uninstall on clicktoplay-rollout@mozilla.org version 1.3 -1505822965041 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505822965044 addons.xpi DEBUG Calling bootstrap method install on clicktoplay-rollout@mozilla.org version 1.3 -1505822965044 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505822965044 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505822965045 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965045 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822963000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965046 DeferredSave.extensions.json DEBUG Save changes -1505822965046 addons.xpi DEBUG Calling bootstrap method uninstall on e10srollout@mozilla.org version 2.05 -1505822965048 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505822965050 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 2.05 -1505822965051 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505822965051 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505822965052 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965052 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822963000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965053 DeferredSave.extensions.json DEBUG Save changes -1505822965053 addons.xpi DEBUG Calling bootstrap method uninstall on followonsearch@mozilla.com version 0.9.3 -1505822965057 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505822965059 addons.xpi DEBUG Calling bootstrap method install on followonsearch@mozilla.com version 0.9.3 -1505822965059 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505822965059 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505822965059 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965060 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822963000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965060 DeferredSave.extensions.json DEBUG Save changes -1505822965061 addons.xpi DEBUG Calling bootstrap method uninstall on onboarding@mozilla.org version 0.1 -console.log: uninstall ADDON_DOWNGRADE -1505822965064 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505822965091 addons.xpi DEBUG Calling bootstrap method install on onboarding@mozilla.org version 0.1 -console.log: install ADDON_DOWNGRADE -1505822965091 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505822965092 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822963000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965092 DeferredSave.extensions.json DEBUG Save changes -1505822965093 addons.xpi DEBUG Calling bootstrap method uninstall on screenshots@mozilla.org version 10.12.0 -1505822965094 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505822965096 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 10.12.0 -1505822965096 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505822965096 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505822965096 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965097 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822963000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965098 DeferredSave.extensions.json DEBUG Save changes -1505822965098 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505822965099 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965100 DeferredSave.extensions.json DEBUG Save changes -1505822965100 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505822965100 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965102 DeferredSave.extensions.json DEBUG Save changes -1505822965102 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505822965102 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965104 DeferredSave.extensions.json DEBUG Save changes -1505822965104 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505822965104 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965105 DeferredSave.extensions.json DEBUG Save changes -1505822965105 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505822965105 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505822965105 DeferredSave.extensions.json DEBUG Save changes -1505822965106 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505822965106 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965106 DeferredSave.extensions.json DEBUG Save changes -1505822965106 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505822965106 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965107 DeferredSave.extensions.json DEBUG Save changes -1505822965107 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822963000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965107 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822963000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965107 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822963000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965107 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822963000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965107 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505822963000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.veYy7Dar1lH9/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965108 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965108 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965108 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965108 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965108 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965108 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965108 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965108 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965108 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505822965108 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965109 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505822965109 DeferredSave.extensions.json DEBUG Save changes -1505822965109 addons.xpi DEBUG Updating database with changes to installed add-ons -1505822965109 addons.xpi-utils DEBUG Updating add-on states -1505822965113 DeferredSave.extensions.json DEBUG Starting write -1505822965128 DeferredSave.extensions.json DEBUG Write succeeded -1505822965183 Marionette INFO Listening on port 44729 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505822965284 Marionette WARN TLS certificate errors will be ignored for this session -1505822965321 Marionette DEBUG loaded listener.js -1505822965345 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505822965357 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505822965358 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505822965534 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/index-static.html" -1505822965537 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/index-static.html" -1505822968822 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/index-static.html" -1505822968830 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/index-static.html" -1505822968830 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/index-static.html" -1505822968990 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505822968993 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505822972227 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505822972233 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505822972233 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505822972390 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505822972392 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505822975649 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505822975654 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505822975654 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505822975816 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505822975819 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505822979084 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505822979092 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505822979093 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505822979258 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505822979260 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505822982493 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505822982500 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505822982500 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505822982661 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505822982663 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505822986019 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505822986028 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505822986029 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505822986170 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505822986171 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505822989452 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505822989459 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505822989459 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505822989629 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505822989632 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505822993003 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505822993008 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505822993008 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505822993174 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505822993176 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505822994244 DeferredSave.extensions.json DEBUG Save changes -1505822994245 DeferredSave.extensions.json DEBUG Starting timer -1505822994267 DeferredSave.extensions.json DEBUG Starting write -1505822994270 DeferredSave.extensions.json DEBUG Write succeeded -1505822997475 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505822998445 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505822998446 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505822998688 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505822998690 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505823001998 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505823002005 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505823002005 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505823002176 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505823002178 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505823005447 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505823005453 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505823005454 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505823005651 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505823005653 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505823008940 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505823008945 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505823008946 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505823009109 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505823009111 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505823012538 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505823012545 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505823012545 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505823012719 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505823012721 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505823016009 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505823016014 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505823016015 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505823016191 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505823016193 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505823019428 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505823019437 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505823019438 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505823019610 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505823019613 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505823022846 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505823022854 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505823022855 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505823023017 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505823023019 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505823026261 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505823026266 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505823026267 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505823026442 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505823026444 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505823029687 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505823029694 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505823029694 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505823029876 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Content%20Model" -1505823029878 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Content%20Model" - -(firefox:10500): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10500): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10500): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10500): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505823032972 Marionette INFO New connections will no longer be accepted -1505823032987 addons.xpi DEBUG Calling bootstrap method shutdown on webcompat@mozilla.org version 1.1 -1505823032988 addons.xpi DEBUG Calling bootstrap method shutdown on shield-recipe-client@mozilla.org version 55.1 -1505823032990 addons.xpi DEBUG Calling bootstrap method shutdown on screenshots@mozilla.org version 10.12.0 -1505823032991 addons.xpi DEBUG Calling bootstrap method shutdown on onboarding@mozilla.org version 0.1 -console.log: shutdown APP_SHUTDOWN -1505823032992 addons.xpi DEBUG Calling bootstrap method shutdown on followonsearch@mozilla.com version 0.9.3 -1505823032993 addons.xpi DEBUG Calling bootstrap method shutdown on firefox@getpocket.com version 1.0.5 -1505823032993 addons.xpi DEBUG Calling bootstrap method shutdown on e10srollout@mozilla.org version 2.05 -1505823032994 addons.xpi DEBUG Calling bootstrap method shutdown on clicktoplay-rollout@mozilla.org version 1.3 -1505823032994 addons.xpi DEBUG Calling bootstrap method shutdown on aushelper@mozilla.org version 2.0 -[Child 10549] WARNING: pipe error (17): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505823176757 geckodriver INFO geckodriver 0.19.0 -1505823176760 geckodriver INFO Listening on 127.0.0.1:54683 -1505823178685 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.yPW75u1IH5pG" -1505823178862 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider", "XPIInternal"] -1505823178865 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] -1505823178888 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm -1505823178891 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm -1505823178891 addons.manager DEBUG Starting provider: XPIProvider -1505823178892 addons.xpi DEBUG startup -1505823178893 addons.xpi INFO SystemAddonInstallLocation scanning directory /tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8} -1505823178894 addons.xpi DEBUG checkForChanges -1505823178894 addons.xpi DEBUG Loaded add-on state: {"app-system-addons":{"addons":{"clicktoplay-rollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","version":"1.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","version":"2.05","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","version":"0.9.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"onboarding@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","version":"0.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","version":"10.12.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}}},"app-system-defaults":{"addons":{"firefox@getpocket.com":{"enabled":true,"lastModifiedTime":1502895176000,"path":"firefox@getpocket.com.xpi","version":"1.0.5","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"e10srollout@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"aushelper@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"aushelper@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"webcompat@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"webcompat@mozilla.org.xpi","version":"1.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":false,"lastModifiedTime":1502895176000,"path":"followonsearch@mozilla.com.xpi","version":"0.9.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"shield-recipe-client@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"shield-recipe-client@mozilla.org.xpi","version":"55.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"clicktoplay-rollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"clicktoplay-rollout@mozilla.org.xpi","version":"1.2","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"screenshots@mozilla.org.xpi","version":"10.10.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}},"path":"/usr/lib/firefox/browser/features"},"app-global":{"addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"enabled":true,"lastModifiedTime":1502895176000,"path":"{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","version":"55.0.2","type":"theme","currentModifiedTime":1502895176000},"langpack-en-ZA@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-ZA@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000},"langpack-en-GB@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-GB@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000}},"path":"/usr/lib/firefox/browser/extensions","checkStartupModifications":true},"app-system-share":{"addons":{"ubufox@ubuntu.com":{"enabled":true,"lastModifiedTime":1502719294000,"path":"ubufox@ubuntu.com.xpi","version":"3.4","currentModifiedTime":1502719294000}},"path":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","checkStartupModifications":true}} -1505823178896 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505823178897 addons.xpi INFO Mapping e10srollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505823178897 addons.xpi INFO Mapping followonsearch@mozilla.com to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505823178897 addons.xpi INFO Mapping onboarding@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505823178897 addons.xpi INFO Mapping screenshots@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505823178898 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505823178898 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505823178898 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505823178899 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505823178899 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505823178899 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505823178899 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505823178900 addons.xpi DEBUG getInstallState changed: true, state: {} -1505823178906 addons.xpi-utils DEBUG Opening XPI database /tmp/rust_mozprofile.yPW75u1IH5pG/extensions.json -1505823178910 addons.xpi-utils DEBUG Successfully read XPI database -1505823178913 addons.xpi-utils DEBUG Add-on ubufox@ubuntu.com removed from app-system-share -1505823178916 DeferredSave.extensions.json DEBUG Save changes -1505823178917 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505823178917 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505823178917 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178921 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178921 DeferredSave.extensions.json DEBUG Save changes -1505823178921 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505823178921 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505823178922 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178922 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178922 DeferredSave.extensions.json DEBUG Save changes -1505823178922 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505823178922 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505823178923 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178923 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178924 DeferredSave.extensions.json DEBUG Save changes -1505823178924 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505823178925 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178926 DeferredSave.extensions.json DEBUG Save changes -1505823178926 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505823178926 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505823178926 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178927 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178927 DeferredSave.extensions.json DEBUG Save changes -1505823178927 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505823178927 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178928 DeferredSave.extensions.json DEBUG Save changes -1505823178928 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505823178928 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178929 DeferredSave.extensions.json DEBUG Save changes -1505823178929 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505823178929 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178930 DeferredSave.extensions.json DEBUG Save changes -1505823178930 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505823178930 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178931 DeferredSave.extensions.json DEBUG Save changes -1505823178931 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505823178931 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505823178932 DeferredSave.extensions.json DEBUG Save changes -1505823178932 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505823178932 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178932 DeferredSave.extensions.json DEBUG Save changes -1505823178933 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505823178933 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178933 DeferredSave.extensions.json DEBUG Save changes -1505823178933 addons.manager DEBUG Registering startup change 'uninstalled' for ubufox@ubuntu.com -1505823178933 addons.xpi DEBUG Removing XPIState for app-system-share:ubufox@ubuntu.com -1505823178934 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178934 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178935 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178935 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178935 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178935 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178935 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178935 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178935 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178935 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178935 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178935 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178935 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178936 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505823178936 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178936 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823178936 DeferredSave.extensions.json DEBUG Save changes -1505823178937 addons.xpi DEBUG Updating database with changes to installed add-ons -1505823178937 addons.xpi-utils DEBUG Updating add-on states -1505823178946 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505823178947 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505823178949 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0 -1505823178949 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505823178950 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505823178959 addons.xpi DEBUG Calling bootstrap method startup on clicktoplay-rollout@mozilla.org version 1.3 -1505823178991 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505823178991 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505823178993 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 2.05 -1505823178994 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505823178994 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505823178997 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5 -1505823179025 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505823179026 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505823179028 addons.xpi DEBUG Calling bootstrap method startup on followonsearch@mozilla.com version 0.9.3 -1505823179028 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505823179029 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505823179031 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505823179031 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505823179060 addons.xpi DEBUG Calling bootstrap method startup on onboarding@mozilla.org version 0.1 -1505823179060 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505823179061 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505823179062 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 10.12.0 -1505823179063 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505823179064 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505823179065 addons.xpi DEBUG Calling bootstrap method startup on shield-recipe-client@mozilla.org version 55.1 -1505823179072 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505823179072 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505823179073 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1 -1505823179077 addons.manager DEBUG Registering shutdown blocker for XPIProvider -1505823179078 addons.manager DEBUG Provider finished startup: XPIProvider -1505823179078 addons.manager DEBUG Starting provider: LightweightThemeManager -1505823179078 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager -1505823179078 addons.manager DEBUG Provider finished startup: LightweightThemeManager -1505823179078 addons.manager DEBUG Starting provider: GMPProvider -1505823179081 addons.manager DEBUG Registering shutdown blocker for GMPProvider -1505823179081 addons.manager DEBUG Provider finished startup: GMPProvider -1505823179082 addons.manager DEBUG Starting provider: PluginProvider -1505823179082 addons.manager DEBUG Registering shutdown blocker for PluginProvider -1505823179082 addons.manager DEBUG Provider finished startup: PluginProvider -1505823179083 addons.manager DEBUG Completed startup sequence -1505823179114 Marionette INFO Enabled via --marionette - -(firefox:10734): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10734): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10734): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10734): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10734): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10734): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10734): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10734): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10734): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10734): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10734): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10734): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505823179223 DeferredSave.extensions.json DEBUG Starting timer -*** Blocklist::_loadBlocklistFromFile: blocklist is disabled -1505823179257 addons.manager DEBUG Starting provider: PreviousExperimentProvider -1505823179257 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider -1505823179257 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider -1505823179273 DeferredSave.extensions.json DEBUG Starting write -1505823179356 DeferredSave.extensions.json DEBUG Write succeeded -1505823179356 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 21 -1505823179880 addons.manager DEBUG Starting provider: -1505823179880 addons.manager DEBUG Registering shutdown blocker for -1505823179881 addons.manager DEBUG Provider finished startup: -1505823179890 addons.xpi INFO Mapping followonsearch@mozilla.com to /tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505823179890 addons.xpi INFO Mapping onboarding@mozilla.org to /tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505823179890 addons.xpi INFO Mapping e10srollout@mozilla.org to /tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505823179890 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505823179890 addons.xpi INFO Mapping screenshots@mozilla.org to /tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505823179891 addons.xpi DEBUG Changed add-on followonsearch@mozilla.com in app-system-addons -1505823179891 addons.xpi DEBUG Changed add-on onboarding@mozilla.org in app-system-addons -1505823179891 addons.xpi DEBUG Changed add-on e10srollout@mozilla.org in app-system-addons -1505823179892 addons.xpi DEBUG Changed add-on clicktoplay-rollout@mozilla.org in app-system-addons -1505823179892 addons.xpi DEBUG Changed add-on screenshots@mozilla.org in app-system-addons -1505823179893 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505823179893 addons.xpi INFO Mapping followonsearch@mozilla.com to /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi -1505823179893 addons.xpi INFO Mapping e10srollout@mozilla.org to /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi -1505823179893 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505823179893 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505823179893 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi -1505823179893 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505823179893 addons.xpi INFO Mapping screenshots@mozilla.org to /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi -1505823179894 addons.xpi DEBUG Existing add-on firefox@getpocket.com in app-system-defaults -1505823179894 addons.xpi DEBUG Existing add-on followonsearch@mozilla.com in app-system-defaults -1505823179894 addons.xpi DEBUG Existing add-on e10srollout@mozilla.org in app-system-defaults -1505823179894 addons.xpi DEBUG Existing add-on shield-recipe-client@mozilla.org in app-system-defaults -1505823179895 addons.xpi DEBUG Existing add-on aushelper@mozilla.org in app-system-defaults -1505823179895 addons.xpi DEBUG Existing add-on clicktoplay-rollout@mozilla.org in app-system-defaults -1505823179895 addons.xpi DEBUG Existing add-on webcompat@mozilla.org in app-system-defaults -1505823179895 addons.xpi DEBUG Existing add-on screenshots@mozilla.org in app-system-defaults -1505823179896 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505823179896 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505823179896 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505823179896 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global -1505823179896 addons.xpi DEBUG Existing add-on langpack-en-ZA@firefox.mozilla.org in app-global -1505823179896 addons.xpi DEBUG Existing add-on langpack-en-GB@firefox.mozilla.org in app-global -1505823179896 addons.xpi DEBUG getInstallState changed: true, state: {} -1505823179897 addons.xpi-utils DEBUG Add-on clicktoplay-rollout@mozilla.org modified in app-system-addons -1505823179925 DeferredSave.extensions.json DEBUG Save changes -1505823179926 DeferredSave.extensions.json DEBUG Save changes -1505823179926 addons.xpi-utils DEBUG Add-on e10srollout@mozilla.org modified in app-system-addons -1505823179928 DeferredSave.extensions.json DEBUG Starting timer -1505823179940 DeferredSave.extensions.json DEBUG Save changes -1505823179941 DeferredSave.extensions.json DEBUG Save changes -1505823179941 addons.xpi-utils DEBUG Add-on followonsearch@mozilla.com modified in app-system-addons -1505823179949 DeferredSave.extensions.json DEBUG Save changes -1505823179950 DeferredSave.extensions.json DEBUG Save changes -1505823179950 addons.xpi-utils DEBUG Add-on onboarding@mozilla.org modified in app-system-addons -1505823179955 DeferredSave.extensions.json DEBUG Starting write -1505823179962 DeferredSave.extensions.json DEBUG Write succeeded -1505823180022 DeferredSave.extensions.json DEBUG Save changes -1505823180023 DeferredSave.extensions.json DEBUG Save changes -1505823180023 addons.xpi-utils DEBUG Add-on screenshots@mozilla.org modified in app-system-addons -1505823180028 DeferredSave.extensions.json DEBUG Starting timer -1505823180061 DeferredSave.extensions.json DEBUG Starting write -1505823180068 DeferredSave.extensions.json DEBUG Save changes -1505823180068 DeferredSave.extensions.json DEBUG Data changed while write in progress -1505823180069 DeferredSave.extensions.json DEBUG Save changes -1505823180071 addons.xpi DEBUG Calling bootstrap method uninstall on clicktoplay-rollout@mozilla.org version 1.3 -1505823180076 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505823180079 addons.xpi DEBUG Calling bootstrap method install on clicktoplay-rollout@mozilla.org version 1.3 -1505823180079 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505823180079 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505823180079 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180079 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823178000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180080 DeferredSave.extensions.json DEBUG Save changes -1505823180080 addons.xpi DEBUG Calling bootstrap method uninstall on e10srollout@mozilla.org version 2.05 -1505823180081 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505823180084 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 2.05 -1505823180085 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505823180085 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505823180085 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180086 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823178000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180086 DeferredSave.extensions.json DEBUG Save changes -1505823180087 addons.xpi DEBUG Calling bootstrap method uninstall on followonsearch@mozilla.com version 0.9.3 -1505823180089 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505823180091 addons.xpi DEBUG Calling bootstrap method install on followonsearch@mozilla.com version 0.9.3 -1505823180091 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505823180091 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505823180091 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180092 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823178000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180092 DeferredSave.extensions.json DEBUG Save changes -1505823180092 addons.xpi DEBUG Calling bootstrap method uninstall on onboarding@mozilla.org version 0.1 -console.log: uninstall ADDON_DOWNGRADE -1505823180096 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505823180122 addons.xpi DEBUG Calling bootstrap method install on onboarding@mozilla.org version 0.1 -console.log: install ADDON_DOWNGRADE -1505823180123 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505823180123 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823178000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180124 DeferredSave.extensions.json DEBUG Save changes -1505823180125 addons.xpi DEBUG Calling bootstrap method uninstall on screenshots@mozilla.org version 10.12.0 -1505823180125 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505823180127 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 10.12.0 -1505823180127 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505823180127 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505823180127 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180128 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823178000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180129 DeferredSave.extensions.json DEBUG Save changes -1505823180130 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505823180130 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180130 DeferredSave.extensions.json DEBUG Save changes -1505823180130 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505823180130 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180131 DeferredSave.extensions.json DEBUG Save changes -1505823180131 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505823180131 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180131 DeferredSave.extensions.json DEBUG Save changes -1505823180131 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505823180132 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180132 DeferredSave.extensions.json DEBUG Save changes -1505823180132 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505823180132 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505823180133 DeferredSave.extensions.json DEBUG Save changes -1505823180133 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505823180133 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180133 DeferredSave.extensions.json DEBUG Save changes -1505823180134 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505823180134 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180134 DeferredSave.extensions.json DEBUG Save changes -1505823180134 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823178000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180135 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823178000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180135 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823178000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180135 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823178000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180135 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823178000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.yPW75u1IH5pG/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180135 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180135 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180135 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180135 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180135 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180136 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180136 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180136 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180136 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505823180136 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180136 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823180137 DeferredSave.extensions.json DEBUG Save changes -1505823180137 addons.xpi DEBUG Updating database with changes to installed add-ons -1505823180137 addons.xpi-utils DEBUG Updating add-on states -1505823180144 DeferredSave.extensions.json DEBUG Write succeeded -1505823180144 DeferredSave.extensions.json DEBUG Starting timer -1505823180180 DeferredSave.extensions.json DEBUG Starting write -1505823180186 DeferredSave.extensions.json DEBUG Write succeeded -1505823180261 Marionette INFO Listening on port 41249 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505823180296 Marionette WARN TLS certificate errors will be ignored for this session -1505823180330 Marionette DEBUG loaded listener.js -1505823180355 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505823180366 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505823180367 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505823180539 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/index-static.html" -1505823180542 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/index-static.html" -1505823182860 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/index-static.html" -1505823182868 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/index-static.html" -1505823182869 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/index-static.html" -1505823183030 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505823183032 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505823185264 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505823185271 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505823185271 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505823185448 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505823185449 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505823187680 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505823187690 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505823187690 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505823187869 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505823187871 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505823190125 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505823190133 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505823190134 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505823190314 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505823190316 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505823192583 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505823192590 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505823192591 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505823192757 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505823192759 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505823195116 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505823195121 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505823195121 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505823195283 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505823195286 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505823197537 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505823197543 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505823197544 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505823197703 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505823197705 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505823200106 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505823200113 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505823200113 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505823200296 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505823200299 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505823203183 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505823203189 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505823203190 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505823203359 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505823203361 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505823205597 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505823205602 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505823205603 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505823205784 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505823205786 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505823208008 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505823208013 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505823208013 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505823208189 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505823208191 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505823209182 DeferredSave.extensions.json DEBUG Save changes -1505823209184 DeferredSave.extensions.json DEBUG Starting timer -1505823209206 DeferredSave.extensions.json DEBUG Starting write -1505823209209 DeferredSave.extensions.json DEBUG Write succeeded -1505823210466 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505823210478 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505823210479 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505823210657 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505823210659 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505823213123 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505823213134 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505823213134 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505823213297 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505823213299 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505823215603 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505823215609 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505823215610 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505823215753 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505823215755 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505823217990 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505823217996 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505823217996 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505823218153 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505823218154 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505823220349 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505823220355 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505823220355 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505823220496 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505823220498 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505823222792 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505823222800 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505823222800 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505823222946 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505823222948 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505823225258 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505823225265 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505823225265 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505823225415 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Content%20Model" -1505823225417 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Content%20Model" - -(firefox:10734): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10734): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:10734): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:10734): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505823227534 Marionette INFO New connections will no longer be accepted -1505823227550 addons.xpi DEBUG Calling bootstrap method shutdown on webcompat@mozilla.org version 1.1 -1505823227550 addons.xpi DEBUG Calling bootstrap method shutdown on shield-recipe-client@mozilla.org version 55.1 -1505823227553 addons.xpi DEBUG Calling bootstrap method shutdown on screenshots@mozilla.org version 10.12.0 -1505823227554 addons.xpi DEBUG Calling bootstrap method shutdown on onboarding@mozilla.org version 0.1 -console.log: shutdown APP_SHUTDOWN -1505823227555 addons.xpi DEBUG Calling bootstrap method shutdown on followonsearch@mozilla.com version 0.9.3 -1505823227555 addons.xpi DEBUG Calling bootstrap method shutdown on firefox@getpocket.com version 1.0.5 -1505823227556 addons.xpi DEBUG Calling bootstrap method shutdown on e10srollout@mozilla.org version 2.05 -1505823227556 addons.xpi DEBUG Calling bootstrap method shutdown on clicktoplay-rollout@mozilla.org version 1.3 -1505823227557 addons.xpi DEBUG Calling bootstrap method shutdown on aushelper@mozilla.org version 2.0 -[Child 10782] WARNING: pipe error (20): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505823472038 geckodriver INFO geckodriver 0.19.0 -1505823472041 geckodriver INFO Listening on 127.0.0.1:35557 -1505823473936 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.iOjb1U2ZNLns" -1505823474115 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider", "XPIInternal"] -1505823474118 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] -1505823474141 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm -1505823474144 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm -1505823474144 addons.manager DEBUG Starting provider: XPIProvider -1505823474145 addons.xpi DEBUG startup -1505823474146 addons.xpi INFO SystemAddonInstallLocation scanning directory /tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8} -1505823474147 addons.xpi DEBUG checkForChanges -1505823474147 addons.xpi DEBUG Loaded add-on state: {"app-system-addons":{"addons":{"clicktoplay-rollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","version":"1.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","version":"2.05","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","version":"0.9.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"onboarding@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","version":"0.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","version":"10.12.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}}},"app-system-defaults":{"addons":{"firefox@getpocket.com":{"enabled":true,"lastModifiedTime":1502895176000,"path":"firefox@getpocket.com.xpi","version":"1.0.5","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"e10srollout@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"aushelper@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"aushelper@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"webcompat@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"webcompat@mozilla.org.xpi","version":"1.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":false,"lastModifiedTime":1502895176000,"path":"followonsearch@mozilla.com.xpi","version":"0.9.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"shield-recipe-client@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"shield-recipe-client@mozilla.org.xpi","version":"55.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"clicktoplay-rollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"clicktoplay-rollout@mozilla.org.xpi","version":"1.2","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"screenshots@mozilla.org.xpi","version":"10.10.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}},"path":"/usr/lib/firefox/browser/features"},"app-global":{"addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"enabled":true,"lastModifiedTime":1502895176000,"path":"{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","version":"55.0.2","type":"theme","currentModifiedTime":1502895176000},"langpack-en-ZA@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-ZA@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000},"langpack-en-GB@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-GB@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000}},"path":"/usr/lib/firefox/browser/extensions","checkStartupModifications":true},"app-system-share":{"addons":{"ubufox@ubuntu.com":{"enabled":true,"lastModifiedTime":1502719294000,"path":"ubufox@ubuntu.com.xpi","version":"3.4","currentModifiedTime":1502719294000}},"path":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","checkStartupModifications":true}} -1505823474149 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505823474149 addons.xpi INFO Mapping e10srollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505823474150 addons.xpi INFO Mapping followonsearch@mozilla.com to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505823474150 addons.xpi INFO Mapping onboarding@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505823474150 addons.xpi INFO Mapping screenshots@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505823474150 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505823474150 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505823474150 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505823474151 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505823474151 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505823474151 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505823474152 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505823474152 addons.xpi DEBUG getInstallState changed: true, state: {} -1505823474158 addons.xpi-utils DEBUG Opening XPI database /tmp/rust_mozprofile.iOjb1U2ZNLns/extensions.json -1505823474162 addons.xpi-utils DEBUG Successfully read XPI database -1505823474165 addons.xpi-utils DEBUG Add-on ubufox@ubuntu.com removed from app-system-share -1505823474168 DeferredSave.extensions.json DEBUG Save changes -1505823474169 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505823474169 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505823474170 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474173 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474174 DeferredSave.extensions.json DEBUG Save changes -1505823474174 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505823474174 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505823474174 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474174 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474174 DeferredSave.extensions.json DEBUG Save changes -1505823474175 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505823474175 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505823474175 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474175 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474176 DeferredSave.extensions.json DEBUG Save changes -1505823474176 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505823474177 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474178 DeferredSave.extensions.json DEBUG Save changes -1505823474178 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505823474178 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505823474179 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474179 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474179 DeferredSave.extensions.json DEBUG Save changes -1505823474179 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505823474180 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474180 DeferredSave.extensions.json DEBUG Save changes -1505823474180 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505823474180 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474181 DeferredSave.extensions.json DEBUG Save changes -1505823474181 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505823474181 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474182 DeferredSave.extensions.json DEBUG Save changes -1505823474182 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505823474182 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474183 DeferredSave.extensions.json DEBUG Save changes -1505823474183 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505823474183 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505823474184 DeferredSave.extensions.json DEBUG Save changes -1505823474184 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505823474184 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474185 DeferredSave.extensions.json DEBUG Save changes -1505823474185 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505823474185 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474185 DeferredSave.extensions.json DEBUG Save changes -1505823474185 addons.manager DEBUG Registering startup change 'uninstalled' for ubufox@ubuntu.com -1505823474185 addons.xpi DEBUG Removing XPIState for app-system-share:ubufox@ubuntu.com -1505823474186 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474186 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474187 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474187 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474187 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474187 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474187 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474187 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474187 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474187 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474187 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474187 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474187 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474187 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505823474188 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474188 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823474188 DeferredSave.extensions.json DEBUG Save changes -1505823474188 addons.xpi DEBUG Updating database with changes to installed add-ons -1505823474188 addons.xpi-utils DEBUG Updating add-on states -1505823474198 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505823474198 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505823474200 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0 -1505823474201 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505823474201 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505823474210 addons.xpi DEBUG Calling bootstrap method startup on clicktoplay-rollout@mozilla.org version 1.3 -1505823474241 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505823474242 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505823474244 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 2.05 -1505823474244 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505823474245 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505823474248 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5 -1505823474274 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505823474275 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505823474276 addons.xpi DEBUG Calling bootstrap method startup on followonsearch@mozilla.com version 0.9.3 -1505823474277 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505823474278 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505823474279 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505823474279 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505823474307 addons.xpi DEBUG Calling bootstrap method startup on onboarding@mozilla.org version 0.1 -1505823474307 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505823474308 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505823474309 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 10.12.0 -1505823474310 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505823474311 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505823474312 addons.xpi DEBUG Calling bootstrap method startup on shield-recipe-client@mozilla.org version 55.1 -1505823474318 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505823474319 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505823474320 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1 -1505823474324 addons.manager DEBUG Registering shutdown blocker for XPIProvider -1505823474325 addons.manager DEBUG Provider finished startup: XPIProvider -1505823474325 addons.manager DEBUG Starting provider: LightweightThemeManager -1505823474325 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager -1505823474325 addons.manager DEBUG Provider finished startup: LightweightThemeManager -1505823474325 addons.manager DEBUG Starting provider: GMPProvider -1505823474328 addons.manager DEBUG Registering shutdown blocker for GMPProvider -1505823474328 addons.manager DEBUG Provider finished startup: GMPProvider -1505823474329 addons.manager DEBUG Starting provider: PluginProvider -1505823474329 addons.manager DEBUG Registering shutdown blocker for PluginProvider -1505823474329 addons.manager DEBUG Provider finished startup: PluginProvider -1505823474329 addons.manager DEBUG Completed startup sequence -1505823474360 Marionette INFO Enabled via --marionette - -(firefox:11063): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11063): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11063): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11063): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11063): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11063): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11063): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11063): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11063): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11063): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11063): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11063): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505823474466 DeferredSave.extensions.json DEBUG Starting timer -*** Blocklist::_loadBlocklistFromFile: blocklist is disabled -1505823474499 addons.manager DEBUG Starting provider: PreviousExperimentProvider -1505823474499 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider -1505823474500 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider -1505823474516 DeferredSave.extensions.json DEBUG Starting write -1505823474597 DeferredSave.extensions.json DEBUG Write succeeded -1505823474597 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 21 -1505823475101 addons.manager DEBUG Starting provider: -1505823475102 addons.manager DEBUG Registering shutdown blocker for -1505823475102 addons.manager DEBUG Provider finished startup: -1505823475111 addons.xpi INFO Mapping followonsearch@mozilla.com to /tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505823475111 addons.xpi INFO Mapping onboarding@mozilla.org to /tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505823475111 addons.xpi INFO Mapping e10srollout@mozilla.org to /tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505823475111 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505823475111 addons.xpi INFO Mapping screenshots@mozilla.org to /tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505823475112 addons.xpi DEBUG Changed add-on followonsearch@mozilla.com in app-system-addons -1505823475112 addons.xpi DEBUG Changed add-on onboarding@mozilla.org in app-system-addons -1505823475113 addons.xpi DEBUG Changed add-on e10srollout@mozilla.org in app-system-addons -1505823475113 addons.xpi DEBUG Changed add-on clicktoplay-rollout@mozilla.org in app-system-addons -1505823475113 addons.xpi DEBUG Changed add-on screenshots@mozilla.org in app-system-addons -1505823475114 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505823475114 addons.xpi INFO Mapping followonsearch@mozilla.com to /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi -1505823475114 addons.xpi INFO Mapping e10srollout@mozilla.org to /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi -1505823475115 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505823475115 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505823475115 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi -1505823475115 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505823475115 addons.xpi INFO Mapping screenshots@mozilla.org to /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi -1505823475115 addons.xpi DEBUG Existing add-on firefox@getpocket.com in app-system-defaults -1505823475116 addons.xpi DEBUG Existing add-on followonsearch@mozilla.com in app-system-defaults -1505823475116 addons.xpi DEBUG Existing add-on e10srollout@mozilla.org in app-system-defaults -1505823475116 addons.xpi DEBUG Existing add-on shield-recipe-client@mozilla.org in app-system-defaults -1505823475116 addons.xpi DEBUG Existing add-on aushelper@mozilla.org in app-system-defaults -1505823475116 addons.xpi DEBUG Existing add-on clicktoplay-rollout@mozilla.org in app-system-defaults -1505823475117 addons.xpi DEBUG Existing add-on webcompat@mozilla.org in app-system-defaults -1505823475117 addons.xpi DEBUG Existing add-on screenshots@mozilla.org in app-system-defaults -1505823475117 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505823475117 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505823475117 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505823475117 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global -1505823475118 addons.xpi DEBUG Existing add-on langpack-en-ZA@firefox.mozilla.org in app-global -1505823475118 addons.xpi DEBUG Existing add-on langpack-en-GB@firefox.mozilla.org in app-global -1505823475118 addons.xpi DEBUG getInstallState changed: true, state: {} -1505823475119 addons.xpi-utils DEBUG Add-on clicktoplay-rollout@mozilla.org modified in app-system-addons -1505823475163 DeferredSave.extensions.json DEBUG Save changes -1505823475164 DeferredSave.extensions.json DEBUG Save changes -1505823475164 addons.xpi-utils DEBUG Add-on e10srollout@mozilla.org modified in app-system-addons -1505823475166 DeferredSave.extensions.json DEBUG Starting timer -1505823475175 DeferredSave.extensions.json DEBUG Save changes -1505823475175 DeferredSave.extensions.json DEBUG Save changes -1505823475176 addons.xpi-utils DEBUG Add-on followonsearch@mozilla.com modified in app-system-addons -1505823475182 DeferredSave.extensions.json DEBUG Save changes -1505823475183 DeferredSave.extensions.json DEBUG Save changes -1505823475183 addons.xpi-utils DEBUG Add-on onboarding@mozilla.org modified in app-system-addons -1505823475199 DeferredSave.extensions.json DEBUG Starting write -1505823475202 DeferredSave.extensions.json DEBUG Save changes -1505823475202 DeferredSave.extensions.json DEBUG Data changed while write in progress -1505823475203 DeferredSave.extensions.json DEBUG Save changes -1505823475203 addons.xpi-utils DEBUG Add-on screenshots@mozilla.org modified in app-system-addons -1505823475206 DeferredSave.extensions.json DEBUG Write succeeded -1505823475206 DeferredSave.extensions.json DEBUG Starting timer -1505823475273 DeferredSave.extensions.json DEBUG Starting write -1505823475289 DeferredSave.extensions.json DEBUG Save changes -1505823475290 DeferredSave.extensions.json DEBUG Data changed while write in progress -1505823475291 DeferredSave.extensions.json DEBUG Save changes -1505823475292 addons.xpi DEBUG Calling bootstrap method uninstall on clicktoplay-rollout@mozilla.org version 1.3 -1505823475296 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505823475300 addons.xpi DEBUG Calling bootstrap method install on clicktoplay-rollout@mozilla.org version 1.3 -1505823475300 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505823475300 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505823475300 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475301 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823473000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475301 DeferredSave.extensions.json DEBUG Save changes -1505823475302 addons.xpi DEBUG Calling bootstrap method uninstall on e10srollout@mozilla.org version 2.05 -1505823475303 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505823475306 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 2.05 -1505823475307 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505823475307 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505823475307 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475308 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823473000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475308 DeferredSave.extensions.json DEBUG Save changes -1505823475309 addons.xpi DEBUG Calling bootstrap method uninstall on followonsearch@mozilla.com version 0.9.3 -1505823475311 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505823475313 addons.xpi DEBUG Calling bootstrap method install on followonsearch@mozilla.com version 0.9.3 -1505823475313 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505823475313 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505823475313 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475313 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823473000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475314 DeferredSave.extensions.json DEBUG Save changes -1505823475314 addons.xpi DEBUG Calling bootstrap method uninstall on onboarding@mozilla.org version 0.1 -console.log: uninstall ADDON_DOWNGRADE -1505823475318 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505823475344 addons.xpi DEBUG Calling bootstrap method install on onboarding@mozilla.org version 0.1 -console.log: install ADDON_DOWNGRADE -1505823475345 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505823475345 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823473000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475346 DeferredSave.extensions.json DEBUG Save changes -1505823475347 addons.xpi DEBUG Calling bootstrap method uninstall on screenshots@mozilla.org version 10.12.0 -1505823475348 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505823475349 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 10.12.0 -1505823475349 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505823475350 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505823475352 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475352 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823473000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475353 DeferredSave.extensions.json DEBUG Save changes -1505823475353 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505823475353 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475354 DeferredSave.extensions.json DEBUG Save changes -1505823475354 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505823475354 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475355 DeferredSave.extensions.json DEBUG Save changes -1505823475355 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505823475356 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475356 DeferredSave.extensions.json DEBUG Save changes -1505823475356 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505823475356 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475357 DeferredSave.extensions.json DEBUG Save changes -1505823475357 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505823475357 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505823475357 DeferredSave.extensions.json DEBUG Save changes -1505823475358 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505823475358 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475358 DeferredSave.extensions.json DEBUG Save changes -1505823475358 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505823475358 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475359 DeferredSave.extensions.json DEBUG Save changes -1505823475359 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823473000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475359 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823473000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475359 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823473000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475359 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823473000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475359 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823473000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.iOjb1U2ZNLns/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475359 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475360 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475360 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475360 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475360 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475360 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475360 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475360 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475360 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505823475360 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475360 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823475361 DeferredSave.extensions.json DEBUG Save changes -1505823475361 addons.xpi DEBUG Updating database with changes to installed add-ons -1505823475361 addons.xpi-utils DEBUG Updating add-on states -1505823475367 DeferredSave.extensions.json DEBUG Write succeeded -1505823475367 DeferredSave.extensions.json DEBUG Starting timer -1505823475412 DeferredSave.extensions.json DEBUG Starting write -1505823475414 DeferredSave.extensions.json DEBUG Write succeeded -1505823475468 Marionette INFO Listening on port 36945 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505823475554 Marionette WARN TLS certificate errors will be ignored for this session -1505823475630 Marionette DEBUG loaded listener.js -1505823475652 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505823475662 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505823475662 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505823475863 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/index-static.html" -1505823475866 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/index-static.html" -1505823477981 Marionette INFO New connections will no longer be accepted -1505823477994 addons.xpi DEBUG Calling bootstrap method shutdown on webcompat@mozilla.org version 1.1 -1505823477994 addons.xpi DEBUG Calling bootstrap method shutdown on shield-recipe-client@mozilla.org version 55.1 -1505823477997 addons.xpi DEBUG Calling bootstrap method shutdown on screenshots@mozilla.org version 10.12.0 -1505823477997 addons.xpi DEBUG Calling bootstrap method shutdown on onboarding@mozilla.org version 0.1 -console.log: shutdown APP_SHUTDOWN -1505823477998 addons.xpi DEBUG Calling bootstrap method shutdown on followonsearch@mozilla.com version 0.9.3 -1505823477998 addons.xpi DEBUG Calling bootstrap method shutdown on firefox@getpocket.com version 1.0.5 -1505823477998 addons.xpi DEBUG Calling bootstrap method shutdown on e10srollout@mozilla.org version 2.05 -1505823477998 addons.xpi DEBUG Calling bootstrap method shutdown on clicktoplay-rollout@mozilla.org version 1.3 -1505823477998 addons.xpi DEBUG Calling bootstrap method shutdown on aushelper@mozilla.org version 2.0 -1505823704348 geckodriver INFO geckodriver 0.19.0 -1505823704351 geckodriver INFO Listening on 127.0.0.1:60307 -1505823706281 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.pyJTumGw4RHU" -1505823706453 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider", "XPIInternal"] -1505823706456 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] -1505823706479 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm -1505823706482 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm -1505823706483 addons.manager DEBUG Starting provider: XPIProvider -1505823706483 addons.xpi DEBUG startup -1505823706485 addons.xpi INFO SystemAddonInstallLocation scanning directory /tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8} -1505823706486 addons.xpi DEBUG checkForChanges -1505823706486 addons.xpi DEBUG Loaded add-on state: {"app-system-addons":{"addons":{"clicktoplay-rollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","version":"1.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","version":"2.05","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","version":"0.9.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"onboarding@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","version":"0.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","version":"10.12.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}}},"app-system-defaults":{"addons":{"firefox@getpocket.com":{"enabled":true,"lastModifiedTime":1502895176000,"path":"firefox@getpocket.com.xpi","version":"1.0.5","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"e10srollout@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"aushelper@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"aushelper@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"webcompat@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"webcompat@mozilla.org.xpi","version":"1.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":false,"lastModifiedTime":1502895176000,"path":"followonsearch@mozilla.com.xpi","version":"0.9.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"shield-recipe-client@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"shield-recipe-client@mozilla.org.xpi","version":"55.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"clicktoplay-rollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"clicktoplay-rollout@mozilla.org.xpi","version":"1.2","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"screenshots@mozilla.org.xpi","version":"10.10.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}},"path":"/usr/lib/firefox/browser/features"},"app-global":{"addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"enabled":true,"lastModifiedTime":1502895176000,"path":"{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","version":"55.0.2","type":"theme","currentModifiedTime":1502895176000},"langpack-en-ZA@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-ZA@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000},"langpack-en-GB@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-GB@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000}},"path":"/usr/lib/firefox/browser/extensions","checkStartupModifications":true},"app-system-share":{"addons":{"ubufox@ubuntu.com":{"enabled":true,"lastModifiedTime":1502719294000,"path":"ubufox@ubuntu.com.xpi","version":"3.4","currentModifiedTime":1502719294000}},"path":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","checkStartupModifications":true}} -1505823706487 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505823706488 addons.xpi INFO Mapping e10srollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505823706488 addons.xpi INFO Mapping followonsearch@mozilla.com to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505823706488 addons.xpi INFO Mapping onboarding@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505823706488 addons.xpi INFO Mapping screenshots@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505823706489 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505823706489 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505823706489 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505823706489 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505823706490 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505823706490 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505823706490 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505823706490 addons.xpi DEBUG getInstallState changed: true, state: {} -1505823706497 addons.xpi-utils DEBUG Opening XPI database /tmp/rust_mozprofile.pyJTumGw4RHU/extensions.json -1505823706500 addons.xpi-utils DEBUG Successfully read XPI database -1505823706504 addons.xpi-utils DEBUG Add-on ubufox@ubuntu.com removed from app-system-share -1505823706507 DeferredSave.extensions.json DEBUG Save changes -1505823706508 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505823706508 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505823706508 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706511 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706512 DeferredSave.extensions.json DEBUG Save changes -1505823706512 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505823706512 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505823706512 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706513 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706513 DeferredSave.extensions.json DEBUG Save changes -1505823706513 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505823706513 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505823706513 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706514 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706514 DeferredSave.extensions.json DEBUG Save changes -1505823706515 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505823706516 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706516 DeferredSave.extensions.json DEBUG Save changes -1505823706516 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505823706516 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505823706517 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706517 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706518 DeferredSave.extensions.json DEBUG Save changes -1505823706518 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505823706518 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706519 DeferredSave.extensions.json DEBUG Save changes -1505823706519 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505823706519 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706520 DeferredSave.extensions.json DEBUG Save changes -1505823706520 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505823706520 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706521 DeferredSave.extensions.json DEBUG Save changes -1505823706521 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505823706521 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706522 DeferredSave.extensions.json DEBUG Save changes -1505823706522 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505823706522 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505823706523 DeferredSave.extensions.json DEBUG Save changes -1505823706523 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505823706523 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706523 DeferredSave.extensions.json DEBUG Save changes -1505823706523 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505823706524 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706524 DeferredSave.extensions.json DEBUG Save changes -1505823706524 addons.manager DEBUG Registering startup change 'uninstalled' for ubufox@ubuntu.com -1505823706524 addons.xpi DEBUG Removing XPIState for app-system-share:ubufox@ubuntu.com -1505823706525 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706525 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706525 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706525 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706525 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706525 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706526 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706526 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706526 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706526 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706526 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706526 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706526 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706526 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505823706526 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706526 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823706527 DeferredSave.extensions.json DEBUG Save changes -1505823706527 addons.xpi DEBUG Updating database with changes to installed add-ons -1505823706527 addons.xpi-utils DEBUG Updating add-on states -1505823706537 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505823706538 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505823706539 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0 -1505823706540 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505823706540 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505823706549 addons.xpi DEBUG Calling bootstrap method startup on clicktoplay-rollout@mozilla.org version 1.3 -1505823706582 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505823706582 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505823706584 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 2.05 -1505823706585 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505823706585 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505823706588 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5 -1505823706614 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505823706615 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505823706616 addons.xpi DEBUG Calling bootstrap method startup on followonsearch@mozilla.com version 0.9.3 -1505823706617 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505823706618 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505823706619 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505823706620 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505823706648 addons.xpi DEBUG Calling bootstrap method startup on onboarding@mozilla.org version 0.1 -1505823706649 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505823706649 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505823706651 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 10.12.0 -1505823706651 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505823706652 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505823706653 addons.xpi DEBUG Calling bootstrap method startup on shield-recipe-client@mozilla.org version 55.1 -1505823706660 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505823706660 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505823706661 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1 -1505823706665 addons.manager DEBUG Registering shutdown blocker for XPIProvider -1505823706665 addons.manager DEBUG Provider finished startup: XPIProvider -1505823706665 addons.manager DEBUG Starting provider: LightweightThemeManager -1505823706665 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager -1505823706666 addons.manager DEBUG Provider finished startup: LightweightThemeManager -1505823706666 addons.manager DEBUG Starting provider: GMPProvider -1505823706669 addons.manager DEBUG Registering shutdown blocker for GMPProvider -1505823706669 addons.manager DEBUG Provider finished startup: GMPProvider -1505823706669 addons.manager DEBUG Starting provider: PluginProvider -1505823706669 addons.manager DEBUG Registering shutdown blocker for PluginProvider -1505823706670 addons.manager DEBUG Provider finished startup: PluginProvider -1505823706670 addons.manager DEBUG Completed startup sequence -1505823706701 Marionette INFO Enabled via --marionette - -(firefox:11422): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11422): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11422): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11422): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11422): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11422): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11422): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11422): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11422): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11422): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11422): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11422): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505823706807 DeferredSave.extensions.json DEBUG Starting timer -*** Blocklist::_loadBlocklistFromFile: blocklist is disabled -1505823706841 addons.manager DEBUG Starting provider: PreviousExperimentProvider -1505823706841 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider -1505823706841 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider -1505823706858 DeferredSave.extensions.json DEBUG Starting write -1505823706935 DeferredSave.extensions.json DEBUG Write succeeded -1505823706935 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 21 -1505823707438 addons.manager DEBUG Starting provider: -1505823707438 addons.manager DEBUG Registering shutdown blocker for -1505823707439 addons.manager DEBUG Provider finished startup: -1505823707447 addons.xpi INFO Mapping followonsearch@mozilla.com to /tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505823707448 addons.xpi INFO Mapping onboarding@mozilla.org to /tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505823707448 addons.xpi INFO Mapping e10srollout@mozilla.org to /tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505823707448 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505823707448 addons.xpi INFO Mapping screenshots@mozilla.org to /tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505823707449 addons.xpi DEBUG Changed add-on followonsearch@mozilla.com in app-system-addons -1505823707449 addons.xpi DEBUG Changed add-on onboarding@mozilla.org in app-system-addons -1505823707450 addons.xpi DEBUG Changed add-on e10srollout@mozilla.org in app-system-addons -1505823707450 addons.xpi DEBUG Changed add-on clicktoplay-rollout@mozilla.org in app-system-addons -1505823707451 addons.xpi DEBUG Changed add-on screenshots@mozilla.org in app-system-addons -1505823707452 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505823707452 addons.xpi INFO Mapping followonsearch@mozilla.com to /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi -1505823707452 addons.xpi INFO Mapping e10srollout@mozilla.org to /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi -1505823707452 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505823707452 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505823707452 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi -1505823707453 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505823707453 addons.xpi INFO Mapping screenshots@mozilla.org to /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi -1505823707453 addons.xpi DEBUG Existing add-on firefox@getpocket.com in app-system-defaults -1505823707454 addons.xpi DEBUG Existing add-on followonsearch@mozilla.com in app-system-defaults -1505823707454 addons.xpi DEBUG Existing add-on e10srollout@mozilla.org in app-system-defaults -1505823707454 addons.xpi DEBUG Existing add-on shield-recipe-client@mozilla.org in app-system-defaults -1505823707454 addons.xpi DEBUG Existing add-on aushelper@mozilla.org in app-system-defaults -1505823707455 addons.xpi DEBUG Existing add-on clicktoplay-rollout@mozilla.org in app-system-defaults -1505823707455 addons.xpi DEBUG Existing add-on webcompat@mozilla.org in app-system-defaults -1505823707455 addons.xpi DEBUG Existing add-on screenshots@mozilla.org in app-system-defaults -1505823707456 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505823707456 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505823707456 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505823707456 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global -1505823707456 addons.xpi DEBUG Existing add-on langpack-en-ZA@firefox.mozilla.org in app-global -1505823707457 addons.xpi DEBUG Existing add-on langpack-en-GB@firefox.mozilla.org in app-global -1505823707457 addons.xpi DEBUG getInstallState changed: true, state: {} -1505823707458 addons.xpi-utils DEBUG Add-on clicktoplay-rollout@mozilla.org modified in app-system-addons -1505823707493 DeferredSave.extensions.json DEBUG Save changes -1505823707494 DeferredSave.extensions.json DEBUG Save changes -1505823707494 addons.xpi-utils DEBUG Add-on e10srollout@mozilla.org modified in app-system-addons -1505823707497 DeferredSave.extensions.json DEBUG Starting timer -1505823707505 DeferredSave.extensions.json DEBUG Save changes -1505823707505 DeferredSave.extensions.json DEBUG Save changes -1505823707505 addons.xpi-utils DEBUG Add-on followonsearch@mozilla.com modified in app-system-addons -1505823707512 DeferredSave.extensions.json DEBUG Save changes -1505823707513 DeferredSave.extensions.json DEBUG Save changes -1505823707513 addons.xpi-utils DEBUG Add-on onboarding@mozilla.org modified in app-system-addons -1505823707530 DeferredSave.extensions.json DEBUG Starting write -1505823707533 DeferredSave.extensions.json DEBUG Save changes -1505823707533 DeferredSave.extensions.json DEBUG Data changed while write in progress -1505823707533 DeferredSave.extensions.json DEBUG Save changes -1505823707533 addons.xpi-utils DEBUG Add-on screenshots@mozilla.org modified in app-system-addons -1505823707538 DeferredSave.extensions.json DEBUG Write succeeded -1505823707538 DeferredSave.extensions.json DEBUG Starting timer -1505823707604 DeferredSave.extensions.json DEBUG Starting write -1505823707613 DeferredSave.extensions.json DEBUG Save changes -1505823707613 DeferredSave.extensions.json DEBUG Data changed while write in progress -1505823707614 DeferredSave.extensions.json DEBUG Save changes -1505823707615 addons.xpi DEBUG Calling bootstrap method uninstall on clicktoplay-rollout@mozilla.org version 1.3 -1505823707619 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505823707623 addons.xpi DEBUG Calling bootstrap method install on clicktoplay-rollout@mozilla.org version 1.3 -1505823707624 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505823707624 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505823707624 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707625 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823706000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707625 DeferredSave.extensions.json DEBUG Save changes -1505823707626 addons.xpi DEBUG Calling bootstrap method uninstall on e10srollout@mozilla.org version 2.05 -1505823707628 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505823707630 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 2.05 -1505823707631 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505823707631 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505823707631 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707632 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823706000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707632 DeferredSave.extensions.json DEBUG Save changes -1505823707633 addons.xpi DEBUG Calling bootstrap method uninstall on followonsearch@mozilla.com version 0.9.3 -1505823707636 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505823707638 addons.xpi DEBUG Calling bootstrap method install on followonsearch@mozilla.com version 0.9.3 -1505823707638 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505823707638 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505823707638 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707638 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823706000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707639 DeferredSave.extensions.json DEBUG Save changes -1505823707640 addons.xpi DEBUG Calling bootstrap method uninstall on onboarding@mozilla.org version 0.1 -console.log: uninstall ADDON_DOWNGRADE -1505823707644 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505823707671 addons.xpi DEBUG Calling bootstrap method install on onboarding@mozilla.org version 0.1 -console.log: install ADDON_DOWNGRADE -1505823707672 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505823707673 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823706000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707673 DeferredSave.extensions.json DEBUG Save changes -1505823707674 addons.xpi DEBUG Calling bootstrap method uninstall on screenshots@mozilla.org version 10.12.0 -1505823707675 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505823707676 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 10.12.0 -1505823707676 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505823707677 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505823707678 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707678 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823706000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707679 DeferredSave.extensions.json DEBUG Save changes -1505823707679 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505823707679 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707680 DeferredSave.extensions.json DEBUG Save changes -1505823707680 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505823707680 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707681 DeferredSave.extensions.json DEBUG Save changes -1505823707681 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505823707681 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707682 DeferredSave.extensions.json DEBUG Save changes -1505823707682 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505823707682 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707683 DeferredSave.extensions.json DEBUG Save changes -1505823707683 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505823707683 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505823707684 DeferredSave.extensions.json DEBUG Save changes -1505823707684 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505823707684 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707684 DeferredSave.extensions.json DEBUG Save changes -1505823707684 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505823707684 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707685 DeferredSave.extensions.json DEBUG Save changes -1505823707685 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823706000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707685 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823706000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707686 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823706000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707686 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823706000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707686 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823706000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.pyJTumGw4RHU/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707686 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707686 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707686 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707686 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707686 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707687 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707687 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707687 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707687 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505823707687 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707687 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823707688 DeferredSave.extensions.json DEBUG Save changes -1505823707688 addons.xpi DEBUG Updating database with changes to installed add-ons -1505823707688 addons.xpi-utils DEBUG Updating add-on states -1505823707689 DeferredSave.extensions.json DEBUG Write succeeded -1505823707689 DeferredSave.extensions.json DEBUG Starting timer -1505823707731 DeferredSave.extensions.json DEBUG Starting write -1505823707735 DeferredSave.extensions.json DEBUG Write succeeded -1505823707789 Marionette INFO Listening on port 37155 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505823707912 Marionette WARN TLS certificate errors will be ignored for this session -1505823707986 Marionette DEBUG loaded listener.js -1505823708007 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505823708019 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505823708019 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505823708272 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/index-static.html" -1505823708274 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/index-static.html" -1505823710544 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/index-static.html" -1505823710551 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/index-static.html" -1505823710551 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/index-static.html" -1505823710712 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505823710715 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505823712914 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505823712921 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505823712921 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505823713081 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505823713083 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505823715569 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505823715578 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505823715578 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505823715747 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505823715749 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505823717996 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505823718003 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505823718003 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505823718170 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505823718172 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505823720477 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505823720483 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505823720483 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505823720646 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505823720648 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505823723083 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505823723090 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505823723091 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505823723230 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505823723232 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505823725578 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505823725584 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505823725584 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505823725728 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505823725729 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505823727990 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505823727996 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505823727997 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505823728161 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505823728162 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505823730429 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505823730434 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505823730435 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505823730598 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505823730601 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505823732927 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505823732941 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505823732941 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505823733109 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505823733111 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505823735438 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505823735444 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505823735445 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505823735609 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505823735611 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505823736768 DeferredSave.extensions.json DEBUG Save changes -1505823736769 DeferredSave.extensions.json DEBUG Starting timer -1505823736791 DeferredSave.extensions.json DEBUG Starting write -1505823736794 DeferredSave.extensions.json DEBUG Write succeeded -1505823737848 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505823737853 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505823737854 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505823737999 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505823738000 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505823740270 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505823740277 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505823740278 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505823740451 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505823740453 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505823742774 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505823742780 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505823742781 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505823742941 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505823742943 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505823745205 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505823745211 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505823745211 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505823745386 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505823745389 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505823747623 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505823747629 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505823747629 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505823747793 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505823747795 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505823750080 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505823750086 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505823750087 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505823750253 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505823750256 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505823752484 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505823752491 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505823752491 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505823752659 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#blockquotes" -1505823752661 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#blockquotes" -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505823755150 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#emphasis" -1505823757630 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#headers" -1505823760138 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#tables" -1505823762698 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#videos" -1505823765210 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#images" -1505823767688 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#lists" -1505823770167 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#lines" -1505823772657 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#code" -1505823775137 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505823777636 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505823777643 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505823777643 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505823777814 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown-Here-Cheatsheet" -1505823777817 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown-Here-Cheatsheet" - -(firefox:11422): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11422): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11422): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11422): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505823779916 Marionette INFO New connections will no longer be accepted -1505823779932 addons.xpi DEBUG Calling bootstrap method shutdown on webcompat@mozilla.org version 1.1 -1505823779932 addons.xpi DEBUG Calling bootstrap method shutdown on shield-recipe-client@mozilla.org version 55.1 -1505823779935 addons.xpi DEBUG Calling bootstrap method shutdown on screenshots@mozilla.org version 10.12.0 -1505823779936 addons.xpi DEBUG Calling bootstrap method shutdown on onboarding@mozilla.org version 0.1 -console.log: shutdown APP_SHUTDOWN -1505823779936 addons.xpi DEBUG Calling bootstrap method shutdown on followonsearch@mozilla.com version 0.9.3 -1505823779937 addons.xpi DEBUG Calling bootstrap method shutdown on firefox@getpocket.com version 1.0.5 -1505823779937 addons.xpi DEBUG Calling bootstrap method shutdown on e10srollout@mozilla.org version 2.05 -1505823779937 addons.xpi DEBUG Calling bootstrap method shutdown on clicktoplay-rollout@mozilla.org version 1.3 -1505823779938 addons.xpi DEBUG Calling bootstrap method shutdown on aushelper@mozilla.org version 2.0 -[Child 11471] WARNING: pipe error (19): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505823884330 geckodriver INFO geckodriver 0.19.0 -1505823884333 geckodriver INFO Listening on 127.0.0.1:57885 -1505823886270 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.x1OCd9fMYcNQ" -1505823886443 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider", "XPIInternal"] -1505823886446 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] -1505823886469 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm -1505823886471 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm -1505823886472 addons.manager DEBUG Starting provider: XPIProvider -1505823886472 addons.xpi DEBUG startup -1505823886474 addons.xpi INFO SystemAddonInstallLocation scanning directory /tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8} -1505823886475 addons.xpi DEBUG checkForChanges -1505823886475 addons.xpi DEBUG Loaded add-on state: {"app-system-addons":{"addons":{"clicktoplay-rollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","version":"1.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","version":"2.05","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","version":"0.9.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"onboarding@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","version":"0.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","version":"10.12.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}}},"app-system-defaults":{"addons":{"firefox@getpocket.com":{"enabled":true,"lastModifiedTime":1502895176000,"path":"firefox@getpocket.com.xpi","version":"1.0.5","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"e10srollout@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"aushelper@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"aushelper@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"webcompat@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"webcompat@mozilla.org.xpi","version":"1.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":false,"lastModifiedTime":1502895176000,"path":"followonsearch@mozilla.com.xpi","version":"0.9.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"shield-recipe-client@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"shield-recipe-client@mozilla.org.xpi","version":"55.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"clicktoplay-rollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"clicktoplay-rollout@mozilla.org.xpi","version":"1.2","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"screenshots@mozilla.org.xpi","version":"10.10.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}},"path":"/usr/lib/firefox/browser/features"},"app-global":{"addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"enabled":true,"lastModifiedTime":1502895176000,"path":"{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","version":"55.0.2","type":"theme","currentModifiedTime":1502895176000},"langpack-en-ZA@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-ZA@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000},"langpack-en-GB@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-GB@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000}},"path":"/usr/lib/firefox/browser/extensions","checkStartupModifications":true},"app-system-share":{"addons":{"ubufox@ubuntu.com":{"enabled":true,"lastModifiedTime":1502719294000,"path":"ubufox@ubuntu.com.xpi","version":"3.4","currentModifiedTime":1502719294000}},"path":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","checkStartupModifications":true}} -1505823886476 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505823886477 addons.xpi INFO Mapping e10srollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505823886477 addons.xpi INFO Mapping followonsearch@mozilla.com to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505823886477 addons.xpi INFO Mapping onboarding@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505823886477 addons.xpi INFO Mapping screenshots@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505823886478 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505823886478 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505823886478 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505823886478 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505823886479 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505823886479 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505823886479 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505823886479 addons.xpi DEBUG getInstallState changed: true, state: {} -1505823886486 addons.xpi-utils DEBUG Opening XPI database /tmp/rust_mozprofile.x1OCd9fMYcNQ/extensions.json -1505823886490 addons.xpi-utils DEBUG Successfully read XPI database -1505823886493 addons.xpi-utils DEBUG Add-on ubufox@ubuntu.com removed from app-system-share -1505823886496 DeferredSave.extensions.json DEBUG Save changes -1505823886497 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505823886497 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505823886497 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886501 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886501 DeferredSave.extensions.json DEBUG Save changes -1505823886501 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505823886502 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505823886502 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886502 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886502 DeferredSave.extensions.json DEBUG Save changes -1505823886503 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505823886503 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505823886503 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886503 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886504 DeferredSave.extensions.json DEBUG Save changes -1505823886504 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505823886505 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886506 DeferredSave.extensions.json DEBUG Save changes -1505823886506 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505823886506 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505823886506 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886507 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886507 DeferredSave.extensions.json DEBUG Save changes -1505823886507 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505823886507 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886508 DeferredSave.extensions.json DEBUG Save changes -1505823886508 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505823886508 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886509 DeferredSave.extensions.json DEBUG Save changes -1505823886509 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505823886509 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886510 DeferredSave.extensions.json DEBUG Save changes -1505823886510 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505823886510 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886511 DeferredSave.extensions.json DEBUG Save changes -1505823886511 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505823886511 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505823886512 DeferredSave.extensions.json DEBUG Save changes -1505823886512 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505823886512 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886513 DeferredSave.extensions.json DEBUG Save changes -1505823886513 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505823886513 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886513 DeferredSave.extensions.json DEBUG Save changes -1505823886513 addons.manager DEBUG Registering startup change 'uninstalled' for ubufox@ubuntu.com -1505823886513 addons.xpi DEBUG Removing XPIState for app-system-share:ubufox@ubuntu.com -1505823886514 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886514 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886514 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886515 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886515 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886515 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886515 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886515 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886515 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886515 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886515 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886515 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886515 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886515 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505823886515 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886516 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823886516 DeferredSave.extensions.json DEBUG Save changes -1505823886516 addons.xpi DEBUG Updating database with changes to installed add-ons -1505823886516 addons.xpi-utils DEBUG Updating add-on states -1505823886526 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505823886527 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505823886528 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0 -1505823886529 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505823886529 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505823886538 addons.xpi DEBUG Calling bootstrap method startup on clicktoplay-rollout@mozilla.org version 1.3 -1505823886570 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505823886570 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505823886572 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 2.05 -1505823886572 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505823886573 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505823886576 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5 -1505823886602 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505823886603 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505823886604 addons.xpi DEBUG Calling bootstrap method startup on followonsearch@mozilla.com version 0.9.3 -1505823886605 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505823886606 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505823886607 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505823886608 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505823886636 addons.xpi DEBUG Calling bootstrap method startup on onboarding@mozilla.org version 0.1 -1505823886636 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505823886637 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505823886639 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 10.12.0 -1505823886639 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505823886640 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505823886641 addons.xpi DEBUG Calling bootstrap method startup on shield-recipe-client@mozilla.org version 55.1 -1505823886647 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505823886648 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505823886649 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1 -1505823886653 addons.manager DEBUG Registering shutdown blocker for XPIProvider -1505823886653 addons.manager DEBUG Provider finished startup: XPIProvider -1505823886653 addons.manager DEBUG Starting provider: LightweightThemeManager -1505823886653 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager -1505823886653 addons.manager DEBUG Provider finished startup: LightweightThemeManager -1505823886654 addons.manager DEBUG Starting provider: GMPProvider -1505823886657 addons.manager DEBUG Registering shutdown blocker for GMPProvider -1505823886657 addons.manager DEBUG Provider finished startup: GMPProvider -1505823886657 addons.manager DEBUG Starting provider: PluginProvider -1505823886658 addons.manager DEBUG Registering shutdown blocker for PluginProvider -1505823886658 addons.manager DEBUG Provider finished startup: PluginProvider -1505823886658 addons.manager DEBUG Completed startup sequence -1505823886689 Marionette INFO Enabled via --marionette - -(firefox:11653): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11653): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11653): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11653): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11653): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11653): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11653): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11653): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11653): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11653): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11653): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11653): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505823886795 DeferredSave.extensions.json DEBUG Starting timer -*** Blocklist::_loadBlocklistFromFile: blocklist is disabled -1505823886829 addons.manager DEBUG Starting provider: PreviousExperimentProvider -1505823886829 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider -1505823886829 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider -1505823886846 DeferredSave.extensions.json DEBUG Starting write -1505823886923 DeferredSave.extensions.json DEBUG Write succeeded -1505823886923 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 21 -1505823887437 addons.manager DEBUG Starting provider: -1505823887437 addons.manager DEBUG Registering shutdown blocker for -1505823887438 addons.manager DEBUG Provider finished startup: -1505823887447 addons.xpi INFO Mapping followonsearch@mozilla.com to /tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505823887447 addons.xpi INFO Mapping onboarding@mozilla.org to /tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505823887447 addons.xpi INFO Mapping e10srollout@mozilla.org to /tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505823887447 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505823887447 addons.xpi INFO Mapping screenshots@mozilla.org to /tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505823887448 addons.xpi DEBUG Changed add-on followonsearch@mozilla.com in app-system-addons -1505823887448 addons.xpi DEBUG Changed add-on onboarding@mozilla.org in app-system-addons -1505823887448 addons.xpi DEBUG Changed add-on e10srollout@mozilla.org in app-system-addons -1505823887449 addons.xpi DEBUG Changed add-on clicktoplay-rollout@mozilla.org in app-system-addons -1505823887449 addons.xpi DEBUG Changed add-on screenshots@mozilla.org in app-system-addons -1505823887450 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505823887450 addons.xpi INFO Mapping followonsearch@mozilla.com to /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi -1505823887450 addons.xpi INFO Mapping e10srollout@mozilla.org to /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi -1505823887450 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505823887450 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505823887451 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi -1505823887451 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505823887451 addons.xpi INFO Mapping screenshots@mozilla.org to /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi -1505823887451 addons.xpi DEBUG Existing add-on firefox@getpocket.com in app-system-defaults -1505823887451 addons.xpi DEBUG Existing add-on followonsearch@mozilla.com in app-system-defaults -1505823887451 addons.xpi DEBUG Existing add-on e10srollout@mozilla.org in app-system-defaults -1505823887452 addons.xpi DEBUG Existing add-on shield-recipe-client@mozilla.org in app-system-defaults -1505823887452 addons.xpi DEBUG Existing add-on aushelper@mozilla.org in app-system-defaults -1505823887452 addons.xpi DEBUG Existing add-on clicktoplay-rollout@mozilla.org in app-system-defaults -1505823887452 addons.xpi DEBUG Existing add-on webcompat@mozilla.org in app-system-defaults -1505823887452 addons.xpi DEBUG Existing add-on screenshots@mozilla.org in app-system-defaults -1505823887453 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505823887453 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505823887453 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505823887453 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global -1505823887453 addons.xpi DEBUG Existing add-on langpack-en-ZA@firefox.mozilla.org in app-global -1505823887453 addons.xpi DEBUG Existing add-on langpack-en-GB@firefox.mozilla.org in app-global -1505823887453 addons.xpi DEBUG getInstallState changed: true, state: {} -1505823887454 addons.xpi-utils DEBUG Add-on clicktoplay-rollout@mozilla.org modified in app-system-addons -1505823887486 DeferredSave.extensions.json DEBUG Save changes -1505823887487 DeferredSave.extensions.json DEBUG Save changes -1505823887487 addons.xpi-utils DEBUG Add-on e10srollout@mozilla.org modified in app-system-addons -1505823887490 DeferredSave.extensions.json DEBUG Starting timer -1505823887505 DeferredSave.extensions.json DEBUG Save changes -1505823887506 DeferredSave.extensions.json DEBUG Save changes -1505823887506 addons.xpi-utils DEBUG Add-on followonsearch@mozilla.com modified in app-system-addons -1505823887512 DeferredSave.extensions.json DEBUG Starting write -1505823887516 DeferredSave.extensions.json DEBUG Save changes -1505823887517 DeferredSave.extensions.json DEBUG Data changed while write in progress -1505823887517 DeferredSave.extensions.json DEBUG Save changes -1505823887518 addons.xpi-utils DEBUG Add-on onboarding@mozilla.org modified in app-system-addons -1505823887523 DeferredSave.extensions.json DEBUG Write succeeded -1505823887523 DeferredSave.extensions.json DEBUG Starting timer -1505823887597 DeferredSave.extensions.json DEBUG Starting write -1505823887609 DeferredSave.extensions.json DEBUG Save changes -1505823887609 DeferredSave.extensions.json DEBUG Data changed while write in progress -1505823887610 DeferredSave.extensions.json DEBUG Save changes -1505823887610 addons.xpi-utils DEBUG Add-on screenshots@mozilla.org modified in app-system-addons -1505823887633 DeferredSave.extensions.json DEBUG Write succeeded -1505823887633 DeferredSave.extensions.json DEBUG Starting timer -1505823887641 DeferredSave.extensions.json DEBUG Save changes -1505823887641 DeferredSave.extensions.json DEBUG Save changes -1505823887643 addons.xpi DEBUG Calling bootstrap method uninstall on clicktoplay-rollout@mozilla.org version 1.3 -1505823887647 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505823887650 addons.xpi DEBUG Calling bootstrap method install on clicktoplay-rollout@mozilla.org version 1.3 -1505823887650 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505823887650 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505823887650 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887651 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823886000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887651 DeferredSave.extensions.json DEBUG Save changes -1505823887651 addons.xpi DEBUG Calling bootstrap method uninstall on e10srollout@mozilla.org version 2.05 -1505823887652 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505823887654 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 2.05 -1505823887655 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505823887655 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505823887655 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887656 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823886000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887656 DeferredSave.extensions.json DEBUG Save changes -1505823887656 addons.xpi DEBUG Calling bootstrap method uninstall on followonsearch@mozilla.com version 0.9.3 -1505823887658 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505823887660 addons.xpi DEBUG Calling bootstrap method install on followonsearch@mozilla.com version 0.9.3 -1505823887660 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505823887660 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505823887661 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887661 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823886000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887661 DeferredSave.extensions.json DEBUG Save changes -1505823887662 addons.xpi DEBUG Calling bootstrap method uninstall on onboarding@mozilla.org version 0.1 -console.log: uninstall ADDON_DOWNGRADE -1505823887666 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505823887694 addons.xpi DEBUG Calling bootstrap method install on onboarding@mozilla.org version 0.1 -console.log: install ADDON_DOWNGRADE -1505823887695 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505823887695 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823886000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887696 DeferredSave.extensions.json DEBUG Save changes -1505823887697 addons.xpi DEBUG Calling bootstrap method uninstall on screenshots@mozilla.org version 10.12.0 -1505823887698 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505823887700 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 10.12.0 -1505823887701 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505823887701 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505823887701 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887701 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823886000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887702 DeferredSave.extensions.json DEBUG Save changes -1505823887702 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505823887702 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887703 DeferredSave.extensions.json DEBUG Save changes -1505823887703 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505823887703 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887704 DeferredSave.extensions.json DEBUG Save changes -1505823887704 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505823887704 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887705 DeferredSave.extensions.json DEBUG Save changes -1505823887705 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505823887706 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887706 DeferredSave.extensions.json DEBUG Save changes -1505823887706 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505823887706 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505823887707 DeferredSave.extensions.json DEBUG Save changes -1505823887707 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505823887707 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887707 DeferredSave.extensions.json DEBUG Save changes -1505823887707 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505823887708 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887708 DeferredSave.extensions.json DEBUG Save changes -1505823887708 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823886000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887708 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823886000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887708 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823886000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887708 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823886000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887709 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505823886000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.x1OCd9fMYcNQ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887709 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887709 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887709 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887709 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887709 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887709 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887709 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887709 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887709 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505823887710 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887710 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505823887710 DeferredSave.extensions.json DEBUG Save changes -1505823887711 addons.xpi DEBUG Updating database with changes to installed add-ons -1505823887711 addons.xpi-utils DEBUG Updating add-on states -1505823887715 DeferredSave.extensions.json DEBUG Starting write -1505823887717 DeferredSave.extensions.json DEBUG Write succeeded -1505823887798 Marionette INFO Listening on port 36865 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505823887894 Marionette WARN TLS certificate errors will be ignored for this session -1505823887942 Marionette DEBUG loaded listener.js -1505823887965 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505823887975 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505823887976 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505823888179 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/index-static.html" -1505823888181 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/index-static.html" -1505823890451 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/index-static.html" -1505823890458 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/index-static.html" -1505823890459 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/index-static.html" -1505823890619 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505823890621 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505823892834 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505823892840 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505823892841 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505823893004 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505823893005 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505823895496 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505823895501 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505823895501 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505823895674 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505823895676 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505823897927 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505823897933 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505823897934 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505823898106 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505823898109 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505823900336 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505823900376 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505823900376 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505823900547 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505823900549 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505823902984 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505823902990 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505823902990 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505823903154 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505823903157 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505823905531 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505823905537 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505823905538 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505823905712 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505823905714 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505823907962 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505823907968 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505823907968 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505823908133 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505823908135 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505823910356 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505823910363 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505823910364 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505823910541 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505823910543 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505823912855 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505823912873 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505823912874 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505823913020 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505823913022 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505823915353 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505823915359 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505823915360 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505823915531 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505823915534 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505823916756 DeferredSave.extensions.json DEBUG Save changes -1505823916757 DeferredSave.extensions.json DEBUG Starting timer -1505823916779 DeferredSave.extensions.json DEBUG Starting write -1505823916782 DeferredSave.extensions.json DEBUG Write succeeded -1505823917759 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505823917766 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505823917767 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505823917911 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505823917913 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505823920194 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505823920202 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505823920203 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505823920368 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505823920369 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505823922685 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505823922691 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505823922692 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505823922853 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505823922855 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505823925135 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505823925140 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505823925140 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505823925311 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505823925314 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505823927538 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505823927547 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505823927547 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505823927767 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505823927770 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505823930030 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505823930037 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505823930038 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505823930212 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505823930214 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505823932438 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505823932445 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505823932445 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505823932622 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#blockquotes" -1505823932624 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#blockquotes" -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505823935094 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#emphasis" -1505823937588 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#headers" -1505823940068 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#tables" -1505823942576 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#videos" -1505823945071 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#images" -1505823947551 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#lists" -1505823950049 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#lines" -1505823952534 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#code" -1505823955042 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505823957523 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505823957531 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505823957532 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505823957694 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown-Here-Cheatsheet" -1505823957697 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown-Here-Cheatsheet" - -(firefox:11653): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11653): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11653): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11653): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505823959792 Marionette INFO New connections will no longer be accepted -1505823959808 addons.xpi DEBUG Calling bootstrap method shutdown on webcompat@mozilla.org version 1.1 -1505823959808 addons.xpi DEBUG Calling bootstrap method shutdown on shield-recipe-client@mozilla.org version 55.1 -1505823959811 addons.xpi DEBUG Calling bootstrap method shutdown on screenshots@mozilla.org version 10.12.0 -1505823959812 addons.xpi DEBUG Calling bootstrap method shutdown on onboarding@mozilla.org version 0.1 -console.log: shutdown APP_SHUTDOWN -1505823959813 addons.xpi DEBUG Calling bootstrap method shutdown on followonsearch@mozilla.com version 0.9.3 -1505823959813 addons.xpi DEBUG Calling bootstrap method shutdown on firefox@getpocket.com version 1.0.5 -1505823959813 addons.xpi DEBUG Calling bootstrap method shutdown on e10srollout@mozilla.org version 2.05 -1505823959814 addons.xpi DEBUG Calling bootstrap method shutdown on clicktoplay-rollout@mozilla.org version 1.3 -1505823959814 addons.xpi DEBUG Calling bootstrap method shutdown on aushelper@mozilla.org version 2.0 -[Child 11702] WARNING: pipe error (20): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505824151659 geckodriver INFO geckodriver 0.19.0 -1505824151662 geckodriver INFO Listening on 127.0.0.1:38849 -1505824153588 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.6a89j4E2UHpe" -1505824153762 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider", "XPIInternal"] -1505824153765 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] -1505824153788 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm -1505824153791 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm -1505824153791 addons.manager DEBUG Starting provider: XPIProvider -1505824153792 addons.xpi DEBUG startup -1505824153793 addons.xpi INFO SystemAddonInstallLocation scanning directory /tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8} -1505824153794 addons.xpi DEBUG checkForChanges -1505824153794 addons.xpi DEBUG Loaded add-on state: {"app-system-addons":{"addons":{"clicktoplay-rollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","version":"1.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","version":"2.05","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","version":"0.9.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"onboarding@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","version":"0.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","version":"10.12.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}}},"app-system-defaults":{"addons":{"firefox@getpocket.com":{"enabled":true,"lastModifiedTime":1502895176000,"path":"firefox@getpocket.com.xpi","version":"1.0.5","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"e10srollout@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"aushelper@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"aushelper@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"webcompat@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"webcompat@mozilla.org.xpi","version":"1.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":false,"lastModifiedTime":1502895176000,"path":"followonsearch@mozilla.com.xpi","version":"0.9.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"shield-recipe-client@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"shield-recipe-client@mozilla.org.xpi","version":"55.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"clicktoplay-rollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"clicktoplay-rollout@mozilla.org.xpi","version":"1.2","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"screenshots@mozilla.org.xpi","version":"10.10.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}},"path":"/usr/lib/firefox/browser/features"},"app-global":{"addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"enabled":true,"lastModifiedTime":1502895176000,"path":"{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","version":"55.0.2","type":"theme","currentModifiedTime":1502895176000},"langpack-en-ZA@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-ZA@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000},"langpack-en-GB@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-GB@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000}},"path":"/usr/lib/firefox/browser/extensions","checkStartupModifications":true},"app-system-share":{"addons":{"ubufox@ubuntu.com":{"enabled":true,"lastModifiedTime":1502719294000,"path":"ubufox@ubuntu.com.xpi","version":"3.4","currentModifiedTime":1502719294000}},"path":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","checkStartupModifications":true}} -1505824153796 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505824153796 addons.xpi INFO Mapping e10srollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505824153797 addons.xpi INFO Mapping followonsearch@mozilla.com to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505824153797 addons.xpi INFO Mapping onboarding@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505824153797 addons.xpi INFO Mapping screenshots@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505824153797 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505824153797 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505824153797 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505824153798 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505824153798 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505824153798 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505824153799 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505824153799 addons.xpi DEBUG getInstallState changed: true, state: {} -1505824153805 addons.xpi-utils DEBUG Opening XPI database /tmp/rust_mozprofile.6a89j4E2UHpe/extensions.json -1505824153809 addons.xpi-utils DEBUG Successfully read XPI database -1505824153813 addons.xpi-utils DEBUG Add-on ubufox@ubuntu.com removed from app-system-share -1505824153816 DeferredSave.extensions.json DEBUG Save changes -1505824153817 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505824153817 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505824153817 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153820 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153821 DeferredSave.extensions.json DEBUG Save changes -1505824153821 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505824153821 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505824153821 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153821 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153822 DeferredSave.extensions.json DEBUG Save changes -1505824153822 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505824153822 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505824153822 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153823 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153824 DeferredSave.extensions.json DEBUG Save changes -1505824153824 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505824153825 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153825 DeferredSave.extensions.json DEBUG Save changes -1505824153825 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505824153826 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505824153826 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153826 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153827 DeferredSave.extensions.json DEBUG Save changes -1505824153827 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505824153827 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153828 DeferredSave.extensions.json DEBUG Save changes -1505824153828 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505824153828 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153829 DeferredSave.extensions.json DEBUG Save changes -1505824153829 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505824153829 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153830 DeferredSave.extensions.json DEBUG Save changes -1505824153830 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505824153830 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153831 DeferredSave.extensions.json DEBUG Save changes -1505824153831 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505824153831 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505824153832 DeferredSave.extensions.json DEBUG Save changes -1505824153832 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505824153832 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153833 DeferredSave.extensions.json DEBUG Save changes -1505824153833 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505824153833 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153834 DeferredSave.extensions.json DEBUG Save changes -1505824153834 addons.manager DEBUG Registering startup change 'uninstalled' for ubufox@ubuntu.com -1505824153834 addons.xpi DEBUG Removing XPIState for app-system-share:ubufox@ubuntu.com -1505824153835 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153835 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153835 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153835 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153835 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153835 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153836 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153836 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153836 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153836 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153836 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153836 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153836 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153836 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505824153836 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153836 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824153837 DeferredSave.extensions.json DEBUG Save changes -1505824153837 addons.xpi DEBUG Updating database with changes to installed add-ons -1505824153837 addons.xpi-utils DEBUG Updating add-on states -1505824153847 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505824153847 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505824153849 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0 -1505824153850 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505824153850 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505824153859 addons.xpi DEBUG Calling bootstrap method startup on clicktoplay-rollout@mozilla.org version 1.3 -1505824153891 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505824153892 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505824153893 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 2.05 -1505824153894 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505824153895 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505824153897 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5 -1505824153924 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505824153924 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505824153926 addons.xpi DEBUG Calling bootstrap method startup on followonsearch@mozilla.com version 0.9.3 -1505824153926 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505824153928 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505824153929 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505824153929 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505824153959 addons.xpi DEBUG Calling bootstrap method startup on onboarding@mozilla.org version 0.1 -1505824153960 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505824153960 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505824153962 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 10.12.0 -1505824153963 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505824153963 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505824153965 addons.xpi DEBUG Calling bootstrap method startup on shield-recipe-client@mozilla.org version 55.1 -1505824153971 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505824153971 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505824153973 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1 -1505824153976 addons.manager DEBUG Registering shutdown blocker for XPIProvider -1505824153977 addons.manager DEBUG Provider finished startup: XPIProvider -1505824153977 addons.manager DEBUG Starting provider: LightweightThemeManager -1505824153977 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager -1505824153977 addons.manager DEBUG Provider finished startup: LightweightThemeManager -1505824153977 addons.manager DEBUG Starting provider: GMPProvider -1505824153980 addons.manager DEBUG Registering shutdown blocker for GMPProvider -1505824153981 addons.manager DEBUG Provider finished startup: GMPProvider -1505824153981 addons.manager DEBUG Starting provider: PluginProvider -1505824153981 addons.manager DEBUG Registering shutdown blocker for PluginProvider -1505824153981 addons.manager DEBUG Provider finished startup: PluginProvider -1505824153982 addons.manager DEBUG Completed startup sequence -1505824154012 Marionette INFO Enabled via --marionette - -(firefox:11892): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11892): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11892): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11892): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11892): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11892): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11892): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11892): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11892): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11892): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11892): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11892): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505824154120 DeferredSave.extensions.json DEBUG Starting timer -*** Blocklist::_loadBlocklistFromFile: blocklist is disabled -1505824154155 addons.manager DEBUG Starting provider: PreviousExperimentProvider -1505824154155 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider -1505824154155 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider -1505824154171 DeferredSave.extensions.json DEBUG Starting write -1505824154249 DeferredSave.extensions.json DEBUG Write succeeded -1505824154249 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 21 -1505824154763 addons.manager DEBUG Starting provider: -1505824154763 addons.manager DEBUG Registering shutdown blocker for -1505824154764 addons.manager DEBUG Provider finished startup: -1505824154772 addons.xpi INFO Mapping followonsearch@mozilla.com to /tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505824154772 addons.xpi INFO Mapping onboarding@mozilla.org to /tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505824154772 addons.xpi INFO Mapping e10srollout@mozilla.org to /tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505824154772 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505824154773 addons.xpi INFO Mapping screenshots@mozilla.org to /tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505824154773 addons.xpi DEBUG Changed add-on followonsearch@mozilla.com in app-system-addons -1505824154773 addons.xpi DEBUG Changed add-on onboarding@mozilla.org in app-system-addons -1505824154774 addons.xpi DEBUG Changed add-on e10srollout@mozilla.org in app-system-addons -1505824154774 addons.xpi DEBUG Changed add-on clicktoplay-rollout@mozilla.org in app-system-addons -1505824154774 addons.xpi DEBUG Changed add-on screenshots@mozilla.org in app-system-addons -1505824154775 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505824154775 addons.xpi INFO Mapping followonsearch@mozilla.com to /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi -1505824154775 addons.xpi INFO Mapping e10srollout@mozilla.org to /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi -1505824154775 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505824154775 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505824154776 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi -1505824154776 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505824154776 addons.xpi INFO Mapping screenshots@mozilla.org to /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi -1505824154776 addons.xpi DEBUG Existing add-on firefox@getpocket.com in app-system-defaults -1505824154776 addons.xpi DEBUG Existing add-on followonsearch@mozilla.com in app-system-defaults -1505824154777 addons.xpi DEBUG Existing add-on e10srollout@mozilla.org in app-system-defaults -1505824154777 addons.xpi DEBUG Existing add-on shield-recipe-client@mozilla.org in app-system-defaults -1505824154777 addons.xpi DEBUG Existing add-on aushelper@mozilla.org in app-system-defaults -1505824154777 addons.xpi DEBUG Existing add-on clicktoplay-rollout@mozilla.org in app-system-defaults -1505824154778 addons.xpi DEBUG Existing add-on webcompat@mozilla.org in app-system-defaults -1505824154778 addons.xpi DEBUG Existing add-on screenshots@mozilla.org in app-system-defaults -1505824154778 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505824154778 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505824154778 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505824154778 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global -1505824154778 addons.xpi DEBUG Existing add-on langpack-en-ZA@firefox.mozilla.org in app-global -1505824154779 addons.xpi DEBUG Existing add-on langpack-en-GB@firefox.mozilla.org in app-global -1505824154779 addons.xpi DEBUG getInstallState changed: true, state: {} -1505824154779 addons.xpi-utils DEBUG Add-on clicktoplay-rollout@mozilla.org modified in app-system-addons -1505824154825 DeferredSave.extensions.json DEBUG Save changes -1505824154826 DeferredSave.extensions.json DEBUG Save changes -1505824154826 addons.xpi-utils DEBUG Add-on e10srollout@mozilla.org modified in app-system-addons -1505824154828 DeferredSave.extensions.json DEBUG Starting timer -1505824154838 DeferredSave.extensions.json DEBUG Save changes -1505824154839 DeferredSave.extensions.json DEBUG Save changes -1505824154839 addons.xpi-utils DEBUG Add-on followonsearch@mozilla.com modified in app-system-addons -1505824154846 DeferredSave.extensions.json DEBUG Save changes -1505824154847 DeferredSave.extensions.json DEBUG Save changes -1505824154847 addons.xpi-utils DEBUG Add-on onboarding@mozilla.org modified in app-system-addons -1505824154852 DeferredSave.extensions.json DEBUG Starting write -1505824154862 DeferredSave.extensions.json DEBUG Write succeeded -1505824154865 DeferredSave.extensions.json DEBUG Save changes -1505824154866 DeferredSave.extensions.json DEBUG Save changes -1505824154867 addons.xpi-utils DEBUG Add-on screenshots@mozilla.org modified in app-system-addons -1505824154868 DeferredSave.extensions.json DEBUG Starting timer -1505824154893 DeferredSave.extensions.json DEBUG Starting write -1505824154895 DeferredSave.extensions.json DEBUG Save changes -1505824154895 DeferredSave.extensions.json DEBUG Data changed while write in progress -1505824154896 DeferredSave.extensions.json DEBUG Save changes -1505824154898 addons.xpi DEBUG Calling bootstrap method uninstall on clicktoplay-rollout@mozilla.org version 1.3 -1505824154903 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505824154906 addons.xpi DEBUG Calling bootstrap method install on clicktoplay-rollout@mozilla.org version 1.3 -1505824154906 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505824154906 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505824154907 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154907 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824153000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154908 DeferredSave.extensions.json DEBUG Save changes -1505824154908 addons.xpi DEBUG Calling bootstrap method uninstall on e10srollout@mozilla.org version 2.05 -1505824154909 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505824154912 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 2.05 -1505824154913 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505824154913 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505824154913 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154913 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824153000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154914 DeferredSave.extensions.json DEBUG Save changes -1505824154914 addons.xpi DEBUG Calling bootstrap method uninstall on followonsearch@mozilla.com version 0.9.3 -1505824154918 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505824154920 addons.xpi DEBUG Calling bootstrap method install on followonsearch@mozilla.com version 0.9.3 -1505824154920 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505824154920 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505824154921 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154921 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824153000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154922 DeferredSave.extensions.json DEBUG Save changes -1505824154922 addons.xpi DEBUG Calling bootstrap method uninstall on onboarding@mozilla.org version 0.1 -console.log: uninstall ADDON_DOWNGRADE -1505824154926 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505824154966 addons.xpi DEBUG Calling bootstrap method install on onboarding@mozilla.org version 0.1 -console.log: install ADDON_DOWNGRADE -1505824154967 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505824154967 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824153000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154968 DeferredSave.extensions.json DEBUG Save changes -1505824154969 addons.xpi DEBUG Calling bootstrap method uninstall on screenshots@mozilla.org version 10.12.0 -1505824154970 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505824154973 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 10.12.0 -1505824154973 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505824154973 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505824154974 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154976 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824153000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154977 DeferredSave.extensions.json DEBUG Save changes -1505824154977 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505824154977 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154978 DeferredSave.extensions.json DEBUG Save changes -1505824154978 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505824154978 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154979 DeferredSave.extensions.json DEBUG Save changes -1505824154979 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505824154979 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154980 DeferredSave.extensions.json DEBUG Save changes -1505824154980 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505824154980 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154981 DeferredSave.extensions.json DEBUG Save changes -1505824154981 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505824154981 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505824154982 DeferredSave.extensions.json DEBUG Save changes -1505824154982 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505824154982 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154983 DeferredSave.extensions.json DEBUG Save changes -1505824154983 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505824154983 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154984 DeferredSave.extensions.json DEBUG Save changes -1505824154984 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824153000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154984 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824153000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154985 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824153000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154985 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824153000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154985 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824153000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.6a89j4E2UHpe/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154985 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154985 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154985 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154986 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154986 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154986 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154986 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154986 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154986 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505824154987 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154987 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824154988 DeferredSave.extensions.json DEBUG Save changes -1505824154988 addons.xpi DEBUG Updating database with changes to installed add-ons -1505824154988 addons.xpi-utils DEBUG Updating add-on states -1505824155002 DeferredSave.extensions.json DEBUG Write succeeded -1505824155002 DeferredSave.extensions.json DEBUG Starting timer -1505824155061 Marionette INFO Listening on port 40021 -1505824155065 DeferredSave.extensions.json DEBUG Starting write -1505824155122 DeferredSave.extensions.json DEBUG Write succeeded -1505824155134 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505824155172 Marionette DEBUG loaded listener.js -1505824155213 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505824155226 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505824155226 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505824155427 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/index-static.html" -1505824155429 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/index-static.html" -1505824157722 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/index-static.html" -1505824157730 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/index-static.html" -1505824157730 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/index-static.html" -1505824157887 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505824157890 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505824160103 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505824160109 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505824160109 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505824160270 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505824160271 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505824162765 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505824162771 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505824162772 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505824162933 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505824162934 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505824165182 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505824165188 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505824165189 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505824165363 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505824165365 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505824167597 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505824167607 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505824167607 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505824167813 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505824167815 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505824170213 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505824170222 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505824170222 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505824170394 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505824170396 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505824172770 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505824172776 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505824172776 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505824172938 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505824172940 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505824175152 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505824175160 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505824175160 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505824175328 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505824175330 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505824177516 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505824177522 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505824177522 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505824177698 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505824177700 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505824179965 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505824179972 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505824179973 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505824180144 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505824180146 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505824182502 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505824182507 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505824182508 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505824182675 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505824182677 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505824184083 DeferredSave.extensions.json DEBUG Save changes -1505824184084 DeferredSave.extensions.json DEBUG Starting timer -1505824184107 DeferredSave.extensions.json DEBUG Starting write -1505824184110 DeferredSave.extensions.json DEBUG Write succeeded -1505824184934 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505824184939 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505824184940 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505824185104 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505824185106 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505824187363 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505824187370 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505824187371 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505824187540 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505824187541 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505824189853 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505824189859 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505824189859 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505824190045 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505824190047 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505824192310 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505824192315 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505824192315 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505824192490 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505824192493 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505824194765 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505824194774 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505824194774 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505824194927 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505824194930 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505824197200 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505824197206 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505824197206 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505824197342 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505824197343 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505824199601 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505824199607 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505824199607 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505824199771 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#blockquotes" -1505824199774 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#blockquotes" -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505824202249 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#emphasis" -1505824204715 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#headers" -1505824207167 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#tables" -1505824209653 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#videos" -1505824212113 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#images" -1505824214534 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#lists" -1505824217021 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#lines" -1505824219460 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#code" -1505824221948 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505824224401 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505824224406 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505824224407 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505824224569 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown-Here-Cheatsheet" -1505824224572 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown-Here-Cheatsheet" - -(firefox:11892): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11892): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:11892): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:11892): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505824226666 Marionette INFO New connections will no longer be accepted -1505824226682 addons.xpi DEBUG Calling bootstrap method shutdown on webcompat@mozilla.org version 1.1 -1505824226682 addons.xpi DEBUG Calling bootstrap method shutdown on shield-recipe-client@mozilla.org version 55.1 -1505824226685 addons.xpi DEBUG Calling bootstrap method shutdown on screenshots@mozilla.org version 10.12.0 -1505824226686 addons.xpi DEBUG Calling bootstrap method shutdown on onboarding@mozilla.org version 0.1 -console.log: shutdown APP_SHUTDOWN -1505824226687 addons.xpi DEBUG Calling bootstrap method shutdown on followonsearch@mozilla.com version 0.9.3 -1505824226687 addons.xpi DEBUG Calling bootstrap method shutdown on firefox@getpocket.com version 1.0.5 -1505824226687 addons.xpi DEBUG Calling bootstrap method shutdown on e10srollout@mozilla.org version 2.05 -1505824226687 addons.xpi DEBUG Calling bootstrap method shutdown on clicktoplay-rollout@mozilla.org version 1.3 -1505824226688 addons.xpi DEBUG Calling bootstrap method shutdown on aushelper@mozilla.org version 2.0 -[Child 11942] WARNING: pipe error (21): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505824338528 geckodriver INFO geckodriver 0.19.0 -1505824338531 geckodriver INFO Listening on 127.0.0.1:42601 -1505824340459 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.lrzmsPohzIJh" -1505824340644 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider", "XPIInternal"] -1505824340647 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] -1505824340670 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm -1505824340673 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm -1505824340674 addons.manager DEBUG Starting provider: XPIProvider -1505824340674 addons.xpi DEBUG startup -1505824340676 addons.xpi INFO SystemAddonInstallLocation scanning directory /tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8} -1505824340676 addons.xpi DEBUG checkForChanges -1505824340677 addons.xpi DEBUG Loaded add-on state: {"app-system-addons":{"addons":{"clicktoplay-rollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","version":"1.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","version":"2.05","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","version":"0.9.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"onboarding@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","version":"0.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","version":"10.12.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}}},"app-system-defaults":{"addons":{"firefox@getpocket.com":{"enabled":true,"lastModifiedTime":1502895176000,"path":"firefox@getpocket.com.xpi","version":"1.0.5","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"e10srollout@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"aushelper@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"aushelper@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"webcompat@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"webcompat@mozilla.org.xpi","version":"1.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":false,"lastModifiedTime":1502895176000,"path":"followonsearch@mozilla.com.xpi","version":"0.9.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"shield-recipe-client@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"shield-recipe-client@mozilla.org.xpi","version":"55.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"clicktoplay-rollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"clicktoplay-rollout@mozilla.org.xpi","version":"1.2","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"screenshots@mozilla.org.xpi","version":"10.10.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}},"path":"/usr/lib/firefox/browser/features"},"app-global":{"addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"enabled":true,"lastModifiedTime":1502895176000,"path":"{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","version":"55.0.2","type":"theme","currentModifiedTime":1502895176000},"langpack-en-ZA@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-ZA@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000},"langpack-en-GB@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-GB@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000}},"path":"/usr/lib/firefox/browser/extensions","checkStartupModifications":true},"app-system-share":{"addons":{"ubufox@ubuntu.com":{"enabled":true,"lastModifiedTime":1502719294000,"path":"ubufox@ubuntu.com.xpi","version":"3.4","currentModifiedTime":1502719294000}},"path":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","checkStartupModifications":true}} -1505824340678 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505824340679 addons.xpi INFO Mapping e10srollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505824340679 addons.xpi INFO Mapping followonsearch@mozilla.com to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505824340679 addons.xpi INFO Mapping onboarding@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505824340679 addons.xpi INFO Mapping screenshots@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505824340680 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505824340680 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505824340680 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505824340680 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505824340681 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505824340681 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505824340681 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505824340681 addons.xpi DEBUG getInstallState changed: true, state: {} -1505824340688 addons.xpi-utils DEBUG Opening XPI database /tmp/rust_mozprofile.lrzmsPohzIJh/extensions.json -1505824340692 addons.xpi-utils DEBUG Successfully read XPI database -1505824340695 addons.xpi-utils DEBUG Add-on ubufox@ubuntu.com removed from app-system-share -1505824340698 DeferredSave.extensions.json DEBUG Save changes -1505824340699 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505824340699 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505824340699 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340703 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340704 DeferredSave.extensions.json DEBUG Save changes -1505824340704 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505824340704 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505824340704 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340704 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340705 DeferredSave.extensions.json DEBUG Save changes -1505824340705 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505824340705 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505824340705 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340705 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340706 DeferredSave.extensions.json DEBUG Save changes -1505824340706 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505824340708 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340708 DeferredSave.extensions.json DEBUG Save changes -1505824340708 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505824340708 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505824340709 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340709 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340710 DeferredSave.extensions.json DEBUG Save changes -1505824340710 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505824340710 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340710 DeferredSave.extensions.json DEBUG Save changes -1505824340710 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505824340711 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340712 DeferredSave.extensions.json DEBUG Save changes -1505824340712 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505824340712 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340713 DeferredSave.extensions.json DEBUG Save changes -1505824340713 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505824340713 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340714 DeferredSave.extensions.json DEBUG Save changes -1505824340714 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505824340714 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505824340715 DeferredSave.extensions.json DEBUG Save changes -1505824340715 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505824340715 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340715 DeferredSave.extensions.json DEBUG Save changes -1505824340715 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505824340716 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340716 DeferredSave.extensions.json DEBUG Save changes -1505824340716 addons.manager DEBUG Registering startup change 'uninstalled' for ubufox@ubuntu.com -1505824340716 addons.xpi DEBUG Removing XPIState for app-system-share:ubufox@ubuntu.com -1505824340717 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340717 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340717 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340718 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340718 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340718 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340718 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340718 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340718 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340718 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340718 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340718 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340718 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340718 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505824340719 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340719 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824340719 DeferredSave.extensions.json DEBUG Save changes -1505824340719 addons.xpi DEBUG Updating database with changes to installed add-ons -1505824340719 addons.xpi-utils DEBUG Updating add-on states -1505824340729 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505824340730 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505824340732 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0 -1505824340732 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505824340733 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505824340742 addons.xpi DEBUG Calling bootstrap method startup on clicktoplay-rollout@mozilla.org version 1.3 -1505824340773 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505824340774 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505824340775 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 2.05 -1505824340776 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505824340777 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505824340780 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5 -1505824340807 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505824340808 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505824340810 addons.xpi DEBUG Calling bootstrap method startup on followonsearch@mozilla.com version 0.9.3 -1505824340810 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505824340812 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505824340813 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505824340813 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505824340841 addons.xpi DEBUG Calling bootstrap method startup on onboarding@mozilla.org version 0.1 -1505824340842 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505824340842 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505824340844 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 10.12.0 -1505824340844 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505824340845 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505824340846 addons.xpi DEBUG Calling bootstrap method startup on shield-recipe-client@mozilla.org version 55.1 -1505824340853 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505824340853 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505824340854 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1 -1505824340858 addons.manager DEBUG Registering shutdown blocker for XPIProvider -1505824340858 addons.manager DEBUG Provider finished startup: XPIProvider -1505824340858 addons.manager DEBUG Starting provider: LightweightThemeManager -1505824340859 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager -1505824340859 addons.manager DEBUG Provider finished startup: LightweightThemeManager -1505824340859 addons.manager DEBUG Starting provider: GMPProvider -1505824340862 addons.manager DEBUG Registering shutdown blocker for GMPProvider -1505824340862 addons.manager DEBUG Provider finished startup: GMPProvider -1505824340863 addons.manager DEBUG Starting provider: PluginProvider -1505824340863 addons.manager DEBUG Registering shutdown blocker for PluginProvider -1505824340863 addons.manager DEBUG Provider finished startup: PluginProvider -1505824340863 addons.manager DEBUG Completed startup sequence -1505824340893 Marionette INFO Enabled via --marionette - -(firefox:12075): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12075): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12075): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12075): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12075): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12075): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12075): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12075): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12075): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12075): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12075): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12075): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505824341001 DeferredSave.extensions.json DEBUG Starting timer +1514312803903 geckodriver INFO geckodriver 0.19.0 +1514312803916 geckodriver INFO Listening on 127.0.0.1:56035 +1514312804971 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.rj0YANlkMnHm" +1514312806670 addons.manager DEBUG Application has been upgraded +1514312806832 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider", "XPIInternal"] +1514312806834 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] +1514312806870 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm +1514312806872 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm +1514312806872 addons.manager DEBUG Starting provider: XPIProvider +1514312806872 addons.xpi DEBUG startup +1514312806873 addons.xpi INFO SystemAddonInstallLocation scanning directory /tmp/rust_mozprofile.rj0YANlkMnHm/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8} +1514312806873 addons.xpi INFO Removing all system add-on upgrades. +1514312806873 addons.xpi DEBUG checkForChanges +1514312806874 addons.xpi DEBUG Loaded add-on state: {"app-system-addons":{"addons":{"clicktoplay-rollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","version":"1.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","version":"2.05","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","version":"0.9.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"onboarding@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","version":"0.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","version":"10.12.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}}},"app-system-defaults":{"addons":{"firefox@getpocket.com":{"enabled":true,"lastModifiedTime":1502895176000,"path":"firefox@getpocket.com.xpi","version":"1.0.5","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"e10srollout@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"aushelper@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"aushelper@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"webcompat@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"webcompat@mozilla.org.xpi","version":"1.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":false,"lastModifiedTime":1502895176000,"path":"followonsearch@mozilla.com.xpi","version":"0.9.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"shield-recipe-client@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"shield-recipe-client@mozilla.org.xpi","version":"55.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"clicktoplay-rollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"clicktoplay-rollout@mozilla.org.xpi","version":"1.2","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"screenshots@mozilla.org.xpi","version":"10.10.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}},"path":"/usr/lib/firefox/browser/features"},"app-global":{"addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"enabled":true,"lastModifiedTime":1502895176000,"path":"{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","version":"55.0.2","type":"theme","currentModifiedTime":1511994878000},"langpack-en-ZA@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-ZA@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1511994878000},"langpack-en-GB@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-GB@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1511994878000}},"path":"/usr/lib/firefox/browser/extensions","checkStartupModifications":true,"changed":true},"app-system-share":{"addons":{"ubufox@ubuntu.com":{"enabled":true,"lastModifiedTime":1502719294000,"path":"ubufox@ubuntu.com.xpi","version":"3.4"}},"path":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","checkStartupModifications":true,"changed":true}} +1514312806875 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi +1514312806875 addons.xpi INFO Mapping e10srollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi +1514312806875 addons.xpi INFO Mapping followonsearch@mozilla.com to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi +1514312806875 addons.xpi INFO Mapping onboarding@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi +1514312806875 addons.xpi INFO Mapping screenshots@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi +1514312806876 addons.xpi INFO Mapping followonsearch@mozilla.com to /tmp/rust_mozprofile.rj0YANlkMnHm/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi +1514312806876 addons.xpi INFO Mapping onboarding@mozilla.org to /tmp/rust_mozprofile.rj0YANlkMnHm/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi +1514312806876 addons.xpi INFO Mapping e10srollout@mozilla.org to /tmp/rust_mozprofile.rj0YANlkMnHm/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi +1514312806876 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /tmp/rust_mozprofile.rj0YANlkMnHm/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi +1514312806876 addons.xpi INFO Mapping screenshots@mozilla.org to /tmp/rust_mozprofile.rj0YANlkMnHm/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi +1514312806877 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi +1514312806877 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi +1514312806877 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi +1514312806878 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi +1514312806878 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi +1514312806878 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi +1514312806878 addons.xpi INFO Mapping e10srollout@mozilla.org to /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi +1514312806878 addons.xpi INFO Mapping screenshots@mozilla.org to /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi +1514312806878 addons.xpi INFO Mapping activity-stream@mozilla.org to /usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi +1514312806878 addons.xpi INFO Mapping followonsearch@mozilla.com to /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi +1514312806878 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi +1514312806878 addons.xpi INFO Mapping formautofill@mozilla.org to /usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi +1514312806878 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi +1514312806879 addons.xpi INFO Mapping onboarding@mozilla.org to /usr/lib/firefox/browser/features/onboarding@mozilla.org.xpi +1514312806879 addons.xpi DEBUG Changed add-on shield-recipe-client@mozilla.org in app-system-defaults +1514312806879 addons.xpi DEBUG Changed add-on aushelper@mozilla.org in app-system-defaults +1514312806880 addons.xpi DEBUG Changed add-on e10srollout@mozilla.org in app-system-defaults +1514312806880 addons.xpi DEBUG Changed add-on screenshots@mozilla.org in app-system-defaults +1514312806880 addons.xpi DEBUG New add-on activity-stream@mozilla.org in app-system-defaults +1514312806880 addons.xpi INFO Mapping activity-stream@mozilla.org to /usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi +1514312806881 addons.xpi DEBUG Changed add-on followonsearch@mozilla.com in app-system-defaults +1514312806881 addons.xpi DEBUG Changed add-on firefox@getpocket.com in app-system-defaults +1514312806881 addons.xpi DEBUG New add-on formautofill@mozilla.org in app-system-defaults +1514312806881 addons.xpi INFO Mapping formautofill@mozilla.org to /usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi +1514312806881 addons.xpi DEBUG Changed add-on webcompat@mozilla.org in app-system-defaults +1514312806881 addons.xpi DEBUG New add-on onboarding@mozilla.org in app-system-defaults +1514312806882 addons.xpi INFO Mapping onboarding@mozilla.org to /usr/lib/firefox/browser/features/onboarding@mozilla.org.xpi +1514312806882 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi +1514312806882 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi +1514312806882 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi +1514312806883 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi +1514312806883 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi +1514312806883 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi +1514312806883 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global +1514312806884 addons.xpi DEBUG Existing add-on langpack-en-ZA@firefox.mozilla.org in app-global +1514312806884 addons.xpi DEBUG Existing add-on langpack-en-GB@firefox.mozilla.org in app-global +1514312806884 addons.xpi DEBUG getInstallState changed: true, state: {} +1514312806884 addons.xpi INFO SystemAddonInstallLocation directory is missing +1514312806888 addons.xpi-utils DEBUG Opening XPI database /tmp/rust_mozprofile.rj0YANlkMnHm/extensions.json +1514312806889 addons.xpi-utils DEBUG JSON schema mismatch: expected 23, actual 21 +1514312806892 addons.xpi-utils DEBUG Successfully read XPI database +1514312806894 addons.xpi-utils DEBUG Add-on clicktoplay-rollout@mozilla.org removed from app-system-addons +1514312806897 DeferredSave.extensions.json DEBUG Save changes +1514312806897 addons.xpi-utils DEBUG Add-on e10srollout@mozilla.org removed from app-system-addons +1514312806897 DeferredSave.extensions.json DEBUG Save changes +1514312806897 addons.xpi-utils DEBUG Add-on followonsearch@mozilla.com removed from app-system-addons +1514312806897 DeferredSave.extensions.json DEBUG Save changes +1514312806898 addons.xpi-utils DEBUG Add-on onboarding@mozilla.org removed from app-system-addons +1514312806898 DeferredSave.extensions.json DEBUG Save changes +1514312806898 addons.xpi-utils DEBUG Add-on screenshots@mozilla.org removed from app-system-addons +1514312806898 DeferredSave.extensions.json DEBUG Save changes +1514312806898 addons.xpi-utils DEBUG Add-on firefox@getpocket.com modified in app-system-defaults +1514312806907 DeferredSave.extensions.json DEBUG Starting timer *** Blocklist::_loadBlocklistFromFile: blocklist is disabled -1505824341034 addons.manager DEBUG Starting provider: PreviousExperimentProvider -1505824341034 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider -1505824341034 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider -1505824341051 DeferredSave.extensions.json DEBUG Starting write -1505824341129 DeferredSave.extensions.json DEBUG Write succeeded -1505824341129 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 21 -1505824341625 addons.manager DEBUG Starting provider: -1505824341625 addons.manager DEBUG Registering shutdown blocker for -1505824341625 addons.manager DEBUG Provider finished startup: -1505824341633 addons.xpi INFO Mapping followonsearch@mozilla.com to /tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505824341633 addons.xpi INFO Mapping onboarding@mozilla.org to /tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505824341633 addons.xpi INFO Mapping e10srollout@mozilla.org to /tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505824341634 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505824341634 addons.xpi INFO Mapping screenshots@mozilla.org to /tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505824341634 addons.xpi DEBUG Changed add-on followonsearch@mozilla.com in app-system-addons -1505824341634 addons.xpi DEBUG Changed add-on onboarding@mozilla.org in app-system-addons -1505824341635 addons.xpi DEBUG Changed add-on e10srollout@mozilla.org in app-system-addons -1505824341635 addons.xpi DEBUG Changed add-on clicktoplay-rollout@mozilla.org in app-system-addons -1505824341636 addons.xpi DEBUG Changed add-on screenshots@mozilla.org in app-system-addons -1505824341636 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505824341636 addons.xpi INFO Mapping followonsearch@mozilla.com to /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi -1505824341637 addons.xpi INFO Mapping e10srollout@mozilla.org to /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi -1505824341637 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505824341637 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505824341637 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi -1505824341637 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505824341637 addons.xpi INFO Mapping screenshots@mozilla.org to /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi -1505824341638 addons.xpi DEBUG Existing add-on firefox@getpocket.com in app-system-defaults -1505824341638 addons.xpi DEBUG Existing add-on followonsearch@mozilla.com in app-system-defaults -1505824341638 addons.xpi DEBUG Existing add-on e10srollout@mozilla.org in app-system-defaults -1505824341638 addons.xpi DEBUG Existing add-on shield-recipe-client@mozilla.org in app-system-defaults -1505824341639 addons.xpi DEBUG Existing add-on aushelper@mozilla.org in app-system-defaults -1505824341639 addons.xpi DEBUG Existing add-on clicktoplay-rollout@mozilla.org in app-system-defaults -1505824341639 addons.xpi DEBUG Existing add-on webcompat@mozilla.org in app-system-defaults -1505824341639 addons.xpi DEBUG Existing add-on screenshots@mozilla.org in app-system-defaults -1505824341640 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505824341640 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505824341640 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505824341640 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global -1505824341640 addons.xpi DEBUG Existing add-on langpack-en-ZA@firefox.mozilla.org in app-global -1505824341640 addons.xpi DEBUG Existing add-on langpack-en-GB@firefox.mozilla.org in app-global -1505824341640 addons.xpi DEBUG getInstallState changed: true, state: {} -1505824341641 addons.xpi-utils DEBUG Add-on clicktoplay-rollout@mozilla.org modified in app-system-addons -1505824341685 DeferredSave.extensions.json DEBUG Save changes -1505824341687 DeferredSave.extensions.json DEBUG Save changes -1505824341687 addons.xpi-utils DEBUG Add-on e10srollout@mozilla.org modified in app-system-addons -1505824341689 DeferredSave.extensions.json DEBUG Starting timer -1505824341696 DeferredSave.extensions.json DEBUG Save changes -1505824341697 DeferredSave.extensions.json DEBUG Save changes -1505824341697 addons.xpi-utils DEBUG Add-on followonsearch@mozilla.com modified in app-system-addons -1505824341705 DeferredSave.extensions.json DEBUG Save changes -1505824341705 DeferredSave.extensions.json DEBUG Save changes -1505824341706 addons.xpi-utils DEBUG Add-on onboarding@mozilla.org modified in app-system-addons -1505824341724 DeferredSave.extensions.json DEBUG Starting write -1505824341728 DeferredSave.extensions.json DEBUG Save changes -1505824341728 DeferredSave.extensions.json DEBUG Data changed while write in progress -1505824341729 DeferredSave.extensions.json DEBUG Save changes -1505824341729 addons.xpi-utils DEBUG Add-on screenshots@mozilla.org modified in app-system-addons -1505824341732 DeferredSave.extensions.json DEBUG Write succeeded -1505824341733 DeferredSave.extensions.json DEBUG Starting timer -1505824341798 DeferredSave.extensions.json DEBUG Starting write -1505824341809 DeferredSave.extensions.json DEBUG Save changes -1505824341809 DeferredSave.extensions.json DEBUG Data changed while write in progress -1505824341810 DeferredSave.extensions.json DEBUG Save changes -1505824341812 addons.xpi DEBUG Calling bootstrap method uninstall on clicktoplay-rollout@mozilla.org version 1.3 -1505824341818 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505824341821 addons.xpi DEBUG Calling bootstrap method install on clicktoplay-rollout@mozilla.org version 1.3 -1505824341821 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505824341821 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505824341822 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341822 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824340000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341823 DeferredSave.extensions.json DEBUG Save changes -1505824341823 addons.xpi DEBUG Calling bootstrap method uninstall on e10srollout@mozilla.org version 2.05 -1505824341825 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505824341827 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 2.05 -1505824341828 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505824341828 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505824341828 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341828 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824340000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341829 DeferredSave.extensions.json DEBUG Save changes -1505824341829 addons.xpi DEBUG Calling bootstrap method uninstall on followonsearch@mozilla.com version 0.9.3 -1505824341831 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505824341833 addons.xpi DEBUG Calling bootstrap method install on followonsearch@mozilla.com version 0.9.3 -1505824341834 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505824341834 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505824341834 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341834 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824340000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341834 DeferredSave.extensions.json DEBUG Save changes -1505824341835 addons.xpi DEBUG Calling bootstrap method uninstall on onboarding@mozilla.org version 0.1 -console.log: uninstall ADDON_DOWNGRADE -1505824341838 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505824341866 addons.xpi DEBUG Calling bootstrap method install on onboarding@mozilla.org version 0.1 -console.log: install ADDON_DOWNGRADE -1505824341867 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505824341867 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824340000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341868 DeferredSave.extensions.json DEBUG Save changes -1505824341868 addons.xpi DEBUG Calling bootstrap method uninstall on screenshots@mozilla.org version 10.12.0 -1505824341869 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505824341871 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 10.12.0 -1505824341871 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505824341872 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505824341873 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341873 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824340000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341873 DeferredSave.extensions.json DEBUG Save changes -1505824341873 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505824341874 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341875 DeferredSave.extensions.json DEBUG Save changes -1505824341875 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505824341875 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341875 DeferredSave.extensions.json DEBUG Save changes -1505824341876 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505824341876 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341876 DeferredSave.extensions.json DEBUG Save changes -1505824341876 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505824341876 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341877 DeferredSave.extensions.json DEBUG Save changes -1505824341877 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505824341877 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505824341878 DeferredSave.extensions.json DEBUG Save changes -1505824341878 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505824341878 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341878 DeferredSave.extensions.json DEBUG Save changes -1505824341879 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505824341879 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341879 DeferredSave.extensions.json DEBUG Save changes -1505824341879 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824340000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341879 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824340000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341879 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824340000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341880 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824340000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341880 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824340000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.lrzmsPohzIJh/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341880 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341880 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341880 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341880 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341880 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341880 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341880 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341880 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341881 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505824341881 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341881 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824341881 DeferredSave.extensions.json DEBUG Save changes -1505824341882 addons.xpi DEBUG Updating database with changes to installed add-ons -1505824341882 addons.xpi-utils DEBUG Updating add-on states -1505824341887 DeferredSave.extensions.json DEBUG Write succeeded -1505824341887 DeferredSave.extensions.json DEBUG Starting timer -1505824341952 Marionette INFO Listening on port 36587 -1505824341958 DeferredSave.extensions.json DEBUG Starting write -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505824341960 DeferredSave.extensions.json DEBUG Write succeeded -1505824342000 Marionette WARN TLS certificate errors will be ignored for this session -1505824342036 Marionette DEBUG loaded listener.js -1505824342063 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505824342075 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505824342075 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505824342248 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/index-static.html" -1505824342250 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/index-static.html" -1505824344544 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/index-static.html" -1505824344554 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/index-static.html" -1505824344555 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/index-static.html" -1505824344719 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505824344721 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505824346911 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505824346916 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505824346916 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505824347092 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505824347094 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505824349599 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505824349606 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505824349606 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505824349794 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505824349796 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505824352040 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505824352047 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505824352047 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505824352231 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505824352234 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505824354538 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505824354544 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505824354544 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505824354691 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505824354693 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505824357126 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505824357134 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505824357135 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505824357294 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505824357296 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505824359680 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505824359686 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505824359686 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505824359850 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505824359853 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505824362117 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505824362123 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505824362123 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505824362300 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505824362302 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505824364523 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505824364528 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505824364529 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505824364686 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505824364687 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505824367027 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505824367043 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505824367043 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505824367209 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505824367211 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505824369567 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505824369573 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505824369573 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505824369750 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505824369752 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505824370961 DeferredSave.extensions.json DEBUG Save changes -1505824370961 DeferredSave.extensions.json DEBUG Starting timer -1505824370990 DeferredSave.extensions.json DEBUG Starting write -1505824371005 DeferredSave.extensions.json DEBUG Write succeeded -1505824372146 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505824372153 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505824372153 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505824372326 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505824372328 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505824374629 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505824374638 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505824374638 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505824374803 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505824374805 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505824377120 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505824377126 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505824377126 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505824377317 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505824377319 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505824379586 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505824379592 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505824379592 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505824379768 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505824379770 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505824382043 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505824382049 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505824382050 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505824382212 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505824382215 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505824384485 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505824384491 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505824384492 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505824384653 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505824384655 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505824386919 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505824386930 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505824386931 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505824387106 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#blockquotes" -1505824387108 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#blockquotes" -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505824389585 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#emphasis" -1505824392095 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#headers" -1505824394548 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#tables" -1505824397045 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#videos" -1505824399519 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#images" -1505824401975 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#lists" -1505824404460 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#lines" -1505824406911 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#code" -1505824409391 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505824411823 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505824411828 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505824411829 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505824411987 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown-Here-Cheatsheet" -1505824411990 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown-Here-Cheatsheet" - -(firefox:12075): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12075): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12075): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12075): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505824414081 Marionette INFO New connections will no longer be accepted -1505824414096 addons.xpi DEBUG Calling bootstrap method shutdown on webcompat@mozilla.org version 1.1 -1505824414096 addons.xpi DEBUG Calling bootstrap method shutdown on shield-recipe-client@mozilla.org version 55.1 -1505824414099 addons.xpi DEBUG Calling bootstrap method shutdown on screenshots@mozilla.org version 10.12.0 -1505824414100 addons.xpi DEBUG Calling bootstrap method shutdown on onboarding@mozilla.org version 0.1 -console.log: shutdown APP_SHUTDOWN -1505824414100 addons.xpi DEBUG Calling bootstrap method shutdown on followonsearch@mozilla.com version 0.9.3 -1505824414101 addons.xpi DEBUG Calling bootstrap method shutdown on firefox@getpocket.com version 1.0.5 -1505824414101 addons.xpi DEBUG Calling bootstrap method shutdown on e10srollout@mozilla.org version 2.05 -1505824414101 addons.xpi DEBUG Calling bootstrap method shutdown on clicktoplay-rollout@mozilla.org version 1.3 -1505824414102 addons.xpi DEBUG Calling bootstrap method shutdown on aushelper@mozilla.org version 2.0 -[Child 12125] WARNING: pipe error (19): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -[Child 12125] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -1505824706533 geckodriver INFO geckodriver 0.19.0 -1505824706536 geckodriver INFO Listening on 127.0.0.1:43161 -1505824708467 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.3J7i7EJgoHZ6" -1505824708650 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider", "XPIInternal"] -1505824708653 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] -1505824708676 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm -1505824708678 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm -1505824708679 addons.manager DEBUG Starting provider: XPIProvider -1505824708679 addons.xpi DEBUG startup -1505824708681 addons.xpi INFO SystemAddonInstallLocation scanning directory /tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8} -1505824708682 addons.xpi DEBUG checkForChanges -1505824708682 addons.xpi DEBUG Loaded add-on state: {"app-system-addons":{"addons":{"clicktoplay-rollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","version":"1.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","version":"2.05","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","version":"0.9.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"onboarding@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","version":"0.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","version":"10.12.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}}},"app-system-defaults":{"addons":{"firefox@getpocket.com":{"enabled":true,"lastModifiedTime":1502895176000,"path":"firefox@getpocket.com.xpi","version":"1.0.5","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"e10srollout@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"aushelper@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"aushelper@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"webcompat@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"webcompat@mozilla.org.xpi","version":"1.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":false,"lastModifiedTime":1502895176000,"path":"followonsearch@mozilla.com.xpi","version":"0.9.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"shield-recipe-client@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"shield-recipe-client@mozilla.org.xpi","version":"55.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"clicktoplay-rollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"clicktoplay-rollout@mozilla.org.xpi","version":"1.2","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"screenshots@mozilla.org.xpi","version":"10.10.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}},"path":"/usr/lib/firefox/browser/features"},"app-global":{"addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"enabled":true,"lastModifiedTime":1502895176000,"path":"{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","version":"55.0.2","type":"theme","currentModifiedTime":1502895176000},"langpack-en-ZA@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-ZA@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000},"langpack-en-GB@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-GB@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1502895176000}},"path":"/usr/lib/firefox/browser/extensions","checkStartupModifications":true},"app-system-share":{"addons":{"ubufox@ubuntu.com":{"enabled":true,"lastModifiedTime":1502719294000,"path":"ubufox@ubuntu.com.xpi","version":"3.4","currentModifiedTime":1502719294000}},"path":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","checkStartupModifications":true}} -1505824708684 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505824708684 addons.xpi INFO Mapping e10srollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505824708684 addons.xpi INFO Mapping followonsearch@mozilla.com to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505824708685 addons.xpi INFO Mapping onboarding@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505824708685 addons.xpi INFO Mapping screenshots@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505824708685 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505824708685 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505824708685 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505824708686 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505824708686 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505824708686 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505824708687 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505824708687 addons.xpi DEBUG getInstallState changed: true, state: {} -1505824708694 addons.xpi-utils DEBUG Opening XPI database /tmp/rust_mozprofile.3J7i7EJgoHZ6/extensions.json -1505824708698 addons.xpi-utils DEBUG Successfully read XPI database -1505824708702 addons.xpi-utils DEBUG Add-on ubufox@ubuntu.com removed from app-system-share -1505824708705 DeferredSave.extensions.json DEBUG Save changes -1505824708706 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505824708706 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505824708706 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708710 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708711 DeferredSave.extensions.json DEBUG Save changes -1505824708711 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505824708711 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505824708711 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708711 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708712 DeferredSave.extensions.json DEBUG Save changes -1505824708712 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505824708712 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505824708713 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708713 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708714 DeferredSave.extensions.json DEBUG Save changes -1505824708714 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505824708716 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708716 DeferredSave.extensions.json DEBUG Save changes -1505824708717 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505824708717 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505824708718 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708718 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708719 DeferredSave.extensions.json DEBUG Save changes -1505824708719 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505824708719 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708720 DeferredSave.extensions.json DEBUG Save changes -1505824708720 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505824708720 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708722 DeferredSave.extensions.json DEBUG Save changes -1505824708722 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505824708722 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708723 DeferredSave.extensions.json DEBUG Save changes -1505824708723 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505824708723 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708724 DeferredSave.extensions.json DEBUG Save changes -1505824708724 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505824708724 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505824708726 DeferredSave.extensions.json DEBUG Save changes -1505824708726 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505824708726 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708727 DeferredSave.extensions.json DEBUG Save changes -1505824708727 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505824708727 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708728 DeferredSave.extensions.json DEBUG Save changes -1505824708728 addons.manager DEBUG Registering startup change 'uninstalled' for ubufox@ubuntu.com -1505824708728 addons.xpi DEBUG Removing XPIState for app-system-share:ubufox@ubuntu.com -1505824708729 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":"file:///tmp/tmpaddon","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708729 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":"file:///tmp/tmpaddon-661341","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708729 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":"file:///tmp/tmpaddon-1736c6","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708730 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":"file:///tmp/tmpaddon-d89e4","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708730 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505766829000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":"file:///tmp/tmpaddon-5a00f5","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708730 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708730 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708730 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708730 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708730 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708731 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708731 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708731 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708731 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505824708731 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708731 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824708732 DeferredSave.extensions.json DEBUG Save changes -1505824708732 addons.xpi DEBUG Updating database with changes to installed add-ons -1505824708732 addons.xpi-utils DEBUG Updating add-on states -1505824708742 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505824708743 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505824708745 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0 -1505824708745 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505824708746 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505824708756 addons.xpi DEBUG Calling bootstrap method startup on clicktoplay-rollout@mozilla.org version 1.3 -1505824708787 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505824708788 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505824708789 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 2.05 -1505824708790 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505824708791 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505824708793 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5 -1505824708820 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505824708821 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505824708823 addons.xpi DEBUG Calling bootstrap method startup on followonsearch@mozilla.com version 0.9.3 -1505824708823 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505824708824 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505824708825 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505824708826 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505824708854 addons.xpi DEBUG Calling bootstrap method startup on onboarding@mozilla.org version 0.1 -1505824708854 addons.xpi DEBUG Registering manifest for /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505824708855 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505824708856 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 10.12.0 -1505824708857 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505824708857 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505824708859 addons.xpi DEBUG Calling bootstrap method startup on shield-recipe-client@mozilla.org version 55.1 -1505824708865 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505824708866 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505824708867 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1 -1505824708871 addons.manager DEBUG Registering shutdown blocker for XPIProvider -1505824708871 addons.manager DEBUG Provider finished startup: XPIProvider -1505824708871 addons.manager DEBUG Starting provider: LightweightThemeManager -1505824708871 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager -1505824708871 addons.manager DEBUG Provider finished startup: LightweightThemeManager -1505824708872 addons.manager DEBUG Starting provider: GMPProvider -1505824708875 addons.manager DEBUG Registering shutdown blocker for GMPProvider -1505824708875 addons.manager DEBUG Provider finished startup: GMPProvider -1505824708875 addons.manager DEBUG Starting provider: PluginProvider -1505824708875 addons.manager DEBUG Registering shutdown blocker for PluginProvider -1505824708875 addons.manager DEBUG Provider finished startup: PluginProvider -1505824708876 addons.manager DEBUG Completed startup sequence -1505824708906 Marionette INFO Enabled via --marionette - -(firefox:12349): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12349): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12349): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12349): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12349): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12349): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12349): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12349): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12349): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12349): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12349): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12349): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505824709014 DeferredSave.extensions.json DEBUG Starting timer +1514312806912 DeferredSave.extensions.json DEBUG Save changes +1514312806913 DeferredSave.extensions.json DEBUG Save changes +1514312806913 addons.xpi-utils DEBUG Add-on e10srollout@mozilla.org modified in app-system-defaults +1514312807040 DeferredSave.extensions.json DEBUG Save changes +1514312807040 DeferredSave.extensions.json DEBUG Save changes +1514312807040 addons.xpi-utils DEBUG Add-on webcompat@mozilla.org modified in app-system-defaults +1514312807044 DeferredSave.extensions.json DEBUG Save changes +1514312807045 DeferredSave.extensions.json DEBUG Save changes +1514312807045 addons.xpi-utils DEBUG Add-on aushelper@mozilla.org modified in app-system-defaults +1514312807139 DeferredSave.extensions.json DEBUG Save changes +1514312807139 DeferredSave.extensions.json DEBUG Save changes +1514312807139 addons.xpi-utils DEBUG Add-on followonsearch@mozilla.com modified in app-system-defaults +1514312807143 DeferredSave.extensions.json DEBUG Save changes +1514312807144 DeferredSave.extensions.json DEBUG Save changes +1514312807144 addons.xpi-utils DEBUG Add-on shield-recipe-client@mozilla.org modified in app-system-defaults +1514312807148 DeferredSave.extensions.json DEBUG Save changes +1514312807149 DeferredSave.extensions.json DEBUG Save changes +1514312807149 addons.xpi-utils DEBUG Add-on clicktoplay-rollout@mozilla.org removed from app-system-defaults +1514312807149 DeferredSave.extensions.json DEBUG Save changes +1514312807149 addons.xpi-utils DEBUG Add-on screenshots@mozilla.org modified in app-system-defaults +1514312807154 DeferredSave.extensions.json DEBUG Save changes +1514312807155 DeferredSave.extensions.json DEBUG Save changes +1514312807155 addons.xpi-utils DEBUG New add-on activity-stream@mozilla.org installed in app-system-defaults +1514312807159 DeferredSave.extensions.json DEBUG Save changes +1514312807159 addons.xpi-utils DEBUG New add-on formautofill@mozilla.org installed in app-system-defaults +1514312807341 DeferredSave.extensions.json DEBUG Save changes +1514312807341 addons.xpi-utils DEBUG New add-on onboarding@mozilla.org installed in app-system-defaults +1514312807359 DeferredSave.extensions.json DEBUG Save changes +1514312807360 addons.xpi-utils DEBUG Add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} modified in app-global +1514312807402 DeferredSave.extensions.json DEBUG Save changes +1514312807403 DeferredSave.extensions.json DEBUG Save changes +1514312807403 addons.xpi-utils DEBUG Add-on langpack-en-ZA@firefox.mozilla.org modified in app-global +1514312807568 DeferredSave.extensions.json DEBUG Save changes +1514312807569 DeferredSave.extensions.json DEBUG Save changes +1514312807569 addons.xpi-utils DEBUG Add-on langpack-en-GB@firefox.mozilla.org modified in app-global +1514312807650 DeferredSave.extensions.json DEBUG Save changes +1514312807651 DeferredSave.extensions.json DEBUG Save changes +1514312807652 addons.xpi-utils DEBUG Add-on ubufox@ubuntu.com removed from app-system-share +1514312807652 DeferredSave.extensions.json DEBUG Save changes +1514312807655 addons.manager DEBUG Registering startup change 'changed' for firefox@getpocket.com +1514312807678 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi +1514312807684 addons.xpi DEBUG Calling bootstrap method install on firefox@getpocket.com version 1.0.5 +1514312807684 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible +1514312807685 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":907648,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807686 DeferredSave.extensions.json DEBUG Save changes +1514312807687 addons.manager DEBUG Registering startup change 'changed' for e10srollout@mozilla.org +1514312807715 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi +1514312807764 addons.xpi DEBUG Calling bootstrap method uninstall on e10srollout@mozilla.org version 2.05 +1514312807775 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi +1514312807824 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 3.05 +1514312807827 addons.xpi-utils DEBUG Make addon app-system-defaults:e10srollout@mozilla.org visible +1514312807828 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"3.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13479,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807831 DeferredSave.extensions.json DEBUG Save changes +1514312807832 addons.manager DEBUG Registering startup change 'changed' for webcompat@mozilla.org +1514312807835 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi +1514312807842 addons.xpi DEBUG Calling bootstrap method install on webcompat@mozilla.org version 1.1 +1514312807842 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible +1514312807843 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":9268,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807843 DeferredSave.extensions.json DEBUG Save changes +1514312807844 addons.manager DEBUG Registering startup change 'changed' for aushelper@mozilla.org +1514312807846 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi +1514312807850 addons.xpi DEBUG Calling bootstrap method install on aushelper@mozilla.org version 2.0 +1514312807850 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible +1514312807850 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807851 DeferredSave.extensions.json DEBUG Save changes +1514312807851 addons.manager DEBUG Registering startup change 'changed' for followonsearch@mozilla.com +1514312807852 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi +1514312807867 addons.xpi DEBUG Calling bootstrap method uninstall on followonsearch@mozilla.com version 0.9.3 +1514312807869 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi +1514312807870 addons.xpi DEBUG Calling bootstrap method install on followonsearch@mozilla.com version 0.9.6 +1514312807871 addons.xpi-utils DEBUG Make addon app-system-defaults:followonsearch@mozilla.com visible +1514312807871 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.6","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":18625,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807871 DeferredSave.extensions.json DEBUG Save changes +1514312807872 addons.manager DEBUG Registering startup change 'changed' for shield-recipe-client@mozilla.org +1514312807872 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi +1514312807875 addons.xpi DEBUG Calling bootstrap method install on shield-recipe-client@mozilla.org version 76.1 +1514312807875 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible +1514312807875 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"76.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":364002,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807875 DeferredSave.extensions.json DEBUG Save changes +1514312807876 addons.manager DEBUG Registering startup change 'changed' for screenshots@mozilla.org +1514312807876 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi +1514312807879 addons.xpi DEBUG Calling bootstrap method uninstall on screenshots@mozilla.org version 10.12.0 +1514312807879 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi +1514312807881 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 19.2.0 +1514312807881 addons.xpi-utils DEBUG Make addon app-system-defaults:screenshots@mozilla.org visible +1514312807881 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"19.2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://screenshots.firefox.com/"},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":884473,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807882 DeferredSave.extensions.json DEBUG Save changes +1514312807882 addons.manager DEBUG Registering startup change 'installed' for activity-stream@mozilla.org +1514312807882 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi +1514312807885 addons.xpi DEBUG Calling bootstrap method install on activity-stream@mozilla.org version 2017.11.07.1100-7f4e3634 +1514312807885 addons.xpi-utils DEBUG Make addon app-system-defaults:activity-stream@mozilla.org visible +1514312807885 addons.xpi DEBUG Updating XPIState for {"id":"activity-stream@mozilla.org","syncGUID":"{9f76c7d2-21a2-41de-aa38-e3f9a06dc280}","location":"app-system-defaults","version":"2017.11.07.1100-7f4e3634","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Activity Stream","description":"A rich visual history feed and a reimagined home page make it easier than ever to find exactly what you're looking for in Firefox.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi","skinnable":false,"size":1423182,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807886 DeferredSave.extensions.json DEBUG Save changes +1514312807886 addons.manager DEBUG Registering startup change 'installed' for formautofill@mozilla.org +1514312807886 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi +1514312807887 addons.xpi DEBUG Calling bootstrap method install on formautofill@mozilla.org version 1.0 +1514312807887 addons.xpi-utils DEBUG Make addon app-system-defaults:formautofill@mozilla.org visible +1514312807888 addons.xpi DEBUG Updating XPIState for {"id":"formautofill@mozilla.org","syncGUID":"{976c06d9-680b-49c2-90fa-ba938466d9a1}","location":"app-system-defaults","version":"1.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Form Autofill","description":"Autofill forms with saved profiles","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi","skinnable":false,"size":380181,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807888 DeferredSave.extensions.json DEBUG Save changes +1514312807888 addons.manager DEBUG Registering startup change 'changed' for onboarding@mozilla.org +1514312807888 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi +1514312807922 addons.xpi DEBUG Calling bootstrap method uninstall on onboarding@mozilla.org version 0.1 +console.log: uninstall ADDON_UPGRADE +1514312807925 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/onboarding@mozilla.org.xpi +1514312807927 addons.xpi DEBUG Calling bootstrap method install on onboarding@mozilla.org version 1.0 +1514312807927 addons.xpi-utils DEBUG Make addon app-system-defaults:onboarding@mozilla.org visible +1514312807927 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{370584d9-6c6f-4c2a-9e59-3624b1de1266}","location":"app-system-defaults","version":"1.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/onboarding@mozilla.org.xpi","skinnable":false,"size":550106,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807928 DeferredSave.extensions.json DEBUG Save changes +1514312807928 addons.manager DEBUG Registering startup change 'changed' for {972ce4c6-7e08-4474-a285-3208198ce6fd} +1514312807928 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible +1514312807928 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"57.0.1","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2097,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.0.1"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807929 DeferredSave.extensions.json DEBUG Save changes +1514312807929 addons.manager DEBUG Registering startup change 'changed' for langpack-en-ZA@firefox.mozilla.org +1514312807929 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible +1514312807930 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"57.0.1","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1221317,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807930 DeferredSave.extensions.json DEBUG Save changes +1514312807930 addons.manager DEBUG Registering startup change 'changed' for langpack-en-GB@firefox.mozilla.org +1514312807931 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible +1514312807931 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"57.0.1","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1228082,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807931 DeferredSave.extensions.json DEBUG Save changes +1514312807931 addons.manager DEBUG Registering startup change 'uninstalled' for ubufox@ubuntu.com +1514312807931 addons.xpi DEBUG Removing XPIState for app-system-share:ubufox@ubuntu.com +1514312807931 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi +1514312807933 addons.xpi DEBUG Calling bootstrap method uninstall on clicktoplay-rollout@mozilla.org version 1.3 +1514312807934 addons.manager DEBUG Registering startup change 'uninstalled' for clicktoplay-rollout@mozilla.org +1514312807934 addons.xpi DEBUG Removing XPIState for app-system-addons:clicktoplay-rollout@mozilla.org +1514312807934 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":907648,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807934 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"3.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13479,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807935 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":9268,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807935 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807935 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.6","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":18625,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807935 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"76.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":364002,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807935 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"19.2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://screenshots.firefox.com/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":884473,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807935 addons.xpi DEBUG Updating XPIState for {"id":"activity-stream@mozilla.org","syncGUID":"{9f76c7d2-21a2-41de-aa38-e3f9a06dc280}","location":"app-system-defaults","version":"2017.11.07.1100-7f4e3634","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Activity Stream","description":"A rich visual history feed and a reimagined home page make it easier than ever to find exactly what you're looking for in Firefox.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi","skinnable":false,"size":1423182,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807935 addons.xpi DEBUG Updating XPIState for {"id":"formautofill@mozilla.org","syncGUID":"{976c06d9-680b-49c2-90fa-ba938466d9a1}","location":"app-system-defaults","version":"1.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Form Autofill","description":"Autofill forms with saved profiles","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi","skinnable":false,"size":380181,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807935 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{370584d9-6c6f-4c2a-9e59-3624b1de1266}","location":"app-system-defaults","version":"1.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/onboarding@mozilla.org.xpi","skinnable":false,"size":550106,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807935 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"57.0.1","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2097,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.0.1"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807936 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"57.0.1","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1221317,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807936 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"57.0.1","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1228082,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312807936 DeferredSave.extensions.json DEBUG Save changes +1514312807936 addons.xpi DEBUG Updating database with changes to installed add-ons +1514312807936 addons.xpi-utils DEBUG Updating add-on states +1514312807939 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi +1514312807939 addons.xpi DEBUG Calling bootstrap method startup on activity-stream@mozilla.org version 2017.11.07.1100-7f4e3634 +1514312807940 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi +1514312807940 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0 +1514312807940 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi +1514312807940 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 3.05 +1514312807940 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi +1514312807941 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5 +1514312807947 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi +1514312807948 addons.xpi DEBUG Calling bootstrap method startup on followonsearch@mozilla.com version 0.9.6 +1514312807948 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi +1514312807948 addons.xpi DEBUG Calling bootstrap method startup on formautofill@mozilla.org version 1.0 +1514312807949 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi +1514312807962 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi +1514312807966 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/onboarding@mozilla.org.xpi +1514312807966 addons.xpi DEBUG Calling bootstrap method startup on onboarding@mozilla.org version 1.0 +1514312807967 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi +1514312807967 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 19.2.0 +1514312807968 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi +1514312807968 addons.xpi DEBUG Calling bootstrap method startup on shield-recipe-client@mozilla.org version 76.1 +1514312807969 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi +1514312807969 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1 +1514312807972 addons.manager DEBUG Registering shutdown blocker for XPIProvider +1514312807972 addons.manager DEBUG Provider finished startup: XPIProvider +1514312807972 addons.manager DEBUG Starting provider: LightweightThemeManager +1514312807972 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager +1514312807972 addons.manager DEBUG Provider finished startup: LightweightThemeManager +1514312807972 addons.manager DEBUG Starting provider: GMPProvider +1514312807974 addons.manager DEBUG Registering shutdown blocker for GMPProvider +1514312807974 addons.manager DEBUG Provider finished startup: GMPProvider +1514312807974 addons.manager DEBUG Starting provider: PluginProvider +1514312807974 addons.manager DEBUG Registering shutdown blocker for PluginProvider +1514312807974 addons.manager DEBUG Provider finished startup: PluginProvider +1514312807975 addons.manager DEBUG Completed startup sequence +1514312808083 Marionette INFO Enabled via --marionette + +(firefox:20964): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative + +(firefox:20964): Gtk-WARNING **: Loading IM context type 'ibus' failed + +(firefox:20964): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative + +(firefox:20964): Gtk-WARNING **: Loading IM context type 'ibus' failed + +(firefox:20964): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative + +(firefox:20964): Gtk-WARNING **: Loading IM context type 'ibus' failed + +(firefox:20964): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative + +(firefox:20964): Gtk-WARNING **: Loading IM context type 'ibus' failed + +(firefox:20964): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative + +(firefox:20964): Gtk-WARNING **: Loading IM context type 'ibus' failed + +(firefox:20964): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative + +(firefox:20964): Gtk-WARNING **: Loading IM context type 'ibus' failed +1514312808431 addons.manager DEBUG Starting provider: PreviousExperimentProvider +1514312808431 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider +1514312808431 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider +1514312808503 DeferredSave.extensions.json DEBUG Starting write +1514312809085 DeferredSave.extensions.json DEBUG Write succeeded +1514312809085 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 23 +1514312809214 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi +1514312809215 addons.xpi INFO Mapping e10srollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi +1514312809215 addons.xpi INFO Mapping followonsearch@mozilla.com to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi +1514312809215 addons.xpi INFO Mapping onboarding@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi +1514312809215 addons.xpi INFO Mapping screenshots@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi +1514312809216 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi +1514312809216 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi +1514312809216 addons.xpi INFO Mapping e10srollout@mozilla.org to /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi +1514312809216 addons.xpi INFO Mapping screenshots@mozilla.org to /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi +1514312809216 addons.xpi INFO Mapping activity-stream@mozilla.org to /usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi +1514312809216 addons.xpi INFO Mapping followonsearch@mozilla.com to /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi +1514312809216 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi +1514312809216 addons.xpi INFO Mapping formautofill@mozilla.org to /usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi +1514312809216 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi +1514312809216 addons.xpi INFO Mapping onboarding@mozilla.org to /usr/lib/firefox/browser/features/onboarding@mozilla.org.xpi +1514312809217 addons.xpi DEBUG Existing add-on shield-recipe-client@mozilla.org in app-system-defaults +1514312809217 addons.xpi DEBUG Existing add-on aushelper@mozilla.org in app-system-defaults +1514312809217 addons.xpi DEBUG Existing add-on e10srollout@mozilla.org in app-system-defaults +1514312809217 addons.xpi DEBUG Existing add-on screenshots@mozilla.org in app-system-defaults +1514312809217 addons.xpi DEBUG Existing add-on activity-stream@mozilla.org in app-system-defaults +1514312809217 addons.xpi DEBUG Existing add-on followonsearch@mozilla.com in app-system-defaults +1514312809218 addons.xpi DEBUG Existing add-on firefox@getpocket.com in app-system-defaults +1514312809218 addons.xpi DEBUG Existing add-on formautofill@mozilla.org in app-system-defaults +1514312809218 addons.xpi DEBUG Existing add-on webcompat@mozilla.org in app-system-defaults +1514312809218 addons.xpi DEBUG Existing add-on onboarding@mozilla.org in app-system-defaults +1514312809218 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi +1514312809218 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi +1514312809218 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi +1514312809218 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global +1514312809219 addons.xpi DEBUG Existing add-on langpack-en-ZA@firefox.mozilla.org in app-global +1514312809219 addons.xpi DEBUG Existing add-on langpack-en-GB@firefox.mozilla.org in app-global +1514312809219 addons.xpi DEBUG getInstallState changed: true, state: {} +1514312809220 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible +1514312809221 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":907648,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809221 DeferredSave.extensions.json DEBUG Save changes +1514312809221 addons.xpi-utils DEBUG Make addon app-system-defaults:e10srollout@mozilla.org visible +1514312809221 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"3.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13479,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809221 DeferredSave.extensions.json DEBUG Save changes +1514312809222 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible +1514312809222 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":9268,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809222 DeferredSave.extensions.json DEBUG Save changes +1514312809222 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible +1514312809222 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809222 DeferredSave.extensions.json DEBUG Save changes +1514312809222 addons.xpi-utils DEBUG Make addon app-system-defaults:followonsearch@mozilla.com visible +1514312809223 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.6","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":18625,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809223 DeferredSave.extensions.json DEBUG Save changes +1514312809223 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible +1514312809223 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"76.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":364002,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809223 DeferredSave.extensions.json DEBUG Save changes +1514312809223 addons.xpi-utils DEBUG Make addon app-system-defaults:screenshots@mozilla.org visible +1514312809223 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"19.2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://screenshots.firefox.com/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":884473,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809224 DeferredSave.extensions.json DEBUG Save changes +1514312809224 addons.xpi-utils DEBUG Make addon app-system-defaults:activity-stream@mozilla.org visible +1514312809224 addons.xpi DEBUG Updating XPIState for {"id":"activity-stream@mozilla.org","syncGUID":"{9f76c7d2-21a2-41de-aa38-e3f9a06dc280}","location":"app-system-defaults","version":"2017.11.07.1100-7f4e3634","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Activity Stream","description":"A rich visual history feed and a reimagined home page make it easier than ever to find exactly what you're looking for in Firefox.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi","skinnable":false,"size":1423182,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809224 DeferredSave.extensions.json DEBUG Save changes +1514312809224 addons.xpi-utils DEBUG Make addon app-system-defaults:formautofill@mozilla.org visible +1514312809224 addons.xpi DEBUG Updating XPIState for {"id":"formautofill@mozilla.org","syncGUID":"{976c06d9-680b-49c2-90fa-ba938466d9a1}","location":"app-system-defaults","version":"1.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Form Autofill","description":"Autofill forms with saved profiles","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi","skinnable":false,"size":380181,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809225 DeferredSave.extensions.json DEBUG Save changes +1514312809225 addons.xpi-utils DEBUG Make addon app-system-defaults:onboarding@mozilla.org visible +1514312809225 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{370584d9-6c6f-4c2a-9e59-3624b1de1266}","location":"app-system-defaults","version":"1.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/onboarding@mozilla.org.xpi","skinnable":false,"size":550106,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809225 DeferredSave.extensions.json DEBUG Save changes +1514312809225 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible +1514312809225 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"57.0.1","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2097,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.0.1"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809226 DeferredSave.extensions.json DEBUG Save changes +1514312809226 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible +1514312809226 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"57.0.1","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1221317,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809226 DeferredSave.extensions.json DEBUG Save changes +1514312809226 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible +1514312809226 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"57.0.1","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1228082,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809226 DeferredSave.extensions.json DEBUG Save changes +1514312809227 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":907648,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809227 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"3.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13479,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809227 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":9268,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809227 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809227 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.6","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":18625,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809227 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"76.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":364002,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809227 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"19.2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://screenshots.firefox.com/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":884473,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809227 addons.xpi DEBUG Updating XPIState for {"id":"activity-stream@mozilla.org","syncGUID":"{9f76c7d2-21a2-41de-aa38-e3f9a06dc280}","location":"app-system-defaults","version":"2017.11.07.1100-7f4e3634","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Activity Stream","description":"A rich visual history feed and a reimagined home page make it easier than ever to find exactly what you're looking for in Firefox.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi","skinnable":false,"size":1423182,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809227 addons.xpi DEBUG Updating XPIState for {"id":"formautofill@mozilla.org","syncGUID":"{976c06d9-680b-49c2-90fa-ba938466d9a1}","location":"app-system-defaults","version":"1.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Form Autofill","description":"Autofill forms with saved profiles","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi","skinnable":false,"size":380181,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809227 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{370584d9-6c6f-4c2a-9e59-3624b1de1266}","location":"app-system-defaults","version":"1.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/onboarding@mozilla.org.xpi","skinnable":false,"size":550106,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809227 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"57.0.1","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2097,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.0.1"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809227 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"57.0.1","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1221317,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809228 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"57.0.1","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1228082,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514312809228 DeferredSave.extensions.json DEBUG Save changes +1514312809228 addons.xpi DEBUG Updating database with changes to installed add-ons +1514312809228 addons.xpi-utils DEBUG Updating add-on states +1514312809228 DeferredSave.extensions.json DEBUG Starting timer +1514312809341 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809341 DeferredSave.webext.sc.lz4 DEBUG Starting timer +1514312809355 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809371 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809371 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809371 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809372 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809373 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809374 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809375 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809376 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809377 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809378 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809379 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809380 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809381 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809381 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809383 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809383 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809385 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809386 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809387 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809387 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809388 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809388 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809391 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809391 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809392 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809393 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809393 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809394 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809394 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809394 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809395 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809396 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809397 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809397 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809398 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809398 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809399 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809400 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809400 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809400 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809400 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809402 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809402 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809403 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809404 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809404 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809405 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809407 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809407 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809409 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809415 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809528 Marionette INFO Listening on port 44283 +1514312809535 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809535 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514312809634 Marionette WARN TLS certificate errors will be ignored for this session +1514312809727 Marionette DEBUG Register listener.js for window 2147483649 +1514312810145 DeferredSave.extensions.json DEBUG Starting write +1514312810145 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" +1514312810148 DeferredSave.extensions.json DEBUG Write succeeded +1514312810166 Marionette DEBUG Received DOM event "pagehide" for "about:blank" +1514312810166 Marionette DEBUG Received DOM event "unload" for "about:blank" +1514312810895 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" +1514312810897 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" +1514312813064 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" +1514312813080 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" +1514312813080 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" +1514312813770 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" +1514312813777 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" +JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined +JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined +1514312814343 DeferredSave.webext.sc.lz4 DEBUG Starting write +1514312814344 DeferredSave.webext.sc.lz4 DEBUG Write succeeded +1514312816086 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" +1514312816100 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" +1514312816100 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" +1514312816763 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" +1514312816765 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" +1514312819065 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" +1514312819078 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" +1514312819079 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" +1514312819958 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" +1514312819962 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" +1514312822142 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" +1514312822157 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" +1514312822158 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" +1514312822866 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" +1514312822868 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" +1514312825045 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" +1514312825057 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" +1514312825057 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" +1514312825866 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" +1514312825868 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" +1514312828137 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" +1514312828152 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" +1514312828152 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" +1514312828926 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" +1514312828928 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" +1514312831133 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" +1514312831168 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" +1514312831168 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" +1514312832279 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" +1514312832282 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" +1514312834514 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" +1514312834584 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" +1514312834585 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" +1514312835827 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" +1514312835839 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" +1514312838001 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" +1514312838017 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" +1514312838017 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" +1514312838089 DeferredSave.extensions.json DEBUG Save changes +1514312838089 DeferredSave.extensions.json DEBUG Starting timer +1514312838113 DeferredSave.extensions.json DEBUG Starting write +1514312838115 DeferredSave.extensions.json DEBUG Write succeeded +1514312838711 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" +1514312838713 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" +1514312841041 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" +1514312841054 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" +1514312841054 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" +1514312841786 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" +1514312841788 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" +1514312843943 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" +1514312843956 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" +1514312843956 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" +1514312844664 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" +1514312844667 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" +1514312846885 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" +1514312846899 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" +1514312846899 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" +1514312847588 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" +1514312847592 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" +1514312849748 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" +1514312849760 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" +1514312849760 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" +1514312850479 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" +1514312850482 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" +1514312852674 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" +1514312852687 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" +1514312852688 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" +1514312853378 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" +1514312853380 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" +1514312855531 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" +1514312855548 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" +1514312855548 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" +1514312856562 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown-Here-Cheatsheet" +1514312856564 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown-Here-Cheatsheet" + +(firefox:20964): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative + +(firefox:20964): Gtk-WARNING **: Loading IM context type 'ibus' failed + +(firefox:20964): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative + +(firefox:20964): Gtk-WARNING **: Loading IM context type 'ibus' failed +1514312858684 addons.xpi DEBUG Calling bootstrap method shutdown on webcompat@mozilla.org version 1.1 +1514312858685 addons.xpi DEBUG Calling bootstrap method shutdown on shield-recipe-client@mozilla.org version 76.1 +1514312858685 addons.xpi DEBUG Calling bootstrap method shutdown on screenshots@mozilla.org version 19.2.0 +1514312858690 addons.xpi DEBUG Calling bootstrap method shutdown on onboarding@mozilla.org version 1.0 +1514312858691 addons.xpi DEBUG Calling bootstrap method shutdown on formautofill@mozilla.org version 1.0 +1514312858691 addons.xpi DEBUG Calling bootstrap method shutdown on followonsearch@mozilla.com version 0.9.6 +1514312858691 addons.xpi DEBUG Calling bootstrap method shutdown on firefox@getpocket.com version 1.0.5 +1514312858692 addons.xpi DEBUG Calling bootstrap method shutdown on e10srollout@mozilla.org version 3.05 +1514312858692 addons.xpi DEBUG Calling bootstrap method shutdown on aushelper@mozilla.org version 2.0 +1514312858692 addons.xpi DEBUG Calling bootstrap method shutdown on activity-stream@mozilla.org version 2017.11.07.1100-7f4e3634 +[Child 21011, Chrome_ChildThread] WARNING: pipe error (21): Connection reset by peer: file /build/firefox-Kmjk5c/firefox-57.0.1+build2/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 +[Child 21011, Chrome_ChildThread] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-Kmjk5c/firefox-57.0.1+build2/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 +1514313165609 geckodriver INFO geckodriver 0.19.0 +1514313165642 geckodriver INFO Listening on 127.0.0.1:57997 +1514313167913 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.KGF5sFzXR3LJ" +1514313169133 addons.manager DEBUG Application has been upgraded +1514313169239 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider", "XPIInternal"] +1514313169243 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] +1514313169336 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm +1514313169338 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm +1514313169339 addons.manager DEBUG Starting provider: XPIProvider +1514313169339 addons.xpi DEBUG startup +1514313169339 addons.xpi INFO SystemAddonInstallLocation scanning directory /tmp/rust_mozprofile.KGF5sFzXR3LJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8} +1514313169339 addons.xpi INFO Removing all system add-on upgrades. +1514313169340 addons.xpi DEBUG checkForChanges +1514313169340 addons.xpi DEBUG Loaded add-on state: {"app-system-addons":{"addons":{"clicktoplay-rollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","version":"1.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","version":"2.05","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","version":"0.9.3","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"onboarding@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","version":"0.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":true,"lastModifiedTime":1505766829000,"path":"/home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","version":"10.12.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}}},"app-system-defaults":{"addons":{"firefox@getpocket.com":{"enabled":true,"lastModifiedTime":1502895176000,"path":"firefox@getpocket.com.xpi","version":"1.0.5","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"e10srollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"e10srollout@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"aushelper@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"aushelper@mozilla.org.xpi","version":"2.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"webcompat@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"webcompat@mozilla.org.xpi","version":"1.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"followonsearch@mozilla.com":{"enabled":false,"lastModifiedTime":1502895176000,"path":"followonsearch@mozilla.com.xpi","version":"0.9.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"shield-recipe-client@mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"shield-recipe-client@mozilla.org.xpi","version":"55.1","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"clicktoplay-rollout@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"clicktoplay-rollout@mozilla.org.xpi","version":"1.2","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false},"screenshots@mozilla.org":{"enabled":false,"lastModifiedTime":1502895176000,"path":"screenshots@mozilla.org.xpi","version":"10.10.0","bootstrapped":true,"dependencies":[],"runInSafeMode":true,"hasEmbeddedWebExtension":false}},"path":"/usr/lib/firefox/browser/features"},"app-global":{"addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"enabled":true,"lastModifiedTime":1502895176000,"path":"{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","version":"55.0.2","type":"theme","currentModifiedTime":1511994878000},"langpack-en-ZA@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-ZA@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1511994878000},"langpack-en-GB@firefox.mozilla.org":{"enabled":true,"lastModifiedTime":1502895176000,"path":"langpack-en-GB@firefox.mozilla.org.xpi","version":"55.0.2","type":"locale","bootstrapped":true,"dependencies":[],"runInSafeMode":false,"hasEmbeddedWebExtension":false,"currentModifiedTime":1511994878000}},"path":"/usr/lib/firefox/browser/extensions","checkStartupModifications":true,"changed":true},"app-system-share":{"addons":{"ubufox@ubuntu.com":{"enabled":true,"lastModifiedTime":1502719294000,"path":"ubufox@ubuntu.com.xpi","version":"3.4"}},"path":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","checkStartupModifications":true,"changed":true}} +1514313169342 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi +1514313169342 addons.xpi INFO Mapping e10srollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi +1514313169342 addons.xpi INFO Mapping followonsearch@mozilla.com to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi +1514313169342 addons.xpi INFO Mapping onboarding@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi +1514313169343 addons.xpi INFO Mapping screenshots@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi +1514313169343 addons.xpi INFO Mapping followonsearch@mozilla.com to /tmp/rust_mozprofile.KGF5sFzXR3LJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi +1514313169343 addons.xpi INFO Mapping onboarding@mozilla.org to /tmp/rust_mozprofile.KGF5sFzXR3LJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi +1514313169343 addons.xpi INFO Mapping e10srollout@mozilla.org to /tmp/rust_mozprofile.KGF5sFzXR3LJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi +1514313169343 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /tmp/rust_mozprofile.KGF5sFzXR3LJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi +1514313169344 addons.xpi INFO Mapping screenshots@mozilla.org to /tmp/rust_mozprofile.KGF5sFzXR3LJ/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi +1514313169345 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi +1514313169345 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi +1514313169345 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi +1514313169345 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi +1514313169346 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi +1514313169346 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi +1514313169346 addons.xpi INFO Mapping e10srollout@mozilla.org to /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi +1514313169346 addons.xpi INFO Mapping screenshots@mozilla.org to /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi +1514313169346 addons.xpi INFO Mapping activity-stream@mozilla.org to /usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi +1514313169346 addons.xpi INFO Mapping followonsearch@mozilla.com to /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi +1514313169346 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi +1514313169346 addons.xpi INFO Mapping formautofill@mozilla.org to /usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi +1514313169346 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi +1514313169346 addons.xpi INFO Mapping onboarding@mozilla.org to /usr/lib/firefox/browser/features/onboarding@mozilla.org.xpi +1514313169347 addons.xpi DEBUG Changed add-on shield-recipe-client@mozilla.org in app-system-defaults +1514313169360 addons.xpi DEBUG Changed add-on aushelper@mozilla.org in app-system-defaults +1514313169360 addons.xpi DEBUG Changed add-on e10srollout@mozilla.org in app-system-defaults +1514313169361 addons.xpi DEBUG Changed add-on screenshots@mozilla.org in app-system-defaults +1514313169361 addons.xpi DEBUG New add-on activity-stream@mozilla.org in app-system-defaults +1514313169361 addons.xpi INFO Mapping activity-stream@mozilla.org to /usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi +1514313169361 addons.xpi DEBUG Changed add-on followonsearch@mozilla.com in app-system-defaults +1514313169362 addons.xpi DEBUG Changed add-on firefox@getpocket.com in app-system-defaults +1514313169362 addons.xpi DEBUG New add-on formautofill@mozilla.org in app-system-defaults +1514313169362 addons.xpi INFO Mapping formautofill@mozilla.org to /usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi +1514313169362 addons.xpi DEBUG Changed add-on webcompat@mozilla.org in app-system-defaults +1514313169362 addons.xpi DEBUG New add-on onboarding@mozilla.org in app-system-defaults +1514313169362 addons.xpi INFO Mapping onboarding@mozilla.org to /usr/lib/firefox/browser/features/onboarding@mozilla.org.xpi +1514313169363 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi +1514313169363 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi +1514313169363 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi +1514313169364 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi +1514313169364 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi +1514313169364 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi +1514313169365 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global +1514313169365 addons.xpi DEBUG Existing add-on langpack-en-ZA@firefox.mozilla.org in app-global +1514313169365 addons.xpi DEBUG Existing add-on langpack-en-GB@firefox.mozilla.org in app-global +1514313169365 addons.xpi DEBUG getInstallState changed: true, state: {} +1514313169365 addons.xpi INFO SystemAddonInstallLocation directory is missing +1514313169370 addons.xpi-utils DEBUG Opening XPI database /tmp/rust_mozprofile.KGF5sFzXR3LJ/extensions.json +1514313169371 addons.xpi-utils DEBUG JSON schema mismatch: expected 23, actual 21 +1514313169374 addons.xpi-utils DEBUG Successfully read XPI database +1514313169376 addons.xpi-utils DEBUG Add-on clicktoplay-rollout@mozilla.org removed from app-system-addons +1514313169379 DeferredSave.extensions.json DEBUG Save changes +1514313169379 addons.xpi-utils DEBUG Add-on e10srollout@mozilla.org removed from app-system-addons +1514313169380 DeferredSave.extensions.json DEBUG Save changes +1514313169380 addons.xpi-utils DEBUG Add-on followonsearch@mozilla.com removed from app-system-addons +1514313169380 DeferredSave.extensions.json DEBUG Save changes +1514313169380 addons.xpi-utils DEBUG Add-on onboarding@mozilla.org removed from app-system-addons +1514313169380 DeferredSave.extensions.json DEBUG Save changes +1514313169380 addons.xpi-utils DEBUG Add-on screenshots@mozilla.org removed from app-system-addons +1514313169381 DeferredSave.extensions.json DEBUG Save changes +1514313169381 addons.xpi-utils DEBUG Add-on firefox@getpocket.com modified in app-system-defaults +1514313169390 DeferredSave.extensions.json DEBUG Starting timer *** Blocklist::_loadBlocklistFromFile: blocklist is disabled -1505824709049 addons.manager DEBUG Starting provider: PreviousExperimentProvider -1505824709049 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider -1505824709049 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider -1505824709066 DeferredSave.extensions.json DEBUG Starting write -1505824709143 DeferredSave.extensions.json DEBUG Write succeeded -1505824709143 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 21 -1505824709624 addons.manager DEBUG Starting provider: -1505824709624 addons.manager DEBUG Registering shutdown blocker for -1505824709625 addons.manager DEBUG Provider finished startup: -1505824709633 addons.xpi INFO Mapping followonsearch@mozilla.com to /tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505824709633 addons.xpi INFO Mapping onboarding@mozilla.org to /tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505824709633 addons.xpi INFO Mapping e10srollout@mozilla.org to /tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505824709633 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505824709633 addons.xpi INFO Mapping screenshots@mozilla.org to /tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505824709634 addons.xpi DEBUG Changed add-on followonsearch@mozilla.com in app-system-addons -1505824709634 addons.xpi DEBUG Changed add-on onboarding@mozilla.org in app-system-addons -1505824709634 addons.xpi DEBUG Changed add-on e10srollout@mozilla.org in app-system-addons -1505824709635 addons.xpi DEBUG Changed add-on clicktoplay-rollout@mozilla.org in app-system-addons -1505824709635 addons.xpi DEBUG Changed add-on screenshots@mozilla.org in app-system-addons -1505824709636 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi -1505824709636 addons.xpi INFO Mapping followonsearch@mozilla.com to /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi -1505824709636 addons.xpi INFO Mapping e10srollout@mozilla.org to /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi -1505824709636 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi -1505824709636 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi -1505824709637 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi -1505824709637 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi -1505824709637 addons.xpi INFO Mapping screenshots@mozilla.org to /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi -1505824709637 addons.xpi DEBUG Existing add-on firefox@getpocket.com in app-system-defaults -1505824709638 addons.xpi DEBUG Existing add-on followonsearch@mozilla.com in app-system-defaults -1505824709638 addons.xpi DEBUG Existing add-on e10srollout@mozilla.org in app-system-defaults -1505824709638 addons.xpi DEBUG Existing add-on shield-recipe-client@mozilla.org in app-system-defaults -1505824709638 addons.xpi DEBUG Existing add-on aushelper@mozilla.org in app-system-defaults -1505824709639 addons.xpi DEBUG Existing add-on clicktoplay-rollout@mozilla.org in app-system-defaults -1505824709639 addons.xpi DEBUG Existing add-on webcompat@mozilla.org in app-system-defaults -1505824709639 addons.xpi DEBUG Existing add-on screenshots@mozilla.org in app-system-defaults -1505824709639 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -1505824709639 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi -1505824709639 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi -1505824709640 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global -1505824709640 addons.xpi DEBUG Existing add-on langpack-en-ZA@firefox.mozilla.org in app-global -1505824709640 addons.xpi DEBUG Existing add-on langpack-en-GB@firefox.mozilla.org in app-global -1505824709640 addons.xpi DEBUG getInstallState changed: true, state: {} -1505824709641 addons.xpi-utils DEBUG Add-on clicktoplay-rollout@mozilla.org modified in app-system-addons -1505824709683 DeferredSave.extensions.json DEBUG Save changes -1505824709684 DeferredSave.extensions.json DEBUG Save changes -1505824709684 addons.xpi-utils DEBUG Add-on e10srollout@mozilla.org modified in app-system-addons -1505824709686 DeferredSave.extensions.json DEBUG Starting timer -1505824709694 DeferredSave.extensions.json DEBUG Save changes -1505824709695 DeferredSave.extensions.json DEBUG Save changes -1505824709695 addons.xpi-utils DEBUG Add-on followonsearch@mozilla.com modified in app-system-addons -1505824709702 DeferredSave.extensions.json DEBUG Save changes -1505824709703 DeferredSave.extensions.json DEBUG Save changes -1505824709703 addons.xpi-utils DEBUG Add-on onboarding@mozilla.org modified in app-system-addons -1505824709710 DeferredSave.extensions.json DEBUG Starting write -1505824709725 DeferredSave.extensions.json DEBUG Write succeeded -1505824709726 DeferredSave.extensions.json DEBUG Save changes -1505824709727 DeferredSave.extensions.json DEBUG Save changes -1505824709727 addons.xpi-utils DEBUG Add-on screenshots@mozilla.org modified in app-system-addons -1505824709728 DeferredSave.extensions.json DEBUG Starting timer -1505824709798 DeferredSave.extensions.json DEBUG Starting write -1505824709815 DeferredSave.extensions.json DEBUG Save changes -1505824709815 DeferredSave.extensions.json DEBUG Data changed while write in progress -1505824709816 DeferredSave.extensions.json DEBUG Save changes -1505824709817 addons.xpi DEBUG Calling bootstrap method uninstall on clicktoplay-rollout@mozilla.org version 1.3 -1505824709821 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi -1505824709824 addons.xpi DEBUG Calling bootstrap method install on clicktoplay-rollout@mozilla.org version 1.3 -1505824709824 addons.xpi-utils DEBUG Make addon app-system-addons:clicktoplay-rollout@mozilla.org visible -1505824709825 addons.xpi-utils DEBUG Hide addon app-system-defaults:clicktoplay-rollout@mozilla.org -1505824709825 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709825 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824708000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709826 DeferredSave.extensions.json DEBUG Save changes -1505824709826 addons.xpi DEBUG Calling bootstrap method uninstall on e10srollout@mozilla.org version 2.05 -1505824709828 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi -1505824709830 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 2.05 -1505824709831 addons.xpi-utils DEBUG Make addon app-system-addons:e10srollout@mozilla.org visible -1505824709831 addons.xpi-utils DEBUG Hide addon app-system-defaults:e10srollout@mozilla.org -1505824709831 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709831 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824708000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709831 DeferredSave.extensions.json DEBUG Save changes -1505824709832 addons.xpi DEBUG Calling bootstrap method uninstall on followonsearch@mozilla.com version 0.9.3 -1505824709834 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi -1505824709835 addons.xpi DEBUG Calling bootstrap method install on followonsearch@mozilla.com version 0.9.3 -1505824709835 addons.xpi-utils DEBUG Make addon app-system-addons:followonsearch@mozilla.com visible -1505824709836 addons.xpi-utils DEBUG Hide addon app-system-defaults:followonsearch@mozilla.com -1505824709836 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709836 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824708000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709836 DeferredSave.extensions.json DEBUG Save changes -1505824709837 addons.xpi DEBUG Calling bootstrap method uninstall on onboarding@mozilla.org version 0.1 -console.log: uninstall ADDON_DOWNGRADE -1505824709840 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi -1505824709867 addons.xpi DEBUG Calling bootstrap method install on onboarding@mozilla.org version 0.1 -console.log: install ADDON_DOWNGRADE -1505824709868 addons.xpi-utils DEBUG Make addon app-system-addons:onboarding@mozilla.org visible -1505824709868 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824708000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709868 DeferredSave.extensions.json DEBUG Save changes -1505824709869 addons.xpi DEBUG Calling bootstrap method uninstall on screenshots@mozilla.org version 10.12.0 -1505824709870 addons.xpi DEBUG Loading bootstrap scope from /tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi -1505824709872 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 10.12.0 -1505824709872 addons.xpi-utils DEBUG Make addon app-system-addons:screenshots@mozilla.org visible -1505824709872 addons.xpi-utils DEBUG Hide addon app-system-defaults:screenshots@mozilla.org -1505824709873 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709875 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824708000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709875 DeferredSave.extensions.json DEBUG Save changes -1505824709876 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible -1505824709876 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709877 DeferredSave.extensions.json DEBUG Save changes -1505824709877 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible -1505824709877 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709878 DeferredSave.extensions.json DEBUG Save changes -1505824709878 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible -1505824709878 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709879 DeferredSave.extensions.json DEBUG Save changes -1505824709879 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible -1505824709879 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709880 DeferredSave.extensions.json DEBUG Save changes -1505824709880 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible -1505824709880 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505824709881 DeferredSave.extensions.json DEBUG Save changes -1505824709881 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible -1505824709881 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709882 DeferredSave.extensions.json DEBUG Save changes -1505824709882 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible -1505824709882 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709883 DeferredSave.extensions.json DEBUG Save changes -1505824709883 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{8a52d9b0-9653-4fa5-bf31-fc546fb97688}","location":"app-system-addons","version":"1.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824708000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":10235,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709884 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{f84d249f-0fd8-469c-8c7f-644b824aef08}","location":"app-system-addons","version":"2.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824708000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi","skinnable":false,"size":17848,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709884 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{3228f11e-4224-4f92-bac3-306864209701}","location":"app-system-addons","version":"0.9.3","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824708000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi","skinnable":false,"size":21657,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709884 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{be70344b-fb97-4e15-aeb3-e53f61566534}","location":"app-system-addons","version":"0.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding for Shield study","creator":"Rex Lee ","homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824708000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi","skinnable":false,"size":595152,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709884 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{e63b3cc6-5e2f-4109-8e64-4137bcc7ff88}","location":"app-system-addons","version":"10.12.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1505766829000,"updateDate":1505824708000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/tmp/rust_mozprofile.3J7i7EJgoHZ6/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi","skinnable":false,"size":756267,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":3,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709884 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":855802,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709884 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13287,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709885 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":8992,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709885 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709885 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":16730,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709885 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"55.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":140305,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709885 addons.xpi DEBUG Updating XPIState for {"id":"clicktoplay-rollout@mozilla.org","syncGUID":"{d12a3e7b-0b4f-4b82-97f6-81442c5943a4}","location":"app-system-defaults","version":"1.2","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Click-to-Play staged rollout","description":"Staged rollout for Click-to-Play Flash.","creator":null,"homepageURL":null},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/clicktoplay-rollout@mozilla.org.xpi","skinnable":false,"size":5621,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709885 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"10.10.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":false,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":651762,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709885 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"55.0.2","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2918,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.0.2"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null} -1505824709886 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1228236,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709886 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"55.0.2","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1502895176000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1230880,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"55.0.2","maxVersion":"55.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null} -1505824709887 DeferredSave.extensions.json DEBUG Save changes -1505824709887 addons.xpi DEBUG Updating database with changes to installed add-ons -1505824709887 addons.xpi-utils DEBUG Updating add-on states -1505824709893 DeferredSave.extensions.json DEBUG Write succeeded -1505824709893 DeferredSave.extensions.json DEBUG Starting timer -1505824709940 DeferredSave.extensions.json DEBUG Starting write -1505824709946 DeferredSave.extensions.json DEBUG Write succeeded -1505824710001 Marionette INFO Listening on port 35509 -JavaScript error: chrome://marionette/content/server.js, line 337: NS_ERROR_SOCKET_ADDRESS_IN_USE: Component returned failure code: 0x804b0036 (NS_ERROR_SOCKET_ADDRESS_IN_USE) [nsIServerSocket.initSpecialConnection] -1505824710083 Marionette WARN TLS certificate errors will be ignored for this session -1505824710145 Marionette DEBUG loaded listener.js -1505824710171 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" -1505824710184 Marionette DEBUG Received DOM event "pagehide" for "about:blank" -1505824710184 Marionette DEBUG Received DOM event "unload" for "about:blank" -1505824710370 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/index-static.html" -1505824710372 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/index-static.html" -1505824712673 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/index-static.html" -1505824712681 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/index-static.html" -1505824712681 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/index-static.html" -1505824712841 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505824712844 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505824715075 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505824715082 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505824715083 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bookmarklet" -1505824715247 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505824715249 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505824717761 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505824717768 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505824717769 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" -1505824717914 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505824717916 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505824720165 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505824720171 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505824720172 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test%20Target" -1505824720350 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505824720352 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505824722584 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505824722590 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505824722590 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" -1505824722768 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505824722771 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505824725245 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505824725252 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505824725252 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" -1505824725420 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505824725422 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505824727861 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505824727875 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505824727875 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" -1505824728040 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505824728043 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505824730309 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505824730317 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505824730317 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" -1505824730485 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505824730487 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505824732736 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505824732744 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505824732744 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" -1505824732915 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505824732916 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505824735222 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505824735233 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505824735233 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" -1505824735399 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505824735401 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505824737733 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505824737738 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505824737739 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" -1505824737900 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505824737902 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505824738979 DeferredSave.extensions.json DEBUG Save changes -1505824738980 DeferredSave.extensions.json DEBUG Starting timer -1505824739002 DeferredSave.extensions.json DEBUG Starting write -1505824739006 DeferredSave.extensions.json DEBUG Write succeeded -1505824740138 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505824740144 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505824740144 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" -1505824740306 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505824740308 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505824742584 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505824742593 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505824742593 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" -1505824742748 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505824742749 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505824745077 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505824745082 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505824745082 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" -1505824745234 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505824745235 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505824747476 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505824747484 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505824747484 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Link%20Test" -1505824747651 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505824747654 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505824749843 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505824749849 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505824749849 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" -1505824750038 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505824750040 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505824752328 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505824752335 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505824752336 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" -1505824752494 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505824752496 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505824754713 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505824754720 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505824754721 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" -1505824754867 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#blockquotes" -1505824754868 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#blockquotes" -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -JavaScript error: http://localhost:8888/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined -1505824757331 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#emphasis" -1505824759815 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#headers" -1505824762304 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#tables" -1505824764784 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#videos" -1505824767231 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#images" -1505824769705 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#lists" -1505824772191 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#lines" -1505824774652 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#code" -1505824777105 Marionette DEBUG Received DOM event "hashchange" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505824779529 Marionette DEBUG Received DOM event "beforeunload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505824779534 Marionette DEBUG Received DOM event "pagehide" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505824779536 Marionette DEBUG Received DOM event "unload" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet#html" -1505824779701 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown-Here-Cheatsheet" -1505824779703 Marionette DEBUG Received DOM event "pageshow" for "http://localhost:8888/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown-Here-Cheatsheet" - -(firefox:12349): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12349): Gtk-WARNING **: Loading IM context type 'ibus' failed - -(firefox:12349): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative - -(firefox:12349): Gtk-WARNING **: Loading IM context type 'ibus' failed -1505824781808 Marionette INFO New connections will no longer be accepted -1505824781823 addons.xpi DEBUG Calling bootstrap method shutdown on webcompat@mozilla.org version 1.1 -1505824781824 addons.xpi DEBUG Calling bootstrap method shutdown on shield-recipe-client@mozilla.org version 55.1 -1505824781826 addons.xpi DEBUG Calling bootstrap method shutdown on screenshots@mozilla.org version 10.12.0 -1505824781827 addons.xpi DEBUG Calling bootstrap method shutdown on onboarding@mozilla.org version 0.1 -console.log: shutdown APP_SHUTDOWN -1505824781828 addons.xpi DEBUG Calling bootstrap method shutdown on followonsearch@mozilla.com version 0.9.3 -1505824781828 addons.xpi DEBUG Calling bootstrap method shutdown on firefox@getpocket.com version 1.0.5 -1505824781828 addons.xpi DEBUG Calling bootstrap method shutdown on e10srollout@mozilla.org version 2.05 -1505824781829 addons.xpi DEBUG Calling bootstrap method shutdown on clicktoplay-rollout@mozilla.org version 1.3 -1505824781829 addons.xpi DEBUG Calling bootstrap method shutdown on aushelper@mozilla.org version 2.0 -[Child 12399] WARNING: pipe error (20): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -[Child 12399] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-qZqDB8/firefox-55.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353 +1514313169396 DeferredSave.extensions.json DEBUG Save changes +1514313169396 DeferredSave.extensions.json DEBUG Save changes +1514313169396 addons.xpi-utils DEBUG Add-on e10srollout@mozilla.org modified in app-system-defaults +1514313169416 DeferredSave.extensions.json DEBUG Save changes +1514313169417 DeferredSave.extensions.json DEBUG Save changes +1514313169417 addons.xpi-utils DEBUG Add-on webcompat@mozilla.org modified in app-system-defaults +1514313169419 DeferredSave.extensions.json DEBUG Save changes +1514313169419 DeferredSave.extensions.json DEBUG Save changes +1514313169420 addons.xpi-utils DEBUG Add-on aushelper@mozilla.org modified in app-system-defaults +1514313169422 DeferredSave.extensions.json DEBUG Save changes +1514313169423 DeferredSave.extensions.json DEBUG Save changes +1514313169423 addons.xpi-utils DEBUG Add-on followonsearch@mozilla.com modified in app-system-defaults +1514313169425 DeferredSave.extensions.json DEBUG Save changes +1514313169426 DeferredSave.extensions.json DEBUG Save changes +1514313169426 addons.xpi-utils DEBUG Add-on shield-recipe-client@mozilla.org modified in app-system-defaults +1514313169429 DeferredSave.extensions.json DEBUG Save changes +1514313169430 DeferredSave.extensions.json DEBUG Save changes +1514313169430 addons.xpi-utils DEBUG Add-on clicktoplay-rollout@mozilla.org removed from app-system-defaults +1514313169430 DeferredSave.extensions.json DEBUG Save changes +1514313169430 addons.xpi-utils DEBUG Add-on screenshots@mozilla.org modified in app-system-defaults +1514313169433 DeferredSave.extensions.json DEBUG Save changes +1514313169433 DeferredSave.extensions.json DEBUG Save changes +1514313169433 addons.xpi-utils DEBUG New add-on activity-stream@mozilla.org installed in app-system-defaults +1514313169436 DeferredSave.extensions.json DEBUG Save changes +1514313169436 addons.xpi-utils DEBUG New add-on formautofill@mozilla.org installed in app-system-defaults +1514313169456 DeferredSave.extensions.json DEBUG Save changes +1514313169456 addons.xpi-utils DEBUG New add-on onboarding@mozilla.org installed in app-system-defaults +1514313169459 DeferredSave.extensions.json DEBUG Save changes +1514313169459 addons.xpi-utils DEBUG Add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} modified in app-global +1514313169588 DeferredSave.extensions.json DEBUG Save changes +1514313169589 DeferredSave.extensions.json DEBUG Save changes +1514313169589 addons.xpi-utils DEBUG Add-on langpack-en-ZA@firefox.mozilla.org modified in app-global +1514313169637 DeferredSave.extensions.json DEBUG Save changes +1514313169637 DeferredSave.extensions.json DEBUG Save changes +1514313169637 addons.xpi-utils DEBUG Add-on langpack-en-GB@firefox.mozilla.org modified in app-global +1514313169650 DeferredSave.extensions.json DEBUG Save changes +1514313169651 DeferredSave.extensions.json DEBUG Save changes +1514313169651 addons.xpi-utils DEBUG Add-on ubufox@ubuntu.com removed from app-system-share +1514313169651 DeferredSave.extensions.json DEBUG Save changes +1514313169652 addons.manager DEBUG Registering startup change 'changed' for firefox@getpocket.com +1514313169659 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi +1514313169663 addons.xpi DEBUG Calling bootstrap method install on firefox@getpocket.com version 1.0.5 +1514313169663 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible +1514313169664 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":907648,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169665 DeferredSave.extensions.json DEBUG Save changes +1514313169665 addons.manager DEBUG Registering startup change 'changed' for e10srollout@mozilla.org +1514313169666 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi +1514313169689 addons.xpi DEBUG Calling bootstrap method uninstall on e10srollout@mozilla.org version 2.05 +1514313169692 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi +1514313169700 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 3.05 +1514313169701 addons.xpi-utils DEBUG Make addon app-system-defaults:e10srollout@mozilla.org visible +1514313169701 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"3.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13479,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169701 DeferredSave.extensions.json DEBUG Save changes +1514313169701 addons.manager DEBUG Registering startup change 'changed' for webcompat@mozilla.org +1514313169702 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi +1514313169703 addons.xpi DEBUG Calling bootstrap method install on webcompat@mozilla.org version 1.1 +1514313169703 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible +1514313169703 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":9268,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169704 DeferredSave.extensions.json DEBUG Save changes +1514313169704 addons.manager DEBUG Registering startup change 'changed' for aushelper@mozilla.org +1514313169704 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi +1514313169705 addons.xpi DEBUG Calling bootstrap method install on aushelper@mozilla.org version 2.0 +1514313169706 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible +1514313169706 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169706 DeferredSave.extensions.json DEBUG Save changes +1514313169706 addons.manager DEBUG Registering startup change 'changed' for followonsearch@mozilla.com +1514313169707 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi +1514313169708 addons.xpi DEBUG Calling bootstrap method uninstall on followonsearch@mozilla.com version 0.9.3 +1514313169709 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi +1514313169710 addons.xpi DEBUG Calling bootstrap method install on followonsearch@mozilla.com version 0.9.6 +1514313169711 addons.xpi-utils DEBUG Make addon app-system-defaults:followonsearch@mozilla.com visible +1514313169711 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.6","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":18625,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169711 DeferredSave.extensions.json DEBUG Save changes +1514313169711 addons.manager DEBUG Registering startup change 'changed' for shield-recipe-client@mozilla.org +1514313169712 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi +1514313169713 addons.xpi DEBUG Calling bootstrap method install on shield-recipe-client@mozilla.org version 76.1 +1514313169714 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible +1514313169714 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"76.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":364002,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169714 DeferredSave.extensions.json DEBUG Save changes +1514313169714 addons.manager DEBUG Registering startup change 'changed' for screenshots@mozilla.org +1514313169715 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi +1514313169717 addons.xpi DEBUG Calling bootstrap method uninstall on screenshots@mozilla.org version 10.12.0 +1514313169718 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi +1514313169719 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 19.2.0 +1514313169719 addons.xpi-utils DEBUG Make addon app-system-defaults:screenshots@mozilla.org visible +1514313169719 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"19.2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://screenshots.firefox.com/"},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":884473,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169720 DeferredSave.extensions.json DEBUG Save changes +1514313169720 addons.manager DEBUG Registering startup change 'installed' for activity-stream@mozilla.org +1514313169720 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi +1514313169722 addons.xpi DEBUG Calling bootstrap method install on activity-stream@mozilla.org version 2017.11.07.1100-7f4e3634 +1514313169722 addons.xpi-utils DEBUG Make addon app-system-defaults:activity-stream@mozilla.org visible +1514313169722 addons.xpi DEBUG Updating XPIState for {"id":"activity-stream@mozilla.org","syncGUID":"{70262496-693b-42a5-8d96-6ef171a4e79d}","location":"app-system-defaults","version":"2017.11.07.1100-7f4e3634","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Activity Stream","description":"A rich visual history feed and a reimagined home page make it easier than ever to find exactly what you're looking for in Firefox.","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi","skinnable":false,"size":1423182,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169723 DeferredSave.extensions.json DEBUG Save changes +1514313169723 addons.manager DEBUG Registering startup change 'installed' for formautofill@mozilla.org +1514313169723 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi +1514313169724 addons.xpi DEBUG Calling bootstrap method install on formautofill@mozilla.org version 1.0 +1514313169724 addons.xpi-utils DEBUG Make addon app-system-defaults:formautofill@mozilla.org visible +1514313169724 addons.xpi DEBUG Updating XPIState for {"id":"formautofill@mozilla.org","syncGUID":"{919c9f5c-8f31-4a42-bc2a-dc2a2eba1a9c}","location":"app-system-defaults","version":"1.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Form Autofill","description":"Autofill forms with saved profiles","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi","skinnable":false,"size":380181,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169725 DeferredSave.extensions.json DEBUG Save changes +1514313169725 addons.manager DEBUG Registering startup change 'changed' for onboarding@mozilla.org +1514313169725 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi +1514313169757 addons.xpi DEBUG Calling bootstrap method uninstall on onboarding@mozilla.org version 0.1 +console.log: uninstall ADDON_UPGRADE +1514313169760 addons.xpi DEBUG Loading bootstrap scope from /usr/lib/firefox/browser/features/onboarding@mozilla.org.xpi +1514313169761 addons.xpi DEBUG Calling bootstrap method install on onboarding@mozilla.org version 1.0 +1514313169761 addons.xpi-utils DEBUG Make addon app-system-defaults:onboarding@mozilla.org visible +1514313169762 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{366f1902-e8f9-40da-be92-70ca2083552e}","location":"app-system-defaults","version":"1.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding","creator":null,"homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/onboarding@mozilla.org.xpi","skinnable":false,"size":550106,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169762 DeferredSave.extensions.json DEBUG Save changes +1514313169762 addons.manager DEBUG Registering startup change 'changed' for {972ce4c6-7e08-4474-a285-3208198ce6fd} +1514313169762 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible +1514313169763 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"57.0.1","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2097,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.0.1"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169763 DeferredSave.extensions.json DEBUG Save changes +1514313169763 addons.manager DEBUG Registering startup change 'changed' for langpack-en-ZA@firefox.mozilla.org +1514313169764 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible +1514313169764 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"57.0.1","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1221317,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169764 DeferredSave.extensions.json DEBUG Save changes +1514313169764 addons.manager DEBUG Registering startup change 'changed' for langpack-en-GB@firefox.mozilla.org +1514313169765 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible +1514313169765 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"57.0.1","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":false,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1228082,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169765 DeferredSave.extensions.json DEBUG Save changes +1514313169765 addons.manager DEBUG Registering startup change 'uninstalled' for ubufox@ubuntu.com +1514313169765 addons.xpi DEBUG Removing XPIState for app-system-share:ubufox@ubuntu.com +1514313169766 addons.xpi DEBUG Loading bootstrap scope from /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi +1514313169767 addons.xpi DEBUG Calling bootstrap method uninstall on clicktoplay-rollout@mozilla.org version 1.3 +1514313169767 addons.manager DEBUG Registering startup change 'uninstalled' for clicktoplay-rollout@mozilla.org +1514313169767 addons.xpi DEBUG Removing XPIState for app-system-addons:clicktoplay-rollout@mozilla.org +1514313169768 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":907648,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169768 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"3.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13479,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169768 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":9268,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169768 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169769 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.6","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":18625,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169769 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"76.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":364002,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169769 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"19.2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://screenshots.firefox.com/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":884473,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169769 addons.xpi DEBUG Updating XPIState for {"id":"activity-stream@mozilla.org","syncGUID":"{70262496-693b-42a5-8d96-6ef171a4e79d}","location":"app-system-defaults","version":"2017.11.07.1100-7f4e3634","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Activity Stream","description":"A rich visual history feed and a reimagined home page make it easier than ever to find exactly what you're looking for in Firefox.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi","skinnable":false,"size":1423182,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169769 addons.xpi DEBUG Updating XPIState for {"id":"formautofill@mozilla.org","syncGUID":"{919c9f5c-8f31-4a42-bc2a-dc2a2eba1a9c}","location":"app-system-defaults","version":"1.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Form Autofill","description":"Autofill forms with saved profiles","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi","skinnable":false,"size":380181,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169769 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{366f1902-e8f9-40da-be92-70ca2083552e}","location":"app-system-defaults","version":"1.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/onboarding@mozilla.org.xpi","skinnable":false,"size":550106,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169769 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"57.0.1","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2097,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.0.1"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169769 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"57.0.1","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1221317,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169769 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"57.0.1","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1228082,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313169770 DeferredSave.extensions.json DEBUG Save changes +1514313169770 addons.xpi DEBUG Updating database with changes to installed add-ons +1514313169770 addons.xpi-utils DEBUG Updating add-on states +1514313169773 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi +1514313169773 addons.xpi DEBUG Calling bootstrap method startup on activity-stream@mozilla.org version 2017.11.07.1100-7f4e3634 +1514313169774 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi +1514313169774 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0 +1514313169774 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi +1514313169774 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 3.05 +1514313169774 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi +1514313169774 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5 +1514313169780 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi +1514313169781 addons.xpi DEBUG Calling bootstrap method startup on followonsearch@mozilla.com version 0.9.6 +1514313169781 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi +1514313169781 addons.xpi DEBUG Calling bootstrap method startup on formautofill@mozilla.org version 1.0 +1514313169781 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi +1514313169783 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi +1514313169784 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/onboarding@mozilla.org.xpi +1514313169784 addons.xpi DEBUG Calling bootstrap method startup on onboarding@mozilla.org version 1.0 +1514313169785 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi +1514313169785 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 19.2.0 +1514313169785 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi +1514313169785 addons.xpi DEBUG Calling bootstrap method startup on shield-recipe-client@mozilla.org version 76.1 +1514313169786 addons.xpi DEBUG Registering manifest for /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi +1514313169786 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1 +1514313169788 addons.manager DEBUG Registering shutdown blocker for XPIProvider +1514313169789 addons.manager DEBUG Provider finished startup: XPIProvider +1514313169789 addons.manager DEBUG Starting provider: LightweightThemeManager +1514313169789 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager +1514313169789 addons.manager DEBUG Provider finished startup: LightweightThemeManager +1514313169789 addons.manager DEBUG Starting provider: GMPProvider +1514313169791 addons.manager DEBUG Registering shutdown blocker for GMPProvider +1514313169791 addons.manager DEBUG Provider finished startup: GMPProvider +1514313169791 addons.manager DEBUG Starting provider: PluginProvider +1514313169791 addons.manager DEBUG Registering shutdown blocker for PluginProvider +1514313169791 addons.manager DEBUG Provider finished startup: PluginProvider +1514313169792 addons.manager DEBUG Completed startup sequence +1514313170540 Marionette INFO Enabled via --marionette + +(firefox:21582): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative + +(firefox:21582): Gtk-WARNING **: Loading IM context type 'ibus' failed + +(firefox:21582): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative + +(firefox:21582): Gtk-WARNING **: Loading IM context type 'ibus' failed + +(firefox:21582): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative + +(firefox:21582): Gtk-WARNING **: Loading IM context type 'ibus' failed + +(firefox:21582): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative + +(firefox:21582): Gtk-WARNING **: Loading IM context type 'ibus' failed + +(firefox:21582): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative + +(firefox:21582): Gtk-WARNING **: Loading IM context type 'ibus' failed + +(firefox:21582): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative + +(firefox:21582): Gtk-WARNING **: Loading IM context type 'ibus' failed +1514313171074 addons.manager DEBUG Starting provider: PreviousExperimentProvider +1514313171074 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider +1514313171074 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider +1514313171146 DeferredSave.extensions.json DEBUG Starting write +1514313171645 DeferredSave.extensions.json DEBUG Write succeeded +1514313171646 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 23 +1514313172180 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/clicktoplay-rollout@mozilla.org.xpi +1514313172180 addons.xpi INFO Mapping e10srollout@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/e10srollout@mozilla.org.xpi +1514313172180 addons.xpi INFO Mapping followonsearch@mozilla.com to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/followonsearch@mozilla.com.xpi +1514313172180 addons.xpi INFO Mapping onboarding@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/onboarding@mozilla.org.xpi +1514313172180 addons.xpi INFO Mapping screenshots@mozilla.org to /home/danny/.mozilla/firefox/70abdmdv.default/features/{8b8652b5-00ad-4e52-a8aa-5d081d98b1f8}/screenshots@mozilla.org.xpi +1514313172181 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to /usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi +1514313172181 addons.xpi INFO Mapping aushelper@mozilla.org to /usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi +1514313172181 addons.xpi INFO Mapping e10srollout@mozilla.org to /usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi +1514313172181 addons.xpi INFO Mapping screenshots@mozilla.org to /usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi +1514313172181 addons.xpi INFO Mapping activity-stream@mozilla.org to /usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi +1514313172181 addons.xpi INFO Mapping followonsearch@mozilla.com to /usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi +1514313172181 addons.xpi INFO Mapping firefox@getpocket.com to /usr/lib/firefox/browser/features/firefox@getpocket.com.xpi +1514313172181 addons.xpi INFO Mapping formautofill@mozilla.org to /usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi +1514313172181 addons.xpi INFO Mapping webcompat@mozilla.org to /usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi +1514313172181 addons.xpi INFO Mapping onboarding@mozilla.org to /usr/lib/firefox/browser/features/onboarding@mozilla.org.xpi +1514313172182 addons.xpi DEBUG Existing add-on shield-recipe-client@mozilla.org in app-system-defaults +1514313172182 addons.xpi DEBUG Existing add-on aushelper@mozilla.org in app-system-defaults +1514313172182 addons.xpi DEBUG Existing add-on e10srollout@mozilla.org in app-system-defaults +1514313172182 addons.xpi DEBUG Existing add-on screenshots@mozilla.org in app-system-defaults +1514313172182 addons.xpi DEBUG Existing add-on activity-stream@mozilla.org in app-system-defaults +1514313172182 addons.xpi DEBUG Existing add-on followonsearch@mozilla.com in app-system-defaults +1514313172182 addons.xpi DEBUG Existing add-on firefox@getpocket.com in app-system-defaults +1514313172183 addons.xpi DEBUG Existing add-on formautofill@mozilla.org in app-system-defaults +1514313172183 addons.xpi DEBUG Existing add-on webcompat@mozilla.org in app-system-defaults +1514313172183 addons.xpi DEBUG Existing add-on onboarding@mozilla.org in app-system-defaults +1514313172183 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi +1514313172183 addons.xpi INFO Mapping langpack-en-ZA@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi +1514313172183 addons.xpi INFO Mapping langpack-en-GB@firefox.mozilla.org to /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi +1514313172183 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global +1514313172183 addons.xpi DEBUG Existing add-on langpack-en-ZA@firefox.mozilla.org in app-global +1514313172184 addons.xpi DEBUG Existing add-on langpack-en-GB@firefox.mozilla.org in app-global +1514313172184 addons.xpi DEBUG getInstallState changed: true, state: {} +1514313172185 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible +1514313172185 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":907648,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172186 DeferredSave.extensions.json DEBUG Save changes +1514313172186 addons.xpi-utils DEBUG Make addon app-system-defaults:e10srollout@mozilla.org visible +1514313172186 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"3.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13479,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172186 DeferredSave.extensions.json DEBUG Save changes +1514313172186 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible +1514313172186 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":9268,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172187 DeferredSave.extensions.json DEBUG Save changes +1514313172187 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible +1514313172187 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172187 DeferredSave.extensions.json DEBUG Save changes +1514313172187 addons.xpi-utils DEBUG Make addon app-system-defaults:followonsearch@mozilla.com visible +1514313172187 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.6","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":18625,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172187 DeferredSave.extensions.json DEBUG Save changes +1514313172187 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible +1514313172187 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"76.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":364002,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172188 DeferredSave.extensions.json DEBUG Save changes +1514313172188 addons.xpi-utils DEBUG Make addon app-system-defaults:screenshots@mozilla.org visible +1514313172188 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"19.2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://screenshots.firefox.com/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":884473,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172188 DeferredSave.extensions.json DEBUG Save changes +1514313172188 addons.xpi-utils DEBUG Make addon app-system-defaults:activity-stream@mozilla.org visible +1514313172188 addons.xpi DEBUG Updating XPIState for {"id":"activity-stream@mozilla.org","syncGUID":"{70262496-693b-42a5-8d96-6ef171a4e79d}","location":"app-system-defaults","version":"2017.11.07.1100-7f4e3634","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Activity Stream","description":"A rich visual history feed and a reimagined home page make it easier than ever to find exactly what you're looking for in Firefox.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi","skinnable":false,"size":1423182,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172188 DeferredSave.extensions.json DEBUG Save changes +1514313172189 addons.xpi-utils DEBUG Make addon app-system-defaults:formautofill@mozilla.org visible +1514313172189 addons.xpi DEBUG Updating XPIState for {"id":"formautofill@mozilla.org","syncGUID":"{919c9f5c-8f31-4a42-bc2a-dc2a2eba1a9c}","location":"app-system-defaults","version":"1.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Form Autofill","description":"Autofill forms with saved profiles","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi","skinnable":false,"size":380181,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172189 DeferredSave.extensions.json DEBUG Save changes +1514313172189 addons.xpi-utils DEBUG Make addon app-system-defaults:onboarding@mozilla.org visible +1514313172189 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{366f1902-e8f9-40da-be92-70ca2083552e}","location":"app-system-defaults","version":"1.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/onboarding@mozilla.org.xpi","skinnable":false,"size":550106,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172189 DeferredSave.extensions.json DEBUG Save changes +1514313172189 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible +1514313172190 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"57.0.1","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2097,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.0.1"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172190 DeferredSave.extensions.json DEBUG Save changes +1514313172190 addons.xpi-utils DEBUG Make addon app-global:langpack-en-ZA@firefox.mozilla.org visible +1514313172190 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"57.0.1","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1221317,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172190 DeferredSave.extensions.json DEBUG Save changes +1514313172191 addons.xpi-utils DEBUG Make addon app-global:langpack-en-GB@firefox.mozilla.org visible +1514313172191 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"57.0.1","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1228082,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172191 DeferredSave.extensions.json DEBUG Save changes +1514313172191 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"wZA9-mODyOFV","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi","skinnable":false,"size":907648,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172191 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"BULR3iSMz3A-","location":"app-system-defaults","version":"3.05","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi","skinnable":false,"size":13479,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172191 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"6nE4G2WhsLN0","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1474361173000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"size":9268,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172191 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{f7ee65a3-0f34-46e9-90f7-efe8b7828831}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1490789473000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi","skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172191 addons.xpi DEBUG Updating XPIState for {"id":"followonsearch@mozilla.com","syncGUID":"{300884ae-8d7e-459e-a28c-f80fb24bb9d7}","location":"app-system-defaults","version":"0.9.6","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Follow-on Search Telemetry","description":null,"creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi","skinnable":false,"size":18625,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"52.0","maxVersion":"59.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172191 addons.xpi DEBUG Updating XPIState for {"id":"shield-recipe-client@mozilla.org","syncGUID":"{4fcebd37-ff8d-4330-8d60-2083b8eb5d0e}","location":"app-system-defaults","version":"76.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Shield Recipe Client","description":"Client to download and run recipes for SHIELD, Heartbeat, etc.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/shield-recipe-client@mozilla.org.xpi","skinnable":false,"size":364002,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172191 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{6a79aed4-72d2-4c3c-9ab3-92ac17eb9d02}","location":"app-system-defaults","version":"19.2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://screenshots.firefox.com/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1502895176000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"size":884473,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172192 addons.xpi DEBUG Updating XPIState for {"id":"activity-stream@mozilla.org","syncGUID":"{70262496-693b-42a5-8d96-6ef171a4e79d}","location":"app-system-defaults","version":"2017.11.07.1100-7f4e3634","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Activity Stream","description":"A rich visual history feed and a reimagined home page make it easier than ever to find exactly what you're looking for in Firefox.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi","skinnable":false,"size":1423182,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172192 addons.xpi DEBUG Updating XPIState for {"id":"formautofill@mozilla.org","syncGUID":"{919c9f5c-8f31-4a42-bc2a-dc2a2eba1a9c}","location":"app-system-defaults","version":"1.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Form Autofill","description":"Autofill forms with saved profiles","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi","skinnable":false,"size":380181,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172192 addons.xpi DEBUG Updating XPIState for {"id":"onboarding@mozilla.org","syncGUID":"{366f1902-e8f9-40da-be92-70ca2083552e}","location":"app-system-defaults","version":"1.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"defaultLocale":{"name":"Photon onboarding","description":"Photon onboarding","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1511994878000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/features/onboarding@mozilla.org.xpi","skinnable":false,"size":550106,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172192 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"5UsD8pyoaMDn","location":"app-global","version":"57.0.1","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469745695000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","skinnable":true,"size":2097,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.0.1"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172192 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-ZA@firefox.mozilla.org","syncGUID":"RUGav7oLyQK2","location":"app-global","version":"57.0.1","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (South Africa) Language Pack","description":null,"creator":"Translate.org.za","homepageURL":null,"contributors":["Translate.org.za","Dwayne Bailey"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi","skinnable":false,"size":1221317,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172192 addons.xpi DEBUG Updating XPIState for {"id":"langpack-en-GB@firefox.mozilla.org","syncGUID":"Kj34L4VH8juz","location":"app-global","version":"57.0.1","type":"locale","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":null,"aboutURL":null,"defaultLocale":{"name":"English (GB) Language Pack","description":null,"creator":"Mark Tyndall","homepageURL":null,"contributors":["David Bartlett","Constantine Murenin","Ian Neal"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"installDate":1469747325000,"updateDate":1511994878000,"applyBackgroundUpdates":1,"bootstrap":true,"path":"/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi","skinnable":false,"size":1228082,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"57.0.1","maxVersion":"57.*"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null,"icons":{},"iconURL":null,"icon64URL":null,"blocklistState":0,"blocklistURL":null} +1514313172193 DeferredSave.extensions.json DEBUG Save changes +1514313172193 addons.xpi DEBUG Updating database with changes to installed add-ons +1514313172193 addons.xpi-utils DEBUG Updating add-on states +1514313172193 DeferredSave.extensions.json DEBUG Starting timer +1514313172311 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172311 DeferredSave.webext.sc.lz4 DEBUG Starting timer +1514313172323 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172350 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172351 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172351 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172351 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172353 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172354 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172355 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172355 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172356 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172357 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172357 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172358 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172359 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172359 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172360 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172361 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172362 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172363 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172363 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172364 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172364 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172365 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172367 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172368 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172369 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172369 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172370 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172370 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172370 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172371 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172372 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172374 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172375 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172376 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172377 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172378 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172380 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172380 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172381 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172382 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172382 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172384 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172385 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172386 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172388 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172389 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172391 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172394 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172394 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172397 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172400 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172442 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313172442 DeferredSave.webext.sc.lz4 DEBUG Save changes +1514313173448 Marionette INFO Listening on port 35227 +1514313173596 Marionette WARN TLS certificate errors will be ignored for this session +1514313173658 Marionette DEBUG Register listener.js for window 2147483649 +1514313174389 DeferredSave.extensions.json DEBUG Starting write +1514313174411 DeferredSave.extensions.json DEBUG Write succeeded +1514313174423 Marionette DEBUG Received DOM event "beforeunload" for "about:blank" +1514313174559 Marionette DEBUG Received DOM event "pagehide" for "about:blank" +1514313174559 Marionette DEBUG Received DOM event "unload" for "about:blank" +1514313175574 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/index-static.html" +1514313175577 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/index-static.html" +1514313177324 DeferredSave.webext.sc.lz4 DEBUG Starting write +1514313177332 DeferredSave.webext.sc.lz4 DEBUG Write succeeded +1514313177792 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/index-static.html" +1514313177812 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/index-static.html" +1514313177812 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/index-static.html" +1514313178498 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" +1514313178501 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" +JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined +JavaScript error: http://fuseki.local/foowiki/js/foowiki/core-static.js, line 122: TypeError: entryJSON[0] is undefined +1514313180833 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" +1514313180847 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" +1514313180847 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown%20Cheatsheet" +1514313181548 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" +1514313181550 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" +1514313183868 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" +1514313183883 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" +1514313183884 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20To%20Do" +1514313184544 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" +1514313184547 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" +1514313186694 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" +1514313186708 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" +1514313186709 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Hello%20World%201" +1514313187439 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" +1514313187442 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" +1514313189594 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" +1514313189607 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" +1514313189608 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Basic%20Features" +1514313190307 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" +1514313190310 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" +1514313192933 addons.productaddons INFO sending request to: https://aus5.mozilla.org/update/3/GMP/57.0.1/20171129230719/Linux_x86_64-gcc3/null/release-cck- ubuntu/Linux%204.10.0-42-lowlatency%20(GTK%203.22.11%2Clibpulse%2010.0.0)/canonical/1.0/update.xml +1514313193132 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" +1514313193147 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" +1514313193147 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Manual" +1514313193656 addons.productaddons INFO Completed downloading document +1514313194333 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" +1514313194335 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" +1514313195069 addons.productaddons INFO downloadXHR File download. status=200 +1514313195111 addons.productaddons INFO Downloaded file will be saved to /tmp/tmpaddon-b13c2f +1514313196530 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" +1514313196558 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" +1514313196558 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Image%20Testing" +1514313197248 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" +1514313197250 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" +1514313199470 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" +1514313199485 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" +1514313199485 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Links" +1514313200162 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" +1514313200165 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" +1514313200711 DeferredSave.extensions.json DEBUG Save changes +1514313200713 DeferredSave.extensions.json DEBUG Starting timer +1514313200743 DeferredSave.extensions.json DEBUG Starting write +1514313200749 DeferredSave.extensions.json DEBUG Write succeeded +1514313202320 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" +1514313202333 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" +1514313202333 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Files" +1514313203038 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" +1514313203040 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" +1514313205307 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" +1514313205324 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" +1514313205325 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Bugs" +1514313205999 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" +1514313206001 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" +1514313208171 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" +1514313208186 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" +1514313208187 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/FooWiki%20Docs" +1514313208867 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" +1514313208868 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" +1514313211092 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" +1514313211105 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" +1514313211105 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo%20To%20Do" +1514313211820 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" +1514313211822 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" +1514313213983 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" +1514313213995 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" +1514313213995 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/HelloWorld2" +1514313214687 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" +1514313214690 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" +1514313216871 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" +1514313216884 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" +1514313216884 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Foo" +1514313217599 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" +1514313217600 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" +1514313219762 Marionette DEBUG Received DOM event "beforeunload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" +1514313219778 Marionette DEBUG Received DOM event "pagehide" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" +1514313219778 Marionette DEBUG Received DOM event "unload" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/" +1514313220466 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown-Here-Cheatsheet" +1514313220468 Marionette DEBUG Received DOM event "pageshow" for "http://fuseki.local/foowiki/page-static.html?uri=http://hyperdata.it/wiki/Markdown-Here-Cheatsheet" + +(firefox:21582): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative + +(firefox:21582): Gtk-WARNING **: Loading IM context type 'ibus' failed + +(firefox:21582): Gtk-WARNING **: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_cursor_location_relative + +(firefox:21582): Gtk-WARNING **: Loading IM context type 'ibus' failed +1514313222629 addons.xpi DEBUG Calling bootstrap method shutdown on webcompat@mozilla.org version 1.1 +1514313222629 addons.xpi DEBUG Calling bootstrap method shutdown on shield-recipe-client@mozilla.org version 76.1 +1514313222630 addons.xpi DEBUG Calling bootstrap method shutdown on screenshots@mozilla.org version 19.2.0 +1514313222637 addons.xpi DEBUG Calling bootstrap method shutdown on onboarding@mozilla.org version 1.0 +1514313222637 addons.xpi DEBUG Calling bootstrap method shutdown on formautofill@mozilla.org version 1.0 +1514313222638 addons.xpi DEBUG Calling bootstrap method shutdown on followonsearch@mozilla.com version 0.9.6 +1514313222638 addons.xpi DEBUG Calling bootstrap method shutdown on firefox@getpocket.com version 1.0.5 +1514313222639 addons.xpi DEBUG Calling bootstrap method shutdown on e10srollout@mozilla.org version 3.05 +1514313222639 addons.xpi DEBUG Calling bootstrap method shutdown on aushelper@mozilla.org version 2.0 +1514313222639 addons.xpi DEBUG Calling bootstrap method shutdown on activity-stream@mozilla.org version 2017.11.07.1100-7f4e3634 diff --git a/utils/scrape.py b/utils/scrape.py index eb3753a..f1c7b5c 100644 --- a/utils/scrape.py +++ b/utils/scrape.py @@ -9,18 +9,18 @@ binary = FirefoxBinary("/usr/bin/firefox") -file_dir = "../archive/" +file_dir = "~/danja.github.io/foo/" # url_base = "http://fuseki.local/foowiki" # to_be_scraped = ["http://fuseki.local/foowiki/index-static.html"] -url_base = "http://localhost:8888/foowiki" -to_be_scraped = ["http://localhost:8888/foowiki/index-static.html"] +url_base = "http://fuseki.local/foowiki" +to_be_scraped = ["http://fuseki.local/foowiki/index-static.html"] scraped = [] # list of wildcards to ignore in URL pattern. -ignored = ["index.html", "edit.html", "page.html", +ignored = ["#", "index.html", "edit.html", "page.html", "resources.html", "yasgui.html", "triples.html", "undefined"] filename_special_cases = {"index-static.html":"index.html"} # key is replaced by value @@ -42,11 +42,7 @@ def convert_link(link): filename = split.pop() if filename == "": return "Home.html" - - # print "\n"+link - # print str(split)+"\n" - # return "" - # filename = filename.replace("-","-_") # edge cases - is adequate? + filename = filename.replace("-","-_") # edge cases - is adequate? filename = filename.replace("%20","-") if filename_special_cases.has_key(filename): return filename_special_cases[filename]