From a26439afbe2a0c7e92112928625ded284a3229a6 Mon Sep 17 00:00:00 2001 From: Ruchit Bhardwaj Date: Tue, 3 Jul 2018 15:01:16 +0530 Subject: [PATCH 1/6] test cases --- OER_SeleniumTestCases | 1 + 1 file changed, 1 insertion(+) create mode 160000 OER_SeleniumTestCases diff --git a/OER_SeleniumTestCases b/OER_SeleniumTestCases new file mode 160000 index 0000000..d774164 --- /dev/null +++ b/OER_SeleniumTestCases @@ -0,0 +1 @@ +Subproject commit d774164447592e2d4745888370693ebc11dec58e From dbedef9f0dce6b69f0d5d26cc25712f4f060121a Mon Sep 17 00:00:00 2001 From: Ruchit Bhardwaj Date: Tue, 3 Jul 2018 15:07:14 +0530 Subject: [PATCH 2/6] Changes --- OER_SeleniumTestCases | 1 - 1 file changed, 1 deletion(-) delete mode 160000 OER_SeleniumTestCases diff --git a/OER_SeleniumTestCases b/OER_SeleniumTestCases deleted file mode 160000 index d774164..0000000 --- a/OER_SeleniumTestCases +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d774164447592e2d4745888370693ebc11dec58e From df15adef9240dd4dd2209865d8205428abf57f56 Mon Sep 17 00:00:00 2001 From: Ruchit Bhardwaj Date: Tue, 3 Jul 2018 15:08:58 +0530 Subject: [PATCH 3/6] TestCases --- .../Etherpad Testing/AddArticle.py | 40 + .../ArticlePrevButtonClick.py | 48 + .../ArticleSaveButtonClick.py | 48 + .../Etherpad Testing/CommunityContent.py | 40 + .../Etherpad Testing/CreateArticle.py | 46 + .../Etherpad Testing/DeleteArticle.py | 51 + .../Etherpad Testing/DeleteTabButton.py | 51 + .../Etherpad Testing/DialogBoxYes.py | 41 + .../Etherpad Testing/GroupContent.py | 40 + .../UploadRadio ButtonWorking.py | 40 + .../Etherpad Testing/geckodriver.log | 127 + .../CommunityContent.py | 40 + .../ContentTypeEditor.py | 44 + .../CreateRadioButtonWorking.py | 43 + .../DialogBoxYesInteractiveContent.py | 38 + .../H5P Content Test Cases/EditTabButton.py | 49 + .../H5P Content Test Cases/GroupContent.py | 40 + .../H5PSaveUnsuccessfulTest.py | 42 + .../InteractiveContentButtonSuccess.py | 32 + .../H5P Content Test Cases/ViewTabButton.py | 52 + .../ArticleSaveButtonHover.py | 46 + .../Hover Test Cases/ArticleTitleHover.py | 44 + .../Hover Test Cases/CommunityHoverCheck.py | 34 + .../Hover Test Cases/CreateResourceHover.py | 33 + .../InteractiveContentHover.py | 33 + .../Hover Test Cases/LoginHoverCheck.py | 26 + .../Hover Test Cases/WikiButtonHover.py | 34 + .../CreateResourceButtonSuccess.py | 31 + .../Login Test Cases/JoinButtonSuccess.py | 30 + .../Login Test Cases/LoginCorrectTestCase.py | 28 + .../Wiki Testing/WikiButtonSuccess.py | 33 + OER_SeleniumTestCases/geckodriver.log | 3727 +++++++++++++++++ 32 files changed, 5051 insertions(+) create mode 100644 OER_SeleniumTestCases/Etherpad Testing/AddArticle.py create mode 100644 OER_SeleniumTestCases/Etherpad Testing/ArticlePrevButtonClick.py create mode 100644 OER_SeleniumTestCases/Etherpad Testing/ArticleSaveButtonClick.py create mode 100644 OER_SeleniumTestCases/Etherpad Testing/CommunityContent.py create mode 100644 OER_SeleniumTestCases/Etherpad Testing/CreateArticle.py create mode 100644 OER_SeleniumTestCases/Etherpad Testing/DeleteArticle.py create mode 100644 OER_SeleniumTestCases/Etherpad Testing/DeleteTabButton.py create mode 100644 OER_SeleniumTestCases/Etherpad Testing/DialogBoxYes.py create mode 100644 OER_SeleniumTestCases/Etherpad Testing/GroupContent.py create mode 100644 OER_SeleniumTestCases/Etherpad Testing/UploadRadio ButtonWorking.py create mode 100644 OER_SeleniumTestCases/Etherpad Testing/geckodriver.log create mode 100644 OER_SeleniumTestCases/H5P Content Test Cases/CommunityContent.py create mode 100644 OER_SeleniumTestCases/H5P Content Test Cases/ContentTypeEditor.py create mode 100644 OER_SeleniumTestCases/H5P Content Test Cases/CreateRadioButtonWorking.py create mode 100644 OER_SeleniumTestCases/H5P Content Test Cases/DialogBoxYesInteractiveContent.py create mode 100644 OER_SeleniumTestCases/H5P Content Test Cases/EditTabButton.py create mode 100644 OER_SeleniumTestCases/H5P Content Test Cases/GroupContent.py create mode 100644 OER_SeleniumTestCases/H5P Content Test Cases/H5PSaveUnsuccessfulTest.py create mode 100644 OER_SeleniumTestCases/H5P Content Test Cases/InteractiveContentButtonSuccess.py create mode 100644 OER_SeleniumTestCases/H5P Content Test Cases/ViewTabButton.py create mode 100644 OER_SeleniumTestCases/Hover Test Cases/ArticleSaveButtonHover.py create mode 100644 OER_SeleniumTestCases/Hover Test Cases/ArticleTitleHover.py create mode 100644 OER_SeleniumTestCases/Hover Test Cases/CommunityHoverCheck.py create mode 100644 OER_SeleniumTestCases/Hover Test Cases/CreateResourceHover.py create mode 100644 OER_SeleniumTestCases/Hover Test Cases/InteractiveContentHover.py create mode 100644 OER_SeleniumTestCases/Hover Test Cases/LoginHoverCheck.py create mode 100644 OER_SeleniumTestCases/Hover Test Cases/WikiButtonHover.py create mode 100644 OER_SeleniumTestCases/Login Test Cases/CreateResourceButtonSuccess.py create mode 100644 OER_SeleniumTestCases/Login Test Cases/JoinButtonSuccess.py create mode 100644 OER_SeleniumTestCases/Login Test Cases/LoginCorrectTestCase.py create mode 100644 OER_SeleniumTestCases/Wiki Testing/WikiButtonSuccess.py create mode 100644 OER_SeleniumTestCases/geckodriver.log diff --git a/OER_SeleniumTestCases/Etherpad Testing/AddArticle.py b/OER_SeleniumTestCases/Etherpad Testing/AddArticle.py new file mode 100644 index 0000000..5d64a9c --- /dev/null +++ b/OER_SeleniumTestCases/Etherpad Testing/AddArticle.py @@ -0,0 +1,40 @@ +import unittest +from selenium import webdriver + + +class signup(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.url_basic = "http://172.17.0.1:7000/" + + def test_community_view(self): + user = "root" + pwd = "root1234" + title = "Selenium Test Cases" + driver = webdriver.Firefox() + driver.maximize_window() # For maximizing window + driver.get("http://172.17.0.1:7000/") + driver.find_element_by_xpath('//a [@href="/login/?next=/"]').click() + driver.get("http://172.17.0.1:7000/login/?next=/") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + driver.find_element_by_xpath('//a [@href="/communities/"]').click() + driver.find_element_by_xpath('//a [@href="/community-view/1/"]').click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreate']").click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreateArticle']").click() + driver.find_element_by_id("exampleCheck1").click() + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[3]/div/div/div[3]/button[2]").click() #T and C Dialog Box Yes Button + elem = driver.find_element_by_id("title") + elem.send_keys(title) + driver.find_element_by_id("create").click() + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/Etherpad Testing/ArticlePrevButtonClick.py b/OER_SeleniumTestCases/Etherpad Testing/ArticlePrevButtonClick.py new file mode 100644 index 0000000..3e7cab4 --- /dev/null +++ b/OER_SeleniumTestCases/Etherpad Testing/ArticlePrevButtonClick.py @@ -0,0 +1,48 @@ +import unittest +import time +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC + + +class signup(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.url_basic = "http://172.17.0.1:7000/" + + def test_community_view(self): + user = "root" + pwd = "root1234" + title = "Selenium Test Cases" + delay = 20 + driver = webdriver.Firefox() + driver.maximize_window() # For maximizing window + driver.get("http://172.17.0.1:7000/") + driver.find_element_by_xpath('//a [@href="/login/?next=/"]').click() + driver.get("http://172.17.0.1:7000/login/?next=/") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + driver.find_element_by_xpath('//a [@href="/communities/"]').click() + driver.find_element_by_xpath('//a [@href="/community-view/1/"]').click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreate']").click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreateArticle']").click() + driver.find_element_by_id("exampleCheck1").click() + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[3]/div/div/div[3]/button[2]").click() # T and C Dialog Box Yes Button + elem = driver.find_element_by_id("title") + elem.send_keys(title) + driver.find_element_by_id("create").click() + time.sleep(10) + driver.find_element_by_xpath("/html/body/div[4]/div/form/button").click() #Etherpad 'Prev' Button Check + driver.find_element_by_class_name("img-responsive") + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/Etherpad Testing/ArticleSaveButtonClick.py b/OER_SeleniumTestCases/Etherpad Testing/ArticleSaveButtonClick.py new file mode 100644 index 0000000..5a669ea --- /dev/null +++ b/OER_SeleniumTestCases/Etherpad Testing/ArticleSaveButtonClick.py @@ -0,0 +1,48 @@ +import unittest +import time +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC + + +class signup(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.url_basic = "http://172.17.0.1:7000/" + + def test_community_view(self): + user = "root" + pwd = "root1234" + title = "Selenium Test Cases" + delay = 20 + driver = webdriver.Firefox() + driver.maximize_window() # For maximizing window + driver.get("http://172.17.0.1:7000/") + driver.find_element_by_xpath('//a [@href="/login/?next=/"]').click() + driver.get("http://172.17.0.1:7000/login/?next=/") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + driver.find_element_by_xpath('//a [@href="/communities/"]').click() + driver.find_element_by_xpath('//a [@href="/community-view/1/"]').click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreate']").click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreateArticle']").click() + driver.find_element_by_id("exampleCheck1").click() + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[3]/div/div/div[3]/button[2]").click() # T and C Dialog Box Yes Button + elem = driver.find_element_by_id("title") + elem.send_keys(title) + driver.find_element_by_id("create").click() + time.sleep(10) + driver.find_element_by_id("save").click() + driver.find_element_by_id("view_article_html") + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/Etherpad Testing/CommunityContent.py b/OER_SeleniumTestCases/Etherpad Testing/CommunityContent.py new file mode 100644 index 0000000..e2e3622 --- /dev/null +++ b/OER_SeleniumTestCases/Etherpad Testing/CommunityContent.py @@ -0,0 +1,40 @@ +import unittest +import time +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC + + +class signup(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.url_basic = "http://172.17.0.1:7000/" + + def test_community_view(self): + user = "root" + pwd = "root1234" + title = "Selenium Test Cases" + delay = 20 + driver = webdriver.Firefox() + driver.maximize_window() # For maximizing window + driver.get("http://172.17.0.1:7000/") + driver.find_element_by_xpath('//a [@href="/login/?next=/"]').click() + driver.get("http://172.17.0.1:7000/login/?next=/") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + driver.find_element_by_xpath('//a [@href="/communities/"]').click() + driver.find_element_by_xpath('//a [@href="/community-view/1/"]').click() + driver.find_element_by_xpath("/html/body/div[4]/ul/li[4]/a").click() # Community Content Tabbed Button + driver.find_element_by_xpath("/html/body/div[4]/div[1]/div[1]/div") # Community Content Holder Path + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/Etherpad Testing/CreateArticle.py b/OER_SeleniumTestCases/Etherpad Testing/CreateArticle.py new file mode 100644 index 0000000..3f23c1b --- /dev/null +++ b/OER_SeleniumTestCases/Etherpad Testing/CreateArticle.py @@ -0,0 +1,46 @@ +import unittest +from selenium import webdriver + + +class signup(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.url_basic = "http://172.17.0.1:7000/" + + def test_community_view(self): + user = "root" + pwd = "root1234" + title = "Selenium Test Cases" + articleBody = "This article is written by using Selenium" + driver = webdriver.Firefox() + driver.maximize_window() # For maximizing window + driver.get("http://172.17.0.1:7000/") + driver.find_element_by_xpath('//a [@href="/login/?next=/"]').click() + driver.get("http://172.17.0.1:7000/login/?next=/") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + driver.find_element_by_xpath('//a [@href="/communities/"]').click() + driver.find_element_by_xpath('//a [@href="/community-view/1/"]').click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreate']").click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreateArticle']").click() + driver.find_element_by_id("exampleCheck1").click() + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[3]/div/div/div[3]/button[2]").click() # T and C Dialog Box Yes Button + elem = driver.find_element_by_id("title") + elem.send_keys(title) + driver.find_element_by_id("create").click() + driver.implicitly_wait(20) + elem = driver.find_element_by_class_name("") + elem.send_keys(articleBody) + driver.find_element_by_id("save").click() + + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/Etherpad Testing/DeleteArticle.py b/OER_SeleniumTestCases/Etherpad Testing/DeleteArticle.py new file mode 100644 index 0000000..6aa2966 --- /dev/null +++ b/OER_SeleniumTestCases/Etherpad Testing/DeleteArticle.py @@ -0,0 +1,51 @@ +import unittest +import time +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC + + +class signup(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.url_basic = "http://172.17.0.1:7000/" + + def test_community_view(self): + user = "root" + pwd = "root1234" + title = "Selenium Test Cases" + delay = 20 + driver = webdriver.Firefox() + driver.maximize_window() # For maximizing window + driver.get("http://172.17.0.1:7000/") + driver.find_element_by_xpath('//a [@href="/login/?next=/"]').click() + driver.get("http://172.17.0.1:7000/login/?next=/") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + driver.find_element_by_xpath('//a [@href="/communities/"]').click() + driver.find_element_by_xpath('//a [@href="/community-view/1/"]').click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreate']").click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreateArticle']").click() + driver.find_element_by_id("exampleCheck1").click() + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[3]/div/div/div[3]/button[2]").click() + elem = driver.find_element_by_id("title") + elem.send_keys(title) + driver.find_element_by_id("create").click() + time.sleep(10) + driver.find_element_by_id("save").click() + driver.find_element_by_xpath("/html/body/div[4]/div[1]/div/div[1]/div[1]/ul/li[2]/a").click() # Edit Tabbed Button + driver.find_element_by_id("title") + driver.find_element_by_xpath("/html/body/div[4]/div/ul/li[3]/a").click() # Delete Tabbed Button + driver.find_element_by_xpath("/html/body/div[4]/div[2]/div/form/div/button[2]").click() # Delete Article Button + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/Etherpad Testing/DeleteTabButton.py b/OER_SeleniumTestCases/Etherpad Testing/DeleteTabButton.py new file mode 100644 index 0000000..bdb65e1 --- /dev/null +++ b/OER_SeleniumTestCases/Etherpad Testing/DeleteTabButton.py @@ -0,0 +1,51 @@ +import unittest +import time +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC + + +class signup(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.url_basic = "http://172.17.0.1:7000/" + + def test_community_view(self): + user = "root" + pwd = "root1234" + title = "Selenium Test Cases" + delay = 20 + driver = webdriver.Firefox() + driver.maximize_window() # For maximizing window + driver.get("http://172.17.0.1:7000/") + driver.find_element_by_xpath('//a [@href="/login/?next=/"]').click() + driver.get("http://172.17.0.1:7000/login/?next=/") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + driver.find_element_by_xpath('//a [@href="/communities/"]').click() + driver.find_element_by_xpath('//a [@href="/community-view/1/"]').click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreate']").click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreateArticle']").click() + driver.find_element_by_id("exampleCheck1").click() + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[3]/div/div/div[3]/button[2]").click() # T and C Dialog Box Yes Button + elem = driver.find_element_by_id("title") + elem.send_keys(title) + driver.find_element_by_id("create").click() + time.sleep(10) + driver.find_element_by_id("save").click() + driver.find_element_by_xpath("/html/body/div[4]/div[1]/div/div[1]/div[1]/ul/li[2]/a").click() # Edit Tabbed Button in Etherpad Module + driver.find_element_by_id("title") + driver.find_element_by_xpath("/html/body/div[4]/div/ul/li[3]/a").click() # Delete Tabbed Button Etherpad Module + driver.find_element_by_xpath("/html/body/div[4]/div[2]/div/div/samp/h1") # Delete Warning Text + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/Etherpad Testing/DialogBoxYes.py b/OER_SeleniumTestCases/Etherpad Testing/DialogBoxYes.py new file mode 100644 index 0000000..b7d0bce --- /dev/null +++ b/OER_SeleniumTestCases/Etherpad Testing/DialogBoxYes.py @@ -0,0 +1,41 @@ +# __author__= 'rushikesh' +import unittest +from selenium import webdriver + + +class signup(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.url_basic = "http://172.17.0.1:7000/" + + def test_community_view(self): + user = "root" + pwd = "root1234" + driver = webdriver.Firefox() + driver.maximize_window() # For maximizing window + #driver.implicitly_wait(20) # gives an implicit wait for 20 seconds + driver.get("http://172.17.0.1:7000/") + driver.find_element_by_xpath('//a [@href="/login/?next=/"]').click() + driver.get("http://172.17.0.1:7000/login/?next=/") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + driver.find_element_by_xpath('//a [@href="/communities/"]').click() + driver.find_element_by_xpath('//a [@href="/community-view/1/"]').click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreate']").click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreateArticle']").click() + driver.find_element_by_id("exampleCheck1").click() + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[3]/div/div/div[3]/button[2]").click() # T and C Dialog Box Yes Button + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() + + + diff --git a/OER_SeleniumTestCases/Etherpad Testing/GroupContent.py b/OER_SeleniumTestCases/Etherpad Testing/GroupContent.py new file mode 100644 index 0000000..3946952 --- /dev/null +++ b/OER_SeleniumTestCases/Etherpad Testing/GroupContent.py @@ -0,0 +1,40 @@ +import unittest +import time +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC + + +class signup(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.url_basic = "http://172.17.0.1:7000/" + + def test_community_view(self): + user = "root" + pwd = "root1234" + title = "Selenium Test Cases" + delay = 20 + driver = webdriver.Firefox() + driver.maximize_window() # For maximizing window + driver.get("http://172.17.0.1:7000/") + driver.find_element_by_xpath('//a [@href="/login/?next=/"]').click() + driver.get("http://172.17.0.1:7000/login/?next=/") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + driver.find_element_by_xpath('//a [@href="/communities/"]').click() + driver.find_element_by_xpath('//a [@href="/community-view/1/"]').click() + driver.find_element_by_xpath("/html/body/div[4]/ul/li[5]/a").click() # Group Content Tabbed Button + driver.find_element_by_xpath("/html/body/div[4]/div/div[2]") # Checking For Text Under Group Content + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/Etherpad Testing/UploadRadio ButtonWorking.py b/OER_SeleniumTestCases/Etherpad Testing/UploadRadio ButtonWorking.py new file mode 100644 index 0000000..0c66034 --- /dev/null +++ b/OER_SeleniumTestCases/Etherpad Testing/UploadRadio ButtonWorking.py @@ -0,0 +1,40 @@ +import unittest +from selenium import webdriver +import time + + +class signup(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.url_basic = "http://172.17.0.1:7000/" + + def test_login(self): + user = "root" + pwd = "root1234" + title = "Selenium H5P Content" + driver = webdriver.Firefox() + driver.maximize_window() + driver.get("http://172.17.0.1:7000/") + driver.find_element_by_xpath('//a [@href="/login/?next=/"]').click() + driver.get("http://172.17.0.1:7000/login/?next=/") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + driver.find_element_by_xpath('//a [@href="/communities/"]').click() + driver.find_element_by_xpath('//a [@href="/community-view/1/"]').click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreate']").click() + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[2]/div/div/div[2]/button[4]").click() # Create Resource > Interactive Content Dialog Button + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[6]/div/div/div[2]/form/div/div/input").click() # T and C Dialog Box Checkbox + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[6]/div/div/div[3]/button[2]").click() # T and C Dialog Box Yes Button + elem = driver.find_element_by_id("id_title") + elem.send_keys(title) + driver.find_element_by_xpath("/html/body/div[4]/div/div/form/div[1]/ul/li[1]/label").click() #For Upload Radio Button + driver.find_element_by_xpath("/html/body/div[4]/div/div/form/div[2]/label").click() # Upload H5P Content Button + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/Etherpad Testing/geckodriver.log b/OER_SeleniumTestCases/Etherpad Testing/geckodriver.log new file mode 100644 index 0000000..a24a603 --- /dev/null +++ b/OER_SeleniumTestCases/Etherpad Testing/geckodriver.log @@ -0,0 +1,127 @@ +1530191022332 geckodriver INFO geckodriver 0.20.1 +1530191022353 geckodriver INFO Listening on 127.0.0.1:44051 +1530191023178 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.Z5TluvM8koqO" +1530191028649 Marionette INFO Listening on port 44665 +1530191028722 Marionette WARN TLS certificate errors will be ignored for this session +1530191029067 addons.xpi WARN Exception running bootstrap method shutdown on activity-stream@mozilla.org: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIObserverService.removeObserver]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://activity-stream/lib/SnippetsFeed.jsm :: uninit :: line 185" data: no] Stack trace: uninit()@resource://activity-stream/lib/SnippetsFeed.jsm:185 +onAction()@resource://activity-stream/lib/SnippetsFeed.jsm:201 +_middleware/ jar:file:///usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi!/bootstrap.js:73 +shutdown()@resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi!/bootstrap.js:169 +callBootstrapMethod()@resource://gre/modules/addons/XPIProvider.jsm:4436 +observe()@resource://gre/modules/addons/XPIProvider.jsm:2287 +GeckoDriver.prototype.quit()@driver.js:3300 +despatch()@server.js:293 +execute()@server.js:267 +onPacket/<()@server.js:242 +onPacket()@server.js:241 +_onJSONObjectReady/<()@transport.js:500 +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1530191030261 geckodriver INFO geckodriver 0.20.1 +1530191030270 geckodriver INFO Listening on 127.0.0.1:36103 +1530191031267 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.Bc5nhYLJPZof" +1530191036172 Marionette INFO Listening on port 34697 +1530191036231 Marionette WARN TLS certificate errors will be ignored for this session +1530191036639 addons.xpi WARN Exception running bootstrap method shutdown on activity-stream@mozilla.org: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIObserverService.removeObserver]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://activity-stream/lib/SnippetsFeed.jsm :: uninit :: line 185" data: no] Stack trace: uninit()@resource://activity-stream/lib/SnippetsFeed.jsm:185 +onAction()@resource://activity-stream/lib/SnippetsFeed.jsm:201 +_middleware/ jar:file:///usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi!/bootstrap.js:73 +shutdown()@resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi!/bootstrap.js:169 +callBootstrapMethod()@resource://gre/modules/addons/XPIProvider.jsm:4436 +observe()@resource://gre/modules/addons/XPIProvider.jsm:2287 +GeckoDriver.prototype.quit()@driver.js:3300 +despatch()@server.js:293 +execute()@server.js:267 +onPacket/<()@server.js:242 +onPacket()@server.js:241 +_onJSONObjectReady/<()@transport.js:500 +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +JavaScript error: resource://gre/modules/AsyncShutdown.jsm, line 683: Error: Phase "profile-before-change" is finished, it is too late to register completion condition "JSON store: writing data" +JavaScript error: jar:file:///usr/lib/firefox/browser/omni.ja!/components/nsBrowserGlue.js, line 1211: NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS: [JavaScript Error: "Phase "profile-before-change" is finished, it is too late to register completion condition "JSON store: writing data"" {file: "resource://gre/modules/AsyncShutdown.jsm" line: 683}]'[JavaScript Error: "Phase "profile-before-change" is finished, it is too late to register completion condition "JSON store: writing data"" {file: "resource://gre/modules/AsyncShutdown.jsm" line: 683}]' when calling method: [nsIHandlerService::asyncInit] +1530191037782 geckodriver INFO geckodriver 0.20.1 +1530191037788 geckodriver INFO Listening on 127.0.0.1:51157 +1530191038790 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.OsKpcoBkHFLy" +1530191043571 Marionette INFO Listening on port 40159 +1530191043641 Marionette WARN TLS certificate errors will be ignored for this session +1530191043969 addons.xpi WARN Exception running bootstrap method shutdown on activity-stream@mozilla.org: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIObserverService.removeObserver]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://activity-stream/lib/SnippetsFeed.jsm :: uninit :: line 185" data: no] Stack trace: uninit()@resource://activity-stream/lib/SnippetsFeed.jsm:185 +onAction()@resource://activity-stream/lib/SnippetsFeed.jsm:201 +_middleware/ jar:file:///usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi!/bootstrap.js:73 +shutdown()@resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi!/bootstrap.js:169 +callBootstrapMethod()@resource://gre/modules/addons/XPIProvider.jsm:4436 +observe()@resource://gre/modules/addons/XPIProvider.jsm:2287 +GeckoDriver.prototype.quit()@driver.js:3300 +despatch()@server.js:293 +execute()@server.js:267 +onPacket/<()@server.js:242 +onPacket()@server.js:241 +_onJSONObjectReady/<()@transport.js:500 +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1530191044977 geckodriver INFO geckodriver 0.20.1 +1530191044986 geckodriver INFO Listening on 127.0.0.1:33891 +1530191045984 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.enBKFJcOLeTn" +1530191050956 Marionette INFO Listening on port 36553 +1530191051035 Marionette WARN TLS certificate errors will be ignored for this session +1530191051532 geckodriver INFO geckodriver 0.20.1 +1530191051553 geckodriver INFO Listening on 127.0.0.1:37589 +1530191052530 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.nZWh8VPIWCc0" +1530191057179 Marionette INFO Listening on port 33477 +1530191057305 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1530191278253 geckodriver INFO geckodriver 0.20.1 +1530191278258 geckodriver INFO Listening on 127.0.0.1:50309 +1530191279259 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.0BRhXpM7X4Ph" +1530191283709 Marionette INFO Listening on port 36819 +1530191283799 Marionette WARN TLS certificate errors will be ignored for this session +1530191284246 geckodriver INFO geckodriver 0.20.1 +1530191284284 geckodriver INFO Listening on 127.0.0.1:33869 +1530191285230 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.ToISdL90goxy" +1530191291994 Marionette INFO Listening on port 37519 +1530191292094 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function diff --git a/OER_SeleniumTestCases/H5P Content Test Cases/CommunityContent.py b/OER_SeleniumTestCases/H5P Content Test Cases/CommunityContent.py new file mode 100644 index 0000000..e2e3622 --- /dev/null +++ b/OER_SeleniumTestCases/H5P Content Test Cases/CommunityContent.py @@ -0,0 +1,40 @@ +import unittest +import time +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC + + +class signup(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.url_basic = "http://172.17.0.1:7000/" + + def test_community_view(self): + user = "root" + pwd = "root1234" + title = "Selenium Test Cases" + delay = 20 + driver = webdriver.Firefox() + driver.maximize_window() # For maximizing window + driver.get("http://172.17.0.1:7000/") + driver.find_element_by_xpath('//a [@href="/login/?next=/"]').click() + driver.get("http://172.17.0.1:7000/login/?next=/") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + driver.find_element_by_xpath('//a [@href="/communities/"]').click() + driver.find_element_by_xpath('//a [@href="/community-view/1/"]').click() + driver.find_element_by_xpath("/html/body/div[4]/ul/li[4]/a").click() # Community Content Tabbed Button + driver.find_element_by_xpath("/html/body/div[4]/div[1]/div[1]/div") # Community Content Holder Path + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/H5P Content Test Cases/ContentTypeEditor.py b/OER_SeleniumTestCases/H5P Content Test Cases/ContentTypeEditor.py new file mode 100644 index 0000000..3a36b29 --- /dev/null +++ b/OER_SeleniumTestCases/H5P Content Test Cases/ContentTypeEditor.py @@ -0,0 +1,44 @@ +import unittest +from selenium import webdriver +import time + + +class signup(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.url_basic = "http://172.17.0.1:7000/" + + def test_community_view(self): + user = "root" + pwd = "root1234" + title = "Selenium H5P Content" + driver = webdriver.Firefox() + driver.maximize_window() + driver.get("http://172.17.0.1:7000/") + driver.find_element_by_xpath('//a [@href="/login/?next=/"]').click() + driver.get("http://172.17.0.1:7000/login/?next=/") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + driver.find_element_by_xpath('//a [@href="/communities/"]').click() + driver.find_element_by_xpath('//a [@href="/community-view/1/"]').click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreate']").click() + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[2]/div/div/div[2]/button[4]").click() # Create Resource > Intreractive Content Button xpath + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[6]/div/div/div[2]/form/div/div/input").click() # T and C Dialog Box Checkbox + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[6]/div/div/div[3]/button[2]").click() # T and C dialog Box Yes Button + elem = driver.find_element_by_id("id_title") + elem.send_keys(title) + driver.find_element_by_xpath("/html/body/div[4]/div/div/form/div[1]/ul/li[1]/label").click() #For Upload Radio Button + driver.find_element_by_xpath("/html/body/div[4]/div/div/form/div[1]/ul/li[2]/label").click() #For Create Radio Button + driver.find_element_by_xpath("/html/body/div[4]/div/div/form/label[2]") + driver.find_element_by_name("h5peditor-library").click() + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/H5P Content Test Cases/CreateRadioButtonWorking.py b/OER_SeleniumTestCases/H5P Content Test Cases/CreateRadioButtonWorking.py new file mode 100644 index 0000000..a903f26 --- /dev/null +++ b/OER_SeleniumTestCases/H5P Content Test Cases/CreateRadioButtonWorking.py @@ -0,0 +1,43 @@ +import unittest +from selenium import webdriver +import time + + +class signup(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.url_basic = "http://172.17.0.1:7000/" + + def test_community_view(self): + user = "root" + pwd = "root1234" + title = "Selenium H5P Content" + driver = webdriver.Firefox() + driver.maximize_window() + driver.get("http://172.17.0.1:7000/") + driver.find_element_by_xpath('//a [@href="/login/?next=/"]').click() + driver.get("http://172.17.0.1:7000/login/?next=/") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + driver.find_element_by_xpath('//a [@href="/communities/"]').click() + driver.find_element_by_xpath('//a [@href="/community-view/1/"]').click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreate']").click() + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[2]/div/div/div[2]/button[4]").click() # Create Resource > Interactive Content Button xpath + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[6]/div/div/div[2]/form/div/div/input").click() # T and C Button Checkbox + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[6]/div/div/div[3]/button[2]").click() #T and C Dialog Box Yes Button + elem = driver.find_element_by_id("id_title") + elem.send_keys(title) + driver.find_element_by_xpath("/html/body/div[4]/div/div/form/div[1]/ul/li[1]/label").click() #For Upload Radio Button + driver.find_element_by_xpath("/html/body/div[4]/div/div/form/div[1]/ul/li[2]/label").click() #For Create Radio Button + driver.find_element_by_xpath("/html/body/div[4]/div/div/form/label[2]") + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/H5P Content Test Cases/DialogBoxYesInteractiveContent.py b/OER_SeleniumTestCases/H5P Content Test Cases/DialogBoxYesInteractiveContent.py new file mode 100644 index 0000000..a323ecd --- /dev/null +++ b/OER_SeleniumTestCases/H5P Content Test Cases/DialogBoxYesInteractiveContent.py @@ -0,0 +1,38 @@ +# __author__= 'rushikesh' +import unittest +from selenium import webdriver + + +class signup(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.url_basic = "http://172.17.0.1:7000/" + + def test_community_view(self): + user = "root" + pwd = "root1234" + driver = webdriver.Firefox() + driver.maximize_window() # For maximizing window + #driver.implicitly_wait(20) # gives an implicit wait for 20 seconds + driver.get("http://172.17.0.1:7000/") + driver.find_element_by_xpath('//a [@href="/login/?next=/"]').click() + driver.get("http://172.17.0.1:7000/login/?next=/") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + driver.find_element_by_xpath('//a [@href="/communities/"]').click() + driver.find_element_by_xpath('//a [@href="/community-view/1/"]').click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreate']").click() + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[2]/div/div/div[2]/button[4]").click() # Create Resource > Interactive Content Dialog Button + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[6]/div/div/div[2]/form/div/div/input").click() # T and C Dialog Checkbox + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[6]/div/div/div[3]/button[2]").click() # T and C Dialog Box Yes Button + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/H5P Content Test Cases/EditTabButton.py b/OER_SeleniumTestCases/H5P Content Test Cases/EditTabButton.py new file mode 100644 index 0000000..7791fc6 --- /dev/null +++ b/OER_SeleniumTestCases/H5P Content Test Cases/EditTabButton.py @@ -0,0 +1,49 @@ +import unittest +import time +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC + + +class signup(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.url_basic = "http://172.17.0.1:7000/" + + def test_community_view(self): + user = "root" + pwd = "root1234" + title = "Selenium Test Cases" + delay = 20 + driver = webdriver.Firefox() + driver.maximize_window() # For maximizing window + driver.get("http://172.17.0.1:7000/") + driver.find_element_by_xpath('//a [@href="/login/?next=/"]').click() + driver.get("http://172.17.0.1:7000/login/?next=/") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + driver.find_element_by_xpath('//a [@href="/communities/"]').click() + driver.find_element_by_xpath('//a [@href="/community-view/1/"]').click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreate']").click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreateArticle']").click() + driver.find_element_by_id("exampleCheck1").click() + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[3]/div/div/div[3]/button[2]").click() # T and C Dialog Box Yes Button + elem = driver.find_element_by_id("title") + elem.send_keys(title) + driver.find_element_by_id("create").click() + time.sleep(10) + driver.find_element_by_id("save").click() + driver.find_element_by_xpath("/html/body/div[4]/div[1]/div/div[1]/div[1]/ul/li[2]/a").click() # Edit Tabbed Button Etherpad Module + driver.find_element_by_id("title") + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/H5P Content Test Cases/GroupContent.py b/OER_SeleniumTestCases/H5P Content Test Cases/GroupContent.py new file mode 100644 index 0000000..3946952 --- /dev/null +++ b/OER_SeleniumTestCases/H5P Content Test Cases/GroupContent.py @@ -0,0 +1,40 @@ +import unittest +import time +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC + + +class signup(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.url_basic = "http://172.17.0.1:7000/" + + def test_community_view(self): + user = "root" + pwd = "root1234" + title = "Selenium Test Cases" + delay = 20 + driver = webdriver.Firefox() + driver.maximize_window() # For maximizing window + driver.get("http://172.17.0.1:7000/") + driver.find_element_by_xpath('//a [@href="/login/?next=/"]').click() + driver.get("http://172.17.0.1:7000/login/?next=/") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + driver.find_element_by_xpath('//a [@href="/communities/"]').click() + driver.find_element_by_xpath('//a [@href="/community-view/1/"]').click() + driver.find_element_by_xpath("/html/body/div[4]/ul/li[5]/a").click() # Group Content Tabbed Button + driver.find_element_by_xpath("/html/body/div[4]/div/div[2]") # Checking For Text Under Group Content + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/H5P Content Test Cases/H5PSaveUnsuccessfulTest.py b/OER_SeleniumTestCases/H5P Content Test Cases/H5PSaveUnsuccessfulTest.py new file mode 100644 index 0000000..a1116b2 --- /dev/null +++ b/OER_SeleniumTestCases/H5P Content Test Cases/H5PSaveUnsuccessfulTest.py @@ -0,0 +1,42 @@ +import unittest +from selenium import webdriver +import time + + +class signup(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.url_basic = "http://172.17.0.1:7000/" + + def test_community_view(self): + user = "root" + pwd = "root1234" + title = "Selenium H5P Content" + driver = webdriver.Firefox() + driver.maximize_window() + driver.get("http://172.17.0.1:7000/") + driver.find_element_by_xpath('//a [@href="/login/?next=/"]').click() + driver.get("http://172.17.0.1:7000/login/?next=/") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + driver.find_element_by_xpath('//a [@href="/communities/"]').click() + driver.find_element_by_xpath('//a [@href="/community-view/1/"]').click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreate']").click() + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[2]/div/div/div[2]/button[4]").click() # Create Resource > Interactive Content Button + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[6]/div/div/div[2]/form/div/div/input").click() # T and C Dialog Box Checkbox + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[6]/div/div/div[3]/button[2]").click() # T and C Dialog Box Yes Button + elem = driver.find_element_by_id("id_title") + elem.send_keys(title) + driver.find_element_by_id("submit_editor").click() + driver.find_element_by_xpath("/html/body/div[4]/div/div/form/div[3]") # Unsuccessful Save Alert Message Xpath + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/H5P Content Test Cases/InteractiveContentButtonSuccess.py b/OER_SeleniumTestCases/H5P Content Test Cases/InteractiveContentButtonSuccess.py new file mode 100644 index 0000000..ef582e9 --- /dev/null +++ b/OER_SeleniumTestCases/H5P Content Test Cases/InteractiveContentButtonSuccess.py @@ -0,0 +1,32 @@ +#!/usr/bin/env python + +import unittest +from selenium import webdriver +from selenium.webdriver.common.action_chains import ActionChains +import os + +class TestJInteractiveContentButton(unittest.TestCase): + def setUp(self): + self.driver = webdriver.Firefox() + self.driver.maximize_window() + + def test_join_us(self): + self.driver.get("http://172.17.0.1:7000/login/") + user ="root" + pwd= "root1234" + elem = self.driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = self.driver.find_element_by_id("id_password") + elem.send_keys(pwd) + self.driver.find_element_by_class_name('btn-block').click() + self.driver.find_element_by_xpath('//a[@href="/communities/"]').click() + self.driver.find_element_by_xpath('//a[@href="/community-view/1/"]').click() + self.driver.find_element_by_class_name("btn.btn-success").click() + self.driver.find_element_by_id("content").click() + self.driver.find_element_by_class_name("form-group") + + def tearDown(self): + self.driver.quit(); + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/H5P Content Test Cases/ViewTabButton.py b/OER_SeleniumTestCases/H5P Content Test Cases/ViewTabButton.py new file mode 100644 index 0000000..731bed6 --- /dev/null +++ b/OER_SeleniumTestCases/H5P Content Test Cases/ViewTabButton.py @@ -0,0 +1,52 @@ +import unittest +import time +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC + + +class signup(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.url_basic = "http://172.17.0.1:7000/" + + def test_community_view(self): + user = "root" + pwd = "root1234" + title = "Selenium Test Cases" + delay = 20 + driver = webdriver.Firefox() + driver.maximize_window() # For maximizing window + driver.get("http://172.17.0.1:7000/") + result = requests.get(url_api).json() + driver.find_element_by_xpath('//a [@href="/login/?next=/"]').click() + driver.get("http://172.17.0.1:7000/login/?next=/") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + driver.find_element_by_xpath('//a [@href="/communities/"]').click() + driver.find_element_by_xpath('//a [@href="/community-view/1/"]').click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreate']").click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreateArticle']").click() + driver.find_element_by_id("exampleCheck1").click() + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[3]/div/div/div[3]/button[2]").click() # T and C Dialog Box Yes Button + elem = driver.find_element_by_id("title") + elem.send_keys(title) + driver.find_element_by_id("create").click() + time.sleep(10) + driver.find_element_by_id("save").click() + driver.find_element_by_xpath("/html/body/div[4]/div[1]/div/div[1]/div[1]/ul/li[2]/a").click() # Edit Tabbed Button Etherpad Module + driver.find_element_by_id("title") + driver.find_element_by_xpath("/html/body/div[4]/div/ul/li[1]/a").click() # View Tabbed Button Etherpad Module + driver.find_element_by_xpath("/html/body/div[4]/div[1]/div/div[1]/div[2]/h2/a") # Content Xpath that is to be viewed + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/Hover Test Cases/ArticleSaveButtonHover.py b/OER_SeleniumTestCases/Hover Test Cases/ArticleSaveButtonHover.py new file mode 100644 index 0000000..6b89a51 --- /dev/null +++ b/OER_SeleniumTestCases/Hover Test Cases/ArticleSaveButtonHover.py @@ -0,0 +1,46 @@ +import unittest +from selenium import webdriver +from selenium.webdriver.common.action_chains import ActionChains +import os + +class signup(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.url_basic = "http://172.17.0.1:7000/" + + def test_community_view(self): + user = "root" + pwd = "root1234" + title = "Selenium Test Cases" + driver = webdriver.Firefox() + driver.maximize_window() # For maximizing window + driver.get("http://172.17.0.1:7000/") + driver.find_element_by_xpath('//a [@href="/login/?next=/"]').click() + driver.get("http://172.17.0.1:7000/login/?next=/") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + driver.find_element_by_xpath('//a [@href="/communities/"]').click() + driver.find_element_by_xpath('//a [@href="/community-view/1/"]').click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreate']").click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreateArticle']").click() + driver.find_element_by_id("exampleCheck1").click() + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[3]/div/div/div[3]/button[2]").click() # T and C Dialog Box Yes Button + elem = driver.find_element_by_id("title") + elem.send_keys(title) + driver.find_element_by_id("create").click() + element_to_hover_over = driver.find_element_by_id("save") + hover = ActionChains(driver).move_to_element(element_to_hover_over) + hover.perform() + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() + + diff --git a/OER_SeleniumTestCases/Hover Test Cases/ArticleTitleHover.py b/OER_SeleniumTestCases/Hover Test Cases/ArticleTitleHover.py new file mode 100644 index 0000000..8cc04bb --- /dev/null +++ b/OER_SeleniumTestCases/Hover Test Cases/ArticleTitleHover.py @@ -0,0 +1,44 @@ +import unittest +from selenium import webdriver +from selenium.webdriver.common.action_chains import ActionChains +import os + + +class signup(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.url_basic = "http://172.17.0.1:7000/" + + def test_community_view(self): + user = "root" + pwd = "root1234" + title = "Selenium Test Cases" + articleBody = "This article is written by using Selenium" + driver = webdriver.Firefox() + driver.maximize_window() # For maximizing window + driver.get("http://172.17.0.1:7000/") + driver.find_element_by_xpath('//a [@href="/login/?next=/"]').click() + driver.get("http://172.17.0.1:7000/login/?next=/") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + driver.find_element_by_xpath('//a [@href="/communities/"]').click() + driver.find_element_by_xpath('//a [@href="/community-view/1/"]').click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreate']").click() + driver.find_element_by_xpath("//button [@type='button' and @data-target='#modalCreateArticle']").click() + driver.find_element_by_id("exampleCheck1").click() + driver.find_element_by_xpath("/html/body/div[4]/div/div/div[2]/div[2]/div[3]/div/div/div[3]/button[2]").click() # T and C Dialog Box Yes Button + element_to_hover_over = driver.find_element_by_id("title") + hover = ActionChains(driver).move_to_element(element_to_hover_over) + hover.perform() + + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/Hover Test Cases/CommunityHoverCheck.py b/OER_SeleniumTestCases/Hover Test Cases/CommunityHoverCheck.py new file mode 100644 index 0000000..bf95ba0 --- /dev/null +++ b/OER_SeleniumTestCases/Hover Test Cases/CommunityHoverCheck.py @@ -0,0 +1,34 @@ +#!/usr/bin/env python + +import unittest +from selenium import webdriver +from selenium.webdriver.common.action_chains import ActionChains +import os + +class LoginCorrect(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.driver.maximize_window() + + def test_LoginHover(self): + self.driver.get("http://172.17.0.1:7000/login/") + user ="root" + pwd= "root1234" + elem = self.driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = self.driver.find_element_by_id("id_password") + elem.send_keys(pwd) + self.driver.find_element_by_class_name('btn-block').click() + self.driver.find_element_by_xpath('//a[@href="/communities/"]').click() + element_to_hover_over = self.driver.find_element_by_class_name("img-responsive") + hover = ActionChains(self.driver).move_to_element(element_to_hover_over) + hover.perform() + + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/Hover Test Cases/CreateResourceHover.py b/OER_SeleniumTestCases/Hover Test Cases/CreateResourceHover.py new file mode 100644 index 0000000..4c564b2 --- /dev/null +++ b/OER_SeleniumTestCases/Hover Test Cases/CreateResourceHover.py @@ -0,0 +1,33 @@ +#!/usr/bin/env python + +import unittest +from selenium import webdriver +from selenium.webdriver.common.action_chains import ActionChains +import os + +class TestJoinUSButton(unittest.TestCase): + def setUp(self): + self.driver = webdriver.Firefox() + self.driver.maximize_window() + + def test_join_us(self): + self.driver.get("http://172.17.0.1:7000/login/") + user ="root" + pwd= "root1234" + elem = self.driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = self.driver.find_element_by_id("id_password") + elem.send_keys(pwd) + self.driver.find_element_by_class_name('btn-block').click() + self.driver.find_element_by_xpath('//a[@href="/communities/"]').click() + self.driver.find_element_by_xpath('//a[@href="/community-view/1/"]').click() + self.driver.find_element_by_class_name("btn.btn-success") + element_to_hover_over = self.driver.find_element_by_class_name("btn.btn-success") + hover = ActionChains(self.driver).move_to_element(element_to_hover_over) + hover.perform() + + def tearDown(self): + self.driver.quit(); + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/Hover Test Cases/InteractiveContentHover.py b/OER_SeleniumTestCases/Hover Test Cases/InteractiveContentHover.py new file mode 100644 index 0000000..7899fba --- /dev/null +++ b/OER_SeleniumTestCases/Hover Test Cases/InteractiveContentHover.py @@ -0,0 +1,33 @@ +#!/usr/bin/env python + +import unittest +from selenium import webdriver +from selenium.webdriver.common.action_chains import ActionChains +import os + +class TestJInteractiveContentButton(unittest.TestCase): + def setUp(self): + self.driver = webdriver.Firefox() + self.driver.maximize_window() + + def test_join_us(self): + self.driver.get("http://172.17.0.1:7000/login/") + user ="root" + pwd= "root1234" + elem = self.driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = self.driver.find_element_by_id("id_password") + elem.send_keys(pwd) + self.driver.find_element_by_class_name('btn-block').click() + self.driver.find_element_by_xpath('//a[@href="/communities/"]').click() + self.driver.find_element_by_xpath('//a[@href="/community-view/1/"]').click() + self.driver.find_element_by_class_name("btn.btn-success").click() + element_to_hover_over = self.driver.find_element_by_id("content") + hover = ActionChains(self.driver).move_to_element(element_to_hover_over) + hover.perform() + + def tearDown(self): + self.driver.quit(); + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/Hover Test Cases/LoginHoverCheck.py b/OER_SeleniumTestCases/Hover Test Cases/LoginHoverCheck.py new file mode 100644 index 0000000..f326c74 --- /dev/null +++ b/OER_SeleniumTestCases/Hover Test Cases/LoginHoverCheck.py @@ -0,0 +1,26 @@ +#!/usr/bin/env python + +import unittest +from selenium import webdriver +from selenium.webdriver.common.action_chains import ActionChains +import os + +class LoginCorrect(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.driver.maximize_window() + + def test_LoginHover(self): + self.driver.get("http://172.17.0.1:7000") + element_to_hover_over = self.driver.find_element_by_xpath('//a[@href="/login/?next=/"]') + hover = ActionChains(self.driver).move_to_element(element_to_hover_over) + hover.perform() + + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/Hover Test Cases/WikiButtonHover.py b/OER_SeleniumTestCases/Hover Test Cases/WikiButtonHover.py new file mode 100644 index 0000000..085457f --- /dev/null +++ b/OER_SeleniumTestCases/Hover Test Cases/WikiButtonHover.py @@ -0,0 +1,34 @@ +#!/usr/bin/env python + +import unittest +from selenium import webdriver +from selenium.webdriver.common.action_chains import ActionChains +import os + +class NavBarActions(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.driver.maximize_window() + + def test_navbar_wiki(self): + self.driver.get("http://172.17.0.1:7000/login/") + user ="root" + pwd= "root1234" + elem = self.driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = self.driver.find_element_by_id("id_password") + elem.send_keys(pwd) + self.driver.find_element_by_class_name('btn-block').click() + self.driver.find_element_by_xpath('//a[@href="/communities/"]').click() + self.driver.find_element_by_xpath('//a[@href="/community-view/1/"]').click() + element_to_hover_over = self.driver.find_element_by_xpath('//a[@href="/wiki/IIT Bombay1"]') + hover = ActionChains(self.driver).move_to_element(element_to_hover_over) + hover.perform() + + + def tearDown(self): + self.driver.quit() + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/Login Test Cases/CreateResourceButtonSuccess.py b/OER_SeleniumTestCases/Login Test Cases/CreateResourceButtonSuccess.py new file mode 100644 index 0000000..75af63d --- /dev/null +++ b/OER_SeleniumTestCases/Login Test Cases/CreateResourceButtonSuccess.py @@ -0,0 +1,31 @@ +#!/usr/bin/env python + +import unittest +from selenium import webdriver +from selenium.webdriver.common.action_chains import ActionChains +import os + +class TestJoinUSButton(unittest.TestCase): + def setUp(self): + self.driver = webdriver.Firefox() + self.driver.maximize_window() + + def test_join_us(self): + self.driver.get("http://172.17.0.1:7000/login/") + user ="root" + pwd= "root1234" + elem = self.driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = self.driver.find_element_by_id("id_password") + elem.send_keys(pwd) + self.driver.find_element_by_class_name('btn-block').click() + self.driver.find_element_by_xpath('//a[@href="/communities/"]').click() + self.driver.find_element_by_xpath('//a[@href="/community-view/1/"]').click() + self.driver.find_element_by_class_name("btn.btn-success").click() + self.driver.find_element_by_id("content") + + def tearDown(self): + self.driver.quit(); + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/Login Test Cases/JoinButtonSuccess.py b/OER_SeleniumTestCases/Login Test Cases/JoinButtonSuccess.py new file mode 100644 index 0000000..b2190b8 --- /dev/null +++ b/OER_SeleniumTestCases/Login Test Cases/JoinButtonSuccess.py @@ -0,0 +1,30 @@ +#!/usr/bin/env python + +import unittest +from selenium import webdriver +from selenium.webdriver.common.action_chains import ActionChains +import os + +class TestJoinUSButton(unittest.TestCase): + def setUp(self): + self.driver = webdriver.Firefox() + self.driver.maximize_window() + + def test_join_us(self): + self.driver.get("http://172.17.0.1:7000/login/") + user ="root" + pwd= "root1234" + elem = self.driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = self.driver.find_element_by_id("id_password") + elem.send_keys(pwd) + self.driver.find_element_by_class_name('btn-block').click() + self.driver.find_element_by_xpath('//a[@href="/communities/"]').click() + self.driver.find_element_by_xpath('//a[@href="/community-view/1/"]').click() + self.driver.find_element_by_class_name("btn.btn-success").click() + + def tearDown(self): + self.driver.quit(); + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/Login Test Cases/LoginCorrectTestCase.py b/OER_SeleniumTestCases/Login Test Cases/LoginCorrectTestCase.py new file mode 100644 index 0000000..7950c80 --- /dev/null +++ b/OER_SeleniumTestCases/Login Test Cases/LoginCorrectTestCase.py @@ -0,0 +1,28 @@ +#!/usr/bin/env python + +import unittest +from selenium import webdriver + +class LoginCorrect(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + + def test_LoginCorrect(self): + user ="root" + pwd= "root1234" + driver = webdriver.Firefox() + driver.get("http://172.17.0.1:7000/login") + elem = driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = driver.find_element_by_id("id_password") + elem.send_keys(pwd) + driver.find_element_by_class_name('btn-block').click() + + + def tearDown(self): + self.driver.quit() + + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/Wiki Testing/WikiButtonSuccess.py b/OER_SeleniumTestCases/Wiki Testing/WikiButtonSuccess.py new file mode 100644 index 0000000..74a6707 --- /dev/null +++ b/OER_SeleniumTestCases/Wiki Testing/WikiButtonSuccess.py @@ -0,0 +1,33 @@ +#!/usr/bin/env python + +import unittest +from selenium import webdriver +from selenium.webdriver.common.action_chains import ActionChains +import os + +class NavBarActions(unittest.TestCase): + + def setUp(self): + self.driver = webdriver.Firefox() + self.driver.maximize_window() + + def test_navbar_wiki(self): + self.driver.get("http://172.17.0.1:7000/login/") + user ="root" + pwd= "root1234" + elem = self.driver.find_element_by_id("id_username") + elem.send_keys(user) + elem = self.driver.find_element_by_id("id_password") + elem.send_keys(pwd) + self.driver.find_element_by_class_name('btn-block').click() + self.driver.find_element_by_xpath('//a[@href="/communities/"]').click() + self.driver.get("http://172.17.0.1:7000/community-view/1/") + self.driver.find_element_by_xpath('//a[@href="/wiki/IIT Bombay1"]').click() + self.driver.find_element_by_class_name("container") + + + def tearDown(self): + self.driver.quit() + +if __name__ == '__main__': + unittest.main() diff --git a/OER_SeleniumTestCases/geckodriver.log b/OER_SeleniumTestCases/geckodriver.log new file mode 100644 index 0000000..d1f1f61 --- /dev/null +++ b/OER_SeleniumTestCases/geckodriver.log @@ -0,0 +1,3727 @@ +1529663350050 geckodriver INFO geckodriver 0.20.1 +1529663350055 geckodriver INFO Listening on 127.0.0.1:58009 +1529663351057 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.UUycbVaEJZm8" +1529663356479 Marionette INFO Listening on port 33143 +1529663356526 Marionette WARN TLS certificate errors will be ignored for this session +1529663395201 addons.productaddons WARN Failed downloading XML, status: 0, reason: timeout +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 8: ReferenceError: Chart is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529663435261 addons.productaddons WARN Failed downloading via XHR, status: 0, reason: error +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 8: ReferenceError: Chart is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 8: ReferenceError: Chart is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 8: ReferenceError: Chart is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 8: ReferenceError: Chart is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529667809273 geckodriver INFO geckodriver 0.20.1 +1529667809279 geckodriver INFO Listening on 127.0.0.1:38293 +1529667810284 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.hU0PtQgKtlMc" +1529667815967 Marionette INFO Listening on port 44077 +1529667816055 Marionette WARN TLS certificate errors will be ignored for this session +1529667816825 geckodriver INFO geckodriver 0.20.1 +1529667816854 geckodriver INFO Listening on 127.0.0.1:33303 +1529667817818 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.A5wHU7anJ0Sv" +1529667823246 Marionette INFO Listening on port 39031 +1529667823294 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529668088868 geckodriver INFO geckodriver 0.20.1 +1529668088874 geckodriver INFO Listening on 127.0.0.1:56747 +1529668089875 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.fALzfO0RYkSY" +1529668095204 Marionette INFO Listening on port 39605 +1529668095238 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529668250329 geckodriver INFO geckodriver 0.20.1 +1529668250334 geckodriver INFO Listening on 127.0.0.1:50615 +1529668251336 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.tQZTxhYBeEmv" +1529668256642 Marionette INFO Listening on port 38543 +1529668256706 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529668603263 geckodriver INFO geckodriver 0.20.1 +1529668603272 geckodriver INFO Listening on 127.0.0.1:56779 +1529668604271 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.2AAJpauuDF71" +1529668609121 Marionette INFO Listening on port 45273 +1529668609218 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529668729377 geckodriver INFO geckodriver 0.20.1 +1529668729383 geckodriver INFO Listening on 127.0.0.1:51177 +1529668730393 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.apyQX21sV3ov" +1529668735356 Marionette INFO Listening on port 43997 +1529668735432 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529668855322 geckodriver INFO geckodriver 0.20.1 +1529668855328 geckodriver INFO Listening on 127.0.0.1:48869 +1529668856330 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.qHmvBU0kIqjg" +1529668861322 Marionette INFO Listening on port 34695 +1529668861387 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: https://platform.twitter.com/widgets/widget_iframe.c5b006ac082bc92aa829181b9ce63af1.html?origin=http%3A%2F%2F172.17.0.1%3A7000&settingsEndpoint=https%3A%2F%2Fsyndication.twitter.com%2Fsettings, line 12: Error: Network error. +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529669327920 geckodriver INFO geckodriver 0.20.1 +1529669327926 geckodriver INFO Listening on 127.0.0.1:39731 +1529669328927 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.Z9FkbQocElfu" +1529669334046 Marionette INFO Listening on port 43431 +1529669334090 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529670341837 geckodriver INFO geckodriver 0.20.1 +1529670341842 geckodriver INFO Listening on 127.0.0.1:47361 +1529670342845 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.irdU8UM8EfXz" +1529670347925 Marionette INFO Listening on port 45135 +1529670348030 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529670991441 geckodriver INFO geckodriver 0.20.1 +1529670991446 geckodriver INFO Listening on 127.0.0.1:48885 +1529670992492 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.v983swbw5RQ7" +1529670998212 Marionette INFO Listening on port 32913 +1529670998310 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529671145211 geckodriver INFO geckodriver 0.20.1 +1529671145230 geckodriver INFO Listening on 127.0.0.1:41573 +1529671146221 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.udMQmfJxQCcy" +1529671155917 Marionette INFO Listening on port 40093 +1529671155984 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529671867535 geckodriver INFO geckodriver 0.20.1 +1529671867541 geckodriver INFO Listening on 127.0.0.1:48983 +1529671868546 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.ZUdzeaQTJigd" +1529671876518 Marionette INFO Listening on port 39491 +1529671876575 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529672483342 geckodriver INFO geckodriver 0.20.1 +1529672483348 geckodriver INFO Listening on 127.0.0.1:55167 +1529672484397 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.xfF4CBJDd9CV" +1529672489348 Marionette INFO Listening on port 37171 +1529672489498 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529672617550 geckodriver INFO geckodriver 0.20.1 +1529672617558 geckodriver INFO Listening on 127.0.0.1:56895 +1529672618556 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.4B0BTPblG5l3" +1529672624132 Marionette INFO Listening on port 39161 +1529672624230 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529672868405 geckodriver INFO geckodriver 0.20.1 +1529672868416 geckodriver INFO Listening on 127.0.0.1:35515 +1529672869415 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.0c0JMlRV55aD" +1529672874430 Marionette INFO Listening on port 41703 +1529672874503 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: https://platform.twitter.com/widgets/widget_iframe.c5b006ac082bc92aa829181b9ce63af1.html?origin=http%3A%2F%2F172.17.0.1%3A7000&settingsEndpoint=https%3A%2F%2Fsyndication.twitter.com%2Fsettings, line 12: Error: Network error. +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529673229917 geckodriver INFO geckodriver 0.20.1 +1529673229946 geckodriver INFO Listening on 127.0.0.1:38043 +1529673230915 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.IU7tdTVLZ2e8" +1529673235980 Marionette INFO Listening on port 43613 +1529673236104 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529673258668 addons.productaddons WARN Failed downloading via XHR, status: 0, reason: error +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529674578103 geckodriver INFO geckodriver 0.20.1 +1529674578109 geckodriver INFO Listening on 127.0.0.1:50861 +1529674579111 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.PxL21QqbV4r6" +1529674584641 Marionette INFO Listening on port 41811 +1529674584746 Marionette WARN TLS certificate errors will be ignored for this session +1529674585306 geckodriver INFO geckodriver 0.20.1 +1529674585358 geckodriver INFO Listening on 127.0.0.1:52545 +1529674586301 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.q19fjfgEC8zq" +1529674591429 Marionette INFO Listening on port 40359 +1529674591502 Marionette WARN TLS certificate errors will be ignored for this session +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529674722300 geckodriver INFO geckodriver 0.20.1 +1529674722313 geckodriver INFO Listening on 127.0.0.1:36331 +1529674723306 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.pYnHFC4Oy08G" +1529674729459 Marionette INFO Listening on port 46845 +1529674729489 Marionette WARN TLS certificate errors will be ignored for this session +1529674729929 geckodriver INFO geckodriver 0.20.1 +1529674729955 geckodriver INFO Listening on 127.0.0.1:49987 +1529674730913 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.ProFXDDPR4xf" +1529674736795 Marionette INFO Listening on port 46277 +1529674736928 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: https://platform.twitter.com/widgets/widget_iframe.c5b006ac082bc92aa829181b9ce63af1.html?origin=http%3A%2F%2F172.17.0.1%3A7000&settingsEndpoint=https%3A%2F%2Fsyndication.twitter.com%2Fsettings, line 12: Error: Network error. +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529674873518 geckodriver INFO geckodriver 0.20.1 +1529674873524 geckodriver INFO Listening on 127.0.0.1:44783 +1529674874527 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.gF9ynIwa7O4O" +1529674879442 Marionette INFO Listening on port 35779 +1529674879490 Marionette WARN TLS certificate errors will be ignored for this session +1529674880422 addons.xpi WARN Exception running bootstrap method shutdown on activity-stream@mozilla.org: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIObserverService.removeObserver]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://activity-stream/lib/SnippetsFeed.jsm :: uninit :: line 185" data: no] Stack trace: uninit()@resource://activity-stream/lib/SnippetsFeed.jsm:185 +onAction()@resource://activity-stream/lib/SnippetsFeed.jsm:201 +_middleware/ jar:file:///usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi!/bootstrap.js:73 +shutdown()@resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi!/bootstrap.js:169 +callBootstrapMethod()@resource://gre/modules/addons/XPIProvider.jsm:4436 +observe()@resource://gre/modules/addons/XPIProvider.jsm:2287 +GeckoDriver.prototype.quit()@driver.js:3300 +despatch()@server.js:293 +execute()@server.js:267 +onPacket/<()@server.js:242 +onPacket()@server.js:241 +_onJSONObjectReady/<()@transport.js:500 +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529674940190 geckodriver INFO geckodriver 0.20.1 +1529674940196 geckodriver INFO Listening on 127.0.0.1:56569 +1529674941199 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.OrDRYSYPfYwR" +1529674946145 Marionette INFO Listening on port 35587 +1529674946244 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +1529675222710 geckodriver INFO geckodriver 0.20.1 +1529675222716 geckodriver INFO Listening on 127.0.0.1:56843 +1529675223725 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.G6AwMBOdRHcF" +1529675229218 Marionette INFO Listening on port 34165 +1529675229320 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +1529675663827 geckodriver INFO geckodriver 0.20.1 +1529675663833 geckodriver INFO Listening on 127.0.0.1:53075 +1529675664835 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.noNa27ylMq8D" +1529675669744 Marionette INFO Listening on port 41617 +1529675669852 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529676000482 geckodriver INFO geckodriver 0.20.1 +1529676000488 geckodriver INFO Listening on 127.0.0.1:38201 +1529676001490 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.JTypzwW9Xu0n" +1529676006509 Marionette INFO Listening on port 43723 +1529676006563 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529676573022 geckodriver INFO geckodriver 0.20.1 +1529676573028 geckodriver INFO Listening on 127.0.0.1:44719 +1529676574031 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.efCpVGGExXTL" +1529676578866 Marionette INFO Listening on port 44507 +1529676578914 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529676710800 geckodriver INFO geckodriver 0.20.1 +1529676710805 geckodriver INFO Listening on 127.0.0.1:49647 +1529676711808 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.EFsOF8ZZs7n4" +1529676717763 Marionette INFO Listening on port 42413 +1529676717865 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529677165123 geckodriver INFO geckodriver 0.20.1 +1529677165130 geckodriver INFO Listening on 127.0.0.1:42023 +1529677166131 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.Eh1vzSN2evhH" +1529677171327 Marionette INFO Listening on port 45381 +1529677171393 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529677472539 geckodriver INFO geckodriver 0.20.1 +1529677472545 geckodriver INFO Listening on 127.0.0.1:60021 +1529677473548 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.x0f03qlj00Li" +1529677478345 Marionette INFO Listening on port 40517 +1529677478411 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529677498069 addons.productaddons WARN Failed downloading XML, status: 0, reason: error +1529677498102 addons.productaddons WARN Failed downloading via XHR, status: 0, reason: error +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529678543992 geckodriver INFO geckodriver 0.20.1 +1529678543998 geckodriver INFO Listening on 127.0.0.1:50047 +1529678545003 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.LQExYsIDC2Uo" +1529678550430 Marionette INFO Listening on port 34165 +1529678550465 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 8: ReferenceError: Chart is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529680113178 geckodriver INFO geckodriver 0.20.1 +1529680113187 geckodriver INFO Listening on 127.0.0.1:50813 +1529680114185 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.eawSeKz79hch" +1529680119876 Marionette INFO Listening on port 35861 +1529680119959 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529680143663 addons.productaddons WARN Failed downloading via XHR, status: 0, reason: error +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529684685369 geckodriver INFO geckodriver 0.20.1 +1529684685375 geckodriver INFO Listening on 127.0.0.1:40405 +1529684686378 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.XrZxR0cDfLsz" +1529684691472 Marionette INFO Listening on port 36803 +1529684691544 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529685388171 geckodriver INFO geckodriver 0.20.1 +1529685388176 geckodriver INFO Listening on 127.0.0.1:49849 +1529685389179 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.wovb453mXo3L" +1529685394035 Marionette INFO Listening on port 46671 +1529685394128 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529718725852 geckodriver INFO geckodriver 0.20.1 +1529718725923 geckodriver INFO Listening on 127.0.0.1:58145 +1529718726874 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.TWeu1NWCzbYF" +1529718738009 Marionette INFO Listening on port 45965 +1529718738061 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/h5p/login/?next=/h5p/create/, line 291: ReferenceError: None is not defined +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529719748496 geckodriver INFO geckodriver 0.20.1 +1529719748603 geckodriver INFO Listening on 127.0.0.1:46279 +1529719749546 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.6IZBYDLEAIeQ" +1529719763360 Marionette INFO Listening on port 39297 +1529719763457 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/h5p/login/?next=/h5p/create/, line 291: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +WARNING: At least one completion condition is taking too long to complete. Conditions: [{"name":"SessionStore: flushing all windows","state":{"total":1,"current":0},"filename":"resource:///modules/sessionstore/SessionStore.jsm","lineNumber":1608,"stack":["resource:///modules/sessionstore/SessionStore.jsm:ssi_onQuitApplicationGranted:1608","resource:///modules/sessionstore/SessionStore.jsm:ssi_observe:777","chrome://marionette/content/driver.js:GeckoDriver.prototype.quit:3300","chrome://marionette/content/server.js:despatch:293","chrome://marionette/content/server.js:execute:267","chrome://marionette/content/server.js:onPacket/<:242","chrome://marionette/content/server.js:onPacket:241","chrome://marionette/content/transport.js:_onJSONObjectReady/<:500"]}] Barrier: quit-application-granted + +###!!! [Child][MessageChannel] Error: (msgtype=0x540027,name=PNecko::Msg_RemoveRequestContext) Channel closing: too late to send/recv, messages will be lost + +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529719878922 geckodriver INFO geckodriver 0.20.1 +1529719878930 geckodriver INFO Listening on 127.0.0.1:53995 +1529719880258 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.PGLn4U1ujeCv" +1529719891252 Marionette INFO Listening on port 35841 +1529719891333 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/h5p/login/?next=/h5p/create/, line 291: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +ExceptionHandler::GenerateDump cloned child 21851 +ExceptionHandler::SendContinueSignalToChild sent continue signal to child +ExceptionHandler::WaitForContinueSignal waiting for continue signal... +JavaScript error: resource://gre/modules/AsyncShutdown.jsm, line 683: Error: Phase "profile-before-change" is finished, it is too late to register completion condition "CrashService waiting for content crash ping to be sent" + +###!!! [Parent][MessageChannel] Error: (msgtype=0x480017,name=PHttpChannel::Msg_DeleteSelf) Channel error: cannot send/recv + + +###!!! [Parent][MessageChannel] Error: (msgtype=0x480017,name=PHttpChannel::Msg_DeleteSelf) Channel error: cannot send/recv + + +###!!! [Parent][MessageChannel] Error: (msgtype=0x480017,name=PHttpChannel::Msg_DeleteSelf) Channel error: cannot send/recv + +A content process crashed and MOZ_CRASHREPORTER_SHUTDOWN is set, shutting down +1529720000164 geckodriver INFO geckodriver 0.20.1 +1529720000170 geckodriver INFO Listening on 127.0.0.1:47763 +1529720001175 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.IqeIdMHtaz0u" +1529720005707 Marionette INFO Listening on port 45797 +1529720005819 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/h5p/login/?next=/h5p/create/, line 291: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: chrome://browser/content/browser.js, line 7044: TypeError: cannot use the given object as a weak map key +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529720095761 geckodriver INFO geckodriver 0.20.1 +1529720095767 geckodriver INFO Listening on 127.0.0.1:45741 +1529720096769 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.uRCUIQBcDbq2" +1529720102866 Marionette INFO Listening on port 38299 +1529720102947 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/h5p/login/?next=/h5p/create/, line 291: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529720158685 addons.productaddons WARN Failed downloading via XHR, status: 0, reason: error +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529721484379 geckodriver INFO geckodriver 0.20.1 +1529721484393 geckodriver INFO Listening on 127.0.0.1:41797 +1529721485389 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.j9frktvQs4dI" +1529721490324 Marionette INFO Listening on port 38471 +1529721490340 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529918812505 geckodriver INFO geckodriver 0.20.1 +1529918812576 geckodriver INFO Listening on 127.0.0.1:39615 +1529918813509 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.TxMdDPL0GMo5" +1529918824665 Marionette INFO Listening on port 46101 +1529918824712 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529921250342 geckodriver INFO geckodriver 0.20.1 +1529921250349 geckodriver INFO Listening on 127.0.0.1:42155 +1529921251350 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.m87IcOqzBfhz" +1529921257480 Marionette INFO Listening on port 45163 +1529921257521 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529921417147 geckodriver INFO geckodriver 0.20.1 +1529921417152 geckodriver INFO Listening on 127.0.0.1:58823 +1529921418157 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.lE2tZxwBBeDP" +1529921422520 Marionette INFO Listening on port 36221 +1529921422622 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529923594201 geckodriver INFO geckodriver 0.20.1 +1529923594207 geckodriver INFO Listening on 127.0.0.1:39249 +1529923595210 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.B7sKy0PaJDms" +1529923601440 Marionette INFO Listening on port 40787 +1529923601524 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529923712477 geckodriver INFO geckodriver 0.20.1 +1529923712487 geckodriver INFO Listening on 127.0.0.1:53143 +1529923713481 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.9ds43QfgpGfK" +1529923718982 Marionette INFO Listening on port 41589 +1529923719101 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529924189793 geckodriver INFO geckodriver 0.20.1 +1529924189799 geckodriver INFO Listening on 127.0.0.1:44767 +1529924190805 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.M93CRhP5Qz9T" +1529924195481 Marionette INFO Listening on port 32803 +1529924195546 Marionette WARN TLS certificate errors will be ignored for this session +1529924363290 geckodriver INFO geckodriver 0.20.1 +1529924363299 geckodriver INFO Listening on 127.0.0.1:56051 +1529924364296 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.A3PGlGBjtkfM" +1529924369239 Marionette INFO Listening on port 45219 +1529924369428 Marionette WARN TLS certificate errors will be ignored for this session +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529924509072 geckodriver INFO geckodriver 0.20.1 +1529924509078 geckodriver INFO Listening on 127.0.0.1:54405 +1529924510077 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.5NCaUVpwpCTo" +1529924515084 Marionette INFO Listening on port 33233 +1529924515137 Marionette WARN TLS certificate errors will be ignored for this session +1529924515901 geckodriver INFO geckodriver 0.20.1 +1529924515920 geckodriver INFO Listening on 127.0.0.1:45959 +1529924516905 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.kDePTHIUqfxh" +1529924523323 Marionette INFO Listening on port 46207 +1529924523381 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529928455490 geckodriver INFO geckodriver 0.20.1 +1529928455543 geckodriver INFO Listening on 127.0.0.1:55985 +1529928456496 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.4T9J855bsOVT" +1529928467790 Marionette INFO Listening on port 38259 +1529928467916 Marionette WARN TLS certificate errors will be ignored for this session +1529928468385 geckodriver INFO geckodriver 0.20.1 +1529928468400 geckodriver INFO Listening on 127.0.0.1:40339 +1529928469391 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.OPCx7QFMmQnm" +1529928476525 Marionette INFO Listening on port 32789 +1529928476571 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529929122892 geckodriver INFO geckodriver 0.20.1 +1529929122903 geckodriver INFO Listening on 127.0.0.1:36551 +1529929123896 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.22iJrq0gJTiP" +1529929129940 Marionette INFO Listening on port 43995 +1529929130041 Marionette WARN TLS certificate errors will be ignored for this session +1529929130528 geckodriver INFO geckodriver 0.20.1 +1529929130534 geckodriver INFO Listening on 127.0.0.1:50907 +1529929131532 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.CynHNzKZBBcf" +1529929139687 Marionette INFO Listening on port 42385 +1529929140003 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529946846780 geckodriver INFO geckodriver 0.20.1 +1529946846828 geckodriver INFO Listening on 127.0.0.1:44095 +1529946848308 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.SMUp2kfknuuL" +1529946855213 Marionette INFO Listening on port 36151 +1529946855307 Marionette WARN TLS certificate errors will be ignored for this session +1529946857067 geckodriver INFO geckodriver 0.20.1 +1529946857103 geckodriver INFO Listening on 127.0.0.1:41255 +1529946858066 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.MW2q3fYD74Rk" +1529946868062 Marionette INFO Listening on port 43887 +1529946868199 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +1529947143248 geckodriver INFO geckodriver 0.20.1 +1529947143254 geckodriver INFO Listening on 127.0.0.1:37641 +1529947144952 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.Y1GN20IilSlY" +1529947154046 Marionette INFO Listening on port 33183 +1529947154138 Marionette WARN TLS certificate errors will be ignored for this session +1529947154621 geckodriver INFO geckodriver 0.20.1 +1529947154643 geckodriver INFO Listening on 127.0.0.1:41709 +1529947155623 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.4tFPgNUSxxJA" +1529947162680 Marionette INFO Listening on port 35803 +1529947162882 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529947387997 geckodriver INFO geckodriver 0.20.1 +1529947388004 geckodriver INFO Listening on 127.0.0.1:52739 +1529947389004 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.yYSN3KNpOFpR" +1529947396437 Marionette INFO Listening on port 41717 +1529947396507 Marionette WARN TLS certificate errors will be ignored for this session +1529947397062 geckodriver INFO geckodriver 0.20.1 +1529947397097 geckodriver INFO Listening on 127.0.0.1:34923 +1529947398067 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.QvNa7k4NmD4x" +1529947405005 Marionette INFO Listening on port 40067 +1529947405047 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529947542546 geckodriver INFO geckodriver 0.20.1 +1529947542562 geckodriver INFO Listening on 127.0.0.1:38327 +1529947543561 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.78PW5BQ7lvFa" +1529947555133 Marionette INFO Listening on port 38545 +1529947555197 Marionette WARN TLS certificate errors will be ignored for this session +1529947555785 geckodriver INFO geckodriver 0.20.1 +1529947555826 geckodriver INFO Listening on 127.0.0.1:34727 +1529947556792 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.dGVQsr3HOnLo" +1529947563162 Marionette INFO Listening on port 35683 +1529947563390 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +1529948367607 geckodriver INFO geckodriver 0.20.1 +1529948367613 geckodriver INFO Listening on 127.0.0.1:55459 +1529948368613 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.UYjEozaGMxd9" +1529948373543 Marionette INFO Listening on port 42647 +1529948373804 Marionette WARN TLS certificate errors will be ignored for this session +1529948374392 geckodriver INFO geckodriver 0.20.1 +1529948374412 geckodriver INFO Listening on 127.0.0.1:42683 +1529948375397 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.vaJ3MeBiQ5MR" +1529948382198 Marionette INFO Listening on port 35013 +1529948382265 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: https://platform.twitter.com/widgets/widget_iframe.c5b006ac082bc92aa829181b9ce63af1.html?origin=http%3A%2F%2F172.17.0.1%3A7000&settingsEndpoint=https%3A%2F%2Fsyndication.twitter.com%2Fsettings, line 12: Error: Network error. +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529948615375 geckodriver INFO geckodriver 0.20.1 +1529948615384 geckodriver INFO Listening on 127.0.0.1:43969 +1529948616382 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.BxOlhrTmfgCD" +1529948621692 Marionette INFO Listening on port 36505 +1529948621766 Marionette WARN TLS certificate errors will be ignored for this session +1529948622271 geckodriver INFO geckodriver 0.20.1 +1529948622291 geckodriver INFO Listening on 127.0.0.1:60315 +1529948623269 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.Nu1nUThUEsqZ" +1529948629258 Marionette INFO Listening on port 38701 +1529948629321 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +console.warn: LoginRecipes: getRecipes: falling back to a synchronous message for: http://172.17.0.1:7000 +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +1529948763078 geckodriver INFO geckodriver 0.20.1 +1529948763087 geckodriver INFO Listening on 127.0.0.1:59759 +1529948764085 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.RP1BNtVsfl3i" +1529948770444 Marionette INFO Listening on port 44205 +1529948770484 Marionette WARN TLS certificate errors will be ignored for this session +1529948771005 geckodriver INFO geckodriver 0.20.1 +1529948771044 geckodriver INFO Listening on 127.0.0.1:50313 +1529948772012 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.60LsHeu6hL0H" +1529948778196 Marionette INFO Listening on port 41383 +1529948778287 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529949811599 geckodriver INFO geckodriver 0.20.1 +1529949811614 geckodriver INFO Listening on 127.0.0.1:52819 +1529949812605 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.rCesyxcNph1n" +1529949817258 Marionette INFO Listening on port 43045 +1529949817454 Marionette WARN TLS certificate errors will be ignored for this session +1529949817901 geckodriver INFO geckodriver 0.20.1 +1529949817919 geckodriver INFO Listening on 127.0.0.1:45867 +1529949818891 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.xorm9ACiJ3Fa" +1529949825157 Marionette INFO Listening on port 42785 +1529949825375 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +1529950039909 geckodriver INFO geckodriver 0.20.1 +1529950039914 geckodriver INFO Listening on 127.0.0.1:49455 +1529950040916 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.HvrNdSGgJlmz" +1529950045442 Marionette INFO Listening on port 43255 +1529950045493 Marionette WARN TLS certificate errors will be ignored for this session +1529950045912 geckodriver INFO geckodriver 0.20.1 +1529950045939 geckodriver INFO Listening on 127.0.0.1:33679 +1529950046907 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.nCbGbCC5quQN" +1529950052849 Marionette INFO Listening on port 35443 +1529950052878 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: https://platform.twitter.com/widgets/widget_iframe.c5b006ac082bc92aa829181b9ce63af1.html?origin=http%3A%2F%2F172.17.0.1%3A7000&settingsEndpoint=https%3A%2F%2Fsyndication.twitter.com%2Fsettings, line 12: Error: Network error. +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +1529950431928 geckodriver INFO geckodriver 0.20.1 +1529950431933 geckodriver INFO Listening on 127.0.0.1:50447 +1529950432935 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.WurAmosT84qk" +1529950438029 Marionette INFO Listening on port 46015 +1529950438088 Marionette WARN TLS certificate errors will be ignored for this session +1529950438514 geckodriver INFO geckodriver 0.20.1 +1529950438524 geckodriver INFO Listening on 127.0.0.1:35445 +1529950439518 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.EGupYg8mNqih" +1529950445780 Marionette INFO Listening on port 46251 +1529950445867 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529950464508 addons.productaddons WARN Failed downloading via XHR, status: 0, reason: error +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529950607022 geckodriver INFO geckodriver 0.20.1 +1529950607028 geckodriver INFO Listening on 127.0.0.1:52825 +1529950608028 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.7x3lNtHkglMa" +1529950612662 Marionette INFO Listening on port 44145 +1529950612686 Marionette WARN TLS certificate errors will be ignored for this session +1529950613171 geckodriver INFO geckodriver 0.20.1 +1529950613201 geckodriver INFO Listening on 127.0.0.1:56043 +1529950614169 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.bDxFXeI9zutM" +1529950619665 Marionette INFO Listening on port 42601 +1529950619847 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: https://platform.twitter.com/widgets/widget_iframe.c5b006ac082bc92aa829181b9ce63af1.html?origin=http%3A%2F%2F172.17.0.1%3A7000&settingsEndpoint=https%3A%2F%2Fsyndication.twitter.com%2Fsettings, line 12: Error: Network error. +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529950740585 geckodriver INFO geckodriver 0.20.1 +1529950740590 geckodriver INFO Listening on 127.0.0.1:33111 +1529950741591 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.oL2JUzw9HoDj" +1529950747097 Marionette INFO Listening on port 44173 +1529950747299 Marionette WARN TLS certificate errors will be ignored for this session +1529950747830 geckodriver INFO geckodriver 0.20.1 +1529950747848 geckodriver INFO Listening on 127.0.0.1:34415 +1529950748830 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.KEDptE7eKHW6" +1529950755345 Marionette INFO Listening on port 34317 +1529950755416 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529951242848 geckodriver INFO geckodriver 0.20.1 +1529951242857 geckodriver INFO Listening on 127.0.0.1:56175 +1529951243857 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.EcVS06uVTHiI" +1529951248941 Marionette INFO Listening on port 42629 +1529951249015 Marionette WARN TLS certificate errors will be ignored for this session +1529951249403 geckodriver INFO geckodriver 0.20.1 +1529951249431 geckodriver INFO Listening on 127.0.0.1:36635 +1529951250409 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.3hQHJMebFnKG" +1529951257638 Marionette INFO Listening on port 39053 +1529951257849 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:9001/javascripts/lib/ep_etherpad-lite/static/js/ace2_common.js?callback=require.define, line 1: SyntaxError: expected expression, got ')' +1529951655510 geckodriver INFO geckodriver 0.20.1 +1529951655516 geckodriver INFO Listening on 127.0.0.1:47537 +1529951656516 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.lCMayONlByMa" +1529951662844 Marionette INFO Listening on port 42881 +1529951662938 Marionette WARN TLS certificate errors will be ignored for this session +1529951663508 geckodriver INFO geckodriver 0.20.1 +1529951663532 geckodriver INFO Listening on 127.0.0.1:33809 +1529951664510 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.XvpGSkGsSbNy" +1529951671130 Marionette INFO Listening on port 44169 +1529951671187 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:9001/javascripts/lib/ep_etherpad-lite/static/js/ace2_common.js?callback=require.define, line 1: SyntaxError: expected expression, got ')' +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529951913234 geckodriver INFO geckodriver 0.20.1 +1529951913239 geckodriver INFO Listening on 127.0.0.1:47707 +1529951914244 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.wkja6PTe93tB" +1529951920427 Marionette INFO Listening on port 45833 +1529951920499 Marionette WARN TLS certificate errors will be ignored for this session +1529951920927 geckodriver INFO geckodriver 0.20.1 +1529951920943 geckodriver INFO Listening on 127.0.0.1:59955 +1529951921922 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.MwUSDjkkbGVr" +1529951928265 Marionette INFO Listening on port 34773 +1529951928344 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:9001/javascripts/lib/ep_etherpad-lite/static/js/ace2_common.js?callback=require.define, line 1: SyntaxError: expected expression, got ')' +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529952060629 geckodriver INFO geckodriver 0.20.1 +1529952060635 geckodriver INFO Listening on 127.0.0.1:44205 +1529952061635 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.cedanaKuJAFp" +1529952066972 Marionette INFO Listening on port 40393 +1529952067036 Marionette WARN TLS certificate errors will be ignored for this session +1529952067527 geckodriver INFO geckodriver 0.20.1 +1529952067559 geckodriver INFO Listening on 127.0.0.1:40407 +1529952068533 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.rRKYRoCTUBF6" +1529952075065 Marionette INFO Listening on port 32893 +1529952075114 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:9001/javascripts/lib/ep_etherpad-lite/static/js/ace2_common.js?callback=require.define, line 1: SyntaxError: expected expression, got ')' +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529952215862 geckodriver INFO geckodriver 0.20.1 +1529952215872 geckodriver INFO Listening on 127.0.0.1:35939 +1529952216871 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.OLGDRyoO3Czc" +1529952222338 Marionette INFO Listening on port 37913 +1529952222455 Marionette WARN TLS certificate errors will be ignored for this session +1529952222979 geckodriver INFO geckodriver 0.20.1 +1529952222988 geckodriver INFO Listening on 127.0.0.1:57093 +1529952223986 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.ywrouzryG5CC" +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +1529952234377 Marionette INFO Listening on port 46471 +1529952234451 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 8: ReferenceError: Chart is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +1529952386015 geckodriver INFO geckodriver 0.20.1 +1529952386022 geckodriver INFO Listening on 127.0.0.1:56751 +1529952387021 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.KVgn99Lp24xb" +1529952393553 Marionette INFO Listening on port 39001 +1529952393629 Marionette WARN TLS certificate errors will be ignored for this session +1529952394377 geckodriver INFO geckodriver 0.20.1 +1529952394431 geckodriver INFO Listening on 127.0.0.1:40269 +1529952395366 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.4NP9XQF1PmH5" +1529952400825 Marionette INFO Listening on port 37037 +1529952400953 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:9001/javascripts/lib/ep_etherpad-lite/static/js/ace2_common.js?callback=require.define, line 1: SyntaxError: expected expression, got ')' +1529953196296 geckodriver INFO geckodriver 0.20.1 +1529953196302 geckodriver INFO Listening on 127.0.0.1:53075 +1529953197302 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.3Gtysact4nux" +1529953205023 Marionette INFO Listening on port 46287 +1529953205093 Marionette WARN TLS certificate errors will be ignored for this session +1529953205588 geckodriver INFO geckodriver 0.20.1 +1529953205630 geckodriver INFO Listening on 127.0.0.1:38457 +1529953206573 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.eJt6mkX00JCR" +1529953213549 Marionette INFO Listening on port 34095 +1529953213688 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:9001/javascripts/lib/ep_etherpad-lite/static/js/ace2_common.js?callback=require.define, line 1: SyntaxError: expected expression, got ')' +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Got a removal of an actor we didn't know about: server1.conn0.child1/domnode123" +console.error: "Got an addition of an actor we didn't know about: server1.conn0.child1/domnode137" +1529953639904 geckodriver INFO geckodriver 0.20.1 +1529953639910 geckodriver INFO Listening on 127.0.0.1:53081 +1529953640911 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.pt23YkfTQ6EY" +1529953647222 Marionette INFO Listening on port 41691 +1529953647282 Marionette WARN TLS certificate errors will be ignored for this session +1529953647805 geckodriver INFO geckodriver 0.20.1 +1529953647842 geckodriver INFO Listening on 127.0.0.1:56589 +1529953648806 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.6MgZHT3V04j7" +1529953653666 Marionette INFO Listening on port 42997 +1529953653777 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529953867140 geckodriver INFO geckodriver 0.20.1 +1529953867145 geckodriver INFO Listening on 127.0.0.1:54455 +1529953868150 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.DoqLwl9P2bUH" +1529953874121 Marionette INFO Listening on port 35129 +1529953874233 Marionette WARN TLS certificate errors will be ignored for this session +1529953874774 geckodriver INFO geckodriver 0.20.1 +1529953874803 geckodriver INFO Listening on 127.0.0.1:50103 +1529953875781 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.CblNHPZ5RYJv" +1529953880726 Marionette INFO Listening on port 42589 +1529953880864 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529954215777 geckodriver INFO geckodriver 0.20.1 +1529954215782 geckodriver INFO Listening on 127.0.0.1:42563 +1529954216844 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.H3EtNZkmmew5" +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +1529954225097 Marionette INFO Listening on port 40195 +1529954225177 Marionette WARN TLS certificate errors will be ignored for this session +1529954225652 geckodriver INFO geckodriver 0.20.1 +1529954225664 geckodriver INFO Listening on 127.0.0.1:50931 +1529954226657 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.Wg9lHQapLyRk" +1529954232918 Marionette INFO Listening on port 36521 +1529954233213 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +1529954635242 geckodriver INFO geckodriver 0.20.1 +1529954635248 geckodriver INFO Listening on 127.0.0.1:49363 +1529954636248 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.3RQ2b3MJINnS" +1529954641922 Marionette INFO Listening on port 34975 +1529954642026 Marionette WARN TLS certificate errors will be ignored for this session +1529954642610 geckodriver INFO geckodriver 0.20.1 +1529954642628 geckodriver INFO Listening on 127.0.0.1:36117 +1529954643617 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.NnH8ONNdm40v" +1529954648890 Marionette INFO Listening on port 39165 +1529954648982 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +1529954881187 geckodriver INFO geckodriver 0.20.1 +1529954881193 geckodriver INFO Listening on 127.0.0.1:33111 +1529954882198 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.Z71kIhG4C5s9" +1529954887446 Marionette INFO Listening on port 36213 +1529954887466 Marionette WARN TLS certificate errors will be ignored for this session +1529954887833 geckodriver INFO geckodriver 0.20.1 +1529954887850 geckodriver INFO Listening on 127.0.0.1:42475 +1529954888839 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.QBDhJGSByrHl" +1529954895487 Marionette INFO Listening on port 38895 +1529954895539 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529955008160 geckodriver INFO geckodriver 0.20.1 +1529955008168 geckodriver INFO Listening on 127.0.0.1:34535 +1529955009174 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.HbYaGUwqd8rG" +1529955016522 Marionette INFO Listening on port 45745 +1529955016596 Marionette WARN TLS certificate errors will be ignored for this session +1529955017005 geckodriver INFO geckodriver 0.20.1 +1529955017034 geckodriver INFO Listening on 127.0.0.1:50837 +1529955018004 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.zVheajSurWce" +1529955025753 Marionette INFO Listening on port 33725 +1529955025817 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:9001/javascripts/lib/ep_etherpad-lite/static/js/ace2_common.js?callback=require.define, line 1: SyntaxError: expected expression, got ')' +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +1529955395984 geckodriver INFO geckodriver 0.20.1 +1529955395993 geckodriver INFO Listening on 127.0.0.1:54563 +1529955397000 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.x9i2GOMyH3Sf" +1529955403828 Marionette INFO Listening on port 37215 +1529955403899 Marionette WARN TLS certificate errors will be ignored for this session +1529955404483 geckodriver INFO geckodriver 0.20.1 +1529955404522 geckodriver INFO Listening on 127.0.0.1:58871 +1529955405491 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.djVOnKWcsXbE" +1529955412341 Marionette INFO Listening on port 44223 +1529955412389 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529955573970 geckodriver INFO geckodriver 0.20.1 +1529955573976 geckodriver INFO Listening on 127.0.0.1:43143 +1529955574984 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.oHW8AdZVN2Lz" +1529955581699 Marionette INFO Listening on port 34833 +1529955581755 Marionette WARN TLS certificate errors will be ignored for this session +1529955582382 geckodriver INFO geckodriver 0.20.1 +1529955582418 geckodriver INFO Listening on 127.0.0.1:34961 +1529955583375 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.UT3XD7mmxT3T" +1529955590071 Marionette INFO Listening on port 40025 +1529955590262 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529956056093 geckodriver INFO geckodriver 0.20.1 +1529956056103 geckodriver INFO Listening on 127.0.0.1:54913 +1529956057109 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.v5hvdK7ijlzg" +1529956062195 Marionette INFO Listening on port 44745 +1529956062275 Marionette WARN TLS certificate errors will be ignored for this session +1529956062637 geckodriver INFO geckodriver 0.20.1 +1529956062690 geckodriver INFO Listening on 127.0.0.1:44157 +1529956063646 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.XQ6f9PC5xBEA" +1529956070452 Marionette INFO Listening on port 35375 +1529956070521 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +1529956315940 geckodriver INFO geckodriver 0.20.1 +1529956315953 geckodriver INFO Listening on 127.0.0.1:56929 +1529956316946 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.jJ3mnW6bP4kf" +1529956324206 Marionette INFO Listening on port 42349 +1529956324251 Marionette WARN TLS certificate errors will be ignored for this session +1529956324621 geckodriver INFO geckodriver 0.20.1 +1529956324636 geckodriver INFO Listening on 127.0.0.1:43737 +1529956325615 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.2OaEIxmMhKQd" +1529956331353 Marionette INFO Listening on port 36973 +1529956331386 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +1529957015485 geckodriver INFO geckodriver 0.20.1 +1529957015491 geckodriver INFO Listening on 127.0.0.1:32927 +1529957016491 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.aOHKVGToGDfI" +1529957021014 Marionette INFO Listening on port 41413 +1529957021107 Marionette WARN TLS certificate errors will be ignored for this session +1529957021615 geckodriver INFO geckodriver 0.20.1 +1529957021639 geckodriver INFO Listening on 127.0.0.1:36979 +1529957022623 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.pAsxJxfhbKUy" +1529957029032 Marionette INFO Listening on port 36797 +1529957029101 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 8: ReferenceError: Chart is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: https://platform.twitter.com/widgets/widget_iframe.c5b006ac082bc92aa829181b9ce63af1.html?origin=http%3A%2F%2F172.17.0.1%3A7000&settingsEndpoint=https%3A%2F%2Fsyndication.twitter.com%2Fsettings, line 12: Error: Network error. +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +1529957782610 geckodriver INFO geckodriver 0.20.1 +1529957782624 geckodriver INFO Listening on 127.0.0.1:42889 +1529957783621 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.vWwa9gJSx2z2" +1529957794734 Marionette INFO Listening on port 35859 +1529957794828 Marionette WARN TLS certificate errors will be ignored for this session +1529957795628 geckodriver INFO geckodriver 0.20.1 +1529957795680 geckodriver INFO Listening on 127.0.0.1:39005 +1529957796630 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.CiwrO9MY4Ucj" +1529957808524 Marionette INFO Listening on port 45579 +1529957808717 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529958464958 geckodriver INFO geckodriver 0.20.1 +1529958464964 geckodriver INFO Listening on 127.0.0.1:46745 +1529958465967 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.tbAs6E91Cnd9" +1529958472044 Marionette INFO Listening on port 45719 +1529958472156 Marionette WARN TLS certificate errors will be ignored for this session +1529958472606 geckodriver INFO geckodriver 0.20.1 +1529958472618 geckodriver INFO Listening on 127.0.0.1:53315 +1529958473608 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.HxhfsyeF73ef" +1529958479536 Marionette INFO Listening on port 37597 +1529958479574 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 8: ReferenceError: Chart is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +1529958631568 geckodriver INFO geckodriver 0.20.1 +1529958631574 geckodriver INFO Listening on 127.0.0.1:55917 +1529958632578 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.h1Zf4Vz0qiX2" +1529958637703 Marionette INFO Listening on port 39317 +1529958637752 Marionette WARN TLS certificate errors will be ignored for this session +1529958638156 geckodriver INFO geckodriver 0.20.1 +1529958638203 geckodriver INFO Listening on 127.0.0.1:37429 +1529958639135 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.0nsoW1iBM7iS" +1529958644686 Marionette INFO Listening on port 33993 +1529958644795 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529958809373 geckodriver INFO geckodriver 0.20.1 +1529958809379 geckodriver INFO Listening on 127.0.0.1:41415 +1529958810427 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.rFYDPLFnTZgr" +1529958817091 Marionette INFO Listening on port 40393 +1529958817185 Marionette WARN TLS certificate errors will be ignored for this session +1529958817601 geckodriver INFO geckodriver 0.20.1 +1529958817616 geckodriver INFO Listening on 127.0.0.1:38353 +1529958818607 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.6XFJxi8mhFoH" +1529958824256 Marionette INFO Listening on port 43135 +1529958824281 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529959725025 geckodriver INFO geckodriver 0.20.1 +1529959725030 geckodriver INFO Listening on 127.0.0.1:37837 +1529959726068 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.Zz5cuvrpV1Kl" +1529959731459 Marionette INFO Listening on port 40893 +1529959731525 Marionette WARN TLS certificate errors will be ignored for this session +1529959732199 geckodriver INFO geckodriver 0.20.1 +1529959732211 geckodriver INFO Listening on 127.0.0.1:58581 +1529959733205 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.goN9MB9vckHK" +1529959738271 Marionette INFO Listening on port 33963 +1529959738339 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +Handler function DebuggerProgressListener.prototype.onStateChange threw an exception: [Exception... "Component returned failure code: 0x80004002 (NS_NOINTERFACE) [nsIWebProgress.DOMWindow]" nsresult: "0x80004002 (NS_NOINTERFACE)" location: "JS frame :: resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/tab.js :: _docShellToWindow :: line 768" data: no] +Stack: _docShellToWindow@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/tab.js:768:9 +_docShellsToWindows/<@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/tab.js:792:38 +_docShellsToWindows@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/tab.js:792:12 +_notifyDocShellsUpdate@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/tab.js:796:19 +DebuggerProgressListener.prototype.onStateChange<@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/tab.js:1624:7 +exports.makeInfallible/<@resource://devtools/shared/base-loader.js -> resource://devtools/shared/ThreadSafeDevToolsUtils.js:109:14 +Line: 768, column: 0 +console.error: "Handler function DebuggerProgressListener.prototype.onStateChange threw an exception: [Exception... \"Component returned failure code: 0x80004002 (NS_NOINTERFACE) [nsIWebProgress.DOMWindow]\" nsresult: \"0x80004002 (NS_NOINTERFACE)\" location: \"JS frame :: resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/tab.js :: _docShellToWindow :: line 768\" data: no]\nStack: _docShellToWindow@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/tab.js:768:9\n_docShellsToWindows/<@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/tab.js:792:38\n_docShellsToWindows@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/tab.js:792:12\n_notifyDocShellsUpdate@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/tab.js:796:19\nDebuggerProgressListener.prototype.onStateChange<@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/tab.js:1624:7\nexports.makeInfallible/<@resource://devtools/shared/base-loader.js -> resource://devtools/shared/ThreadSafeDevToolsUtils.js:109:14\nLine: 768, column: 0" +Handler function DebuggerProgressListener.prototype.onStateChange threw an exception: [Exception... "Component returned failure code: 0x80004002 (NS_NOINTERFACE) [nsIWebProgress.DOMWindow]" nsresult: "0x80004002 (NS_NOINTERFACE)" location: "JS frame :: resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/tab.js :: DebuggerProgressListener.prototype.onStateChange< :: line 1627" data: no] +Stack: DebuggerProgressListener.prototype.onStateChange<@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/tab.js:1627:9 +exports.makeInfallible/<@resource://devtools/shared/base-loader.js -> resource://devtools/shared/ThreadSafeDevToolsUtils.js:109:14 +Line: 1627, column: 0 +console.error: "Handler function DebuggerProgressListener.prototype.onStateChange threw an exception: [Exception... \"Component returned failure code: 0x80004002 (NS_NOINTERFACE) [nsIWebProgress.DOMWindow]\" nsresult: \"0x80004002 (NS_NOINTERFACE)\" location: \"JS frame :: resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/tab.js :: DebuggerProgressListener.prototype.onStateChange< :: line 1627\" data: no]\nStack: DebuggerProgressListener.prototype.onStateChange<@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/tab.js:1627:9\nexports.makeInfallible/<@resource://devtools/shared/base-loader.js -> resource://devtools/shared/ThreadSafeDevToolsUtils.js:109:14\nLine: 1627, column: 0" +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +1529959992373 geckodriver INFO geckodriver 0.20.1 +1529959992379 geckodriver INFO Listening on 127.0.0.1:50895 +1529959993382 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.JURq0qPyi0s0" +1529959997928 Marionette INFO Listening on port 45115 +1529959998098 Marionette WARN TLS certificate errors will be ignored for this session +1529959998458 geckodriver INFO geckodriver 0.20.1 +1529959998474 geckodriver INFO Listening on 127.0.0.1:41985 +1529959999458 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.BZkfq2bAsio1" +1529960005116 Marionette INFO Listening on port 41875 +1529960005166 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529960400439 geckodriver INFO geckodriver 0.20.1 +1529960400445 geckodriver INFO Listening on 127.0.0.1:44267 +1529960401446 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.P9U1b2YZizkX" +1529960406270 Marionette INFO Listening on port 34585 +1529960406405 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529960616182 geckodriver INFO geckodriver 0.20.1 +1529960616187 geckodriver INFO Listening on 127.0.0.1:38535 +1529960617189 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.LbBGIh5GTsRh" +1529960622608 Marionette INFO Listening on port 36621 +1529960622661 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529961409422 geckodriver INFO geckodriver 0.20.1 +1529961409427 geckodriver INFO Listening on 127.0.0.1:36991 +1529961410428 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.sDsnxXqFE134" +1529961416265 Marionette INFO Listening on port 35313 +1529961416358 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529961562904 geckodriver INFO geckodriver 0.20.1 +1529961562911 geckodriver INFO Listening on 127.0.0.1:38253 +1529961563909 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.NJ4vT4GDEPsr" +1529961569156 Marionette INFO Listening on port 42221 +1529961569225 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529961795073 geckodriver INFO geckodriver 0.20.1 +1529961795078 geckodriver INFO Listening on 127.0.0.1:56891 +1529961796079 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.Cv70t2vCkv09" +1529961802266 Marionette INFO Listening on port 45073 +1529961802406 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529968412361 geckodriver INFO geckodriver 0.20.1 +1529968412367 geckodriver INFO Listening on 127.0.0.1:43761 +1529968413380 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.cCgCfvVagSHO" +1529968418830 Marionette INFO Listening on port 39753 +1529968418972 Marionette WARN TLS certificate errors will be ignored for this session +1529968419302 geckodriver INFO geckodriver 0.20.1 +1529968419313 geckodriver INFO Listening on 127.0.0.1:43919 +1529968420307 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.nnf7qGZ2yxRF" +1529968425404 Marionette INFO Listening on port 45577 +1529968425482 Marionette WARN TLS certificate errors will be ignored for this session +1529968464477 addons.productaddons WARN Failed downloading XML, status: 0, reason: timeout +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 8: ReferenceError: Chart is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "_refreshProcess of computed view cancelled" +1529968890571 geckodriver INFO geckodriver 0.20.1 +1529968890578 geckodriver INFO Listening on 127.0.0.1:48123 +1529968891577 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.Lx3uchd1RiRS" +1529968896295 Marionette INFO Listening on port 41001 +1529968896336 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1529969157823 geckodriver INFO geckodriver 0.20.1 +1529969157829 geckodriver INFO Listening on 127.0.0.1:42323 +1529969158830 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.aIQXe2Uwl6A6" +1529969163881 Marionette INFO Listening on port 40669 +1529969164005 Marionette WARN TLS certificate errors will be ignored for this session +1529969164445 geckodriver INFO geckodriver 0.20.1 +1529969164461 geckodriver INFO Listening on 127.0.0.1:47803 +1529969165449 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.87BikE9HxjY7" +1529969170387 Marionette INFO Listening on port 45349 +1529969170433 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +1529969343263 geckodriver INFO geckodriver 0.20.1 +1529969343268 geckodriver INFO Listening on 127.0.0.1:43293 +1529969344315 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.1kPHV80T0bjs" +1529969349978 Marionette INFO Listening on port 37701 +1529969350064 Marionette WARN TLS certificate errors will be ignored for this session +1529969350621 geckodriver INFO geckodriver 0.20.1 +1529969350673 geckodriver INFO Listening on 127.0.0.1:36437 +1529969351619 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.KnVNlkTO5FKe" +1529969357459 Marionette INFO Listening on port 46185 +1529969357502 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +1529972136521 geckodriver INFO geckodriver 0.20.1 +1529972136526 geckodriver INFO Listening on 127.0.0.1:50595 +1529972137504 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.CdkZhU6VBSUV" +1529972382110 geckodriver INFO geckodriver 0.20.1 +1529972382116 geckodriver INFO Listening on 127.0.0.1:51937 +1529972383116 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.JeOhdPBc7SHM" +1529972388806 Marionette INFO Listening on port 39127 +1529972388930 Marionette WARN TLS certificate errors will be ignored for this session +1529972389561 geckodriver INFO geckodriver 0.20.1 +1529972389579 geckodriver INFO Listening on 127.0.0.1:39391 +1529972390553 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.ZnDPq8AEGRw9" +1529972397612 Marionette INFO Listening on port 39011 +1529972397732 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 8: ReferenceError: Chart is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.warn: LoginRecipes: getRecipes: falling back to a synchronous message for: http://172.17.0.1:8000 +1529973157408 geckodriver INFO geckodriver 0.20.1 +1529973157415 geckodriver INFO Listening on 127.0.0.1:52003 +1529973158464 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.TrkUmwM14yor" +1529973174794 Marionette INFO Listening on port 38125 +1529973174899 Marionette WARN TLS certificate errors will be ignored for this session +1529973175637 geckodriver INFO geckodriver 0.20.1 +1529973175651 geckodriver INFO Listening on 127.0.0.1:60379 +1529973176639 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.sZ5GMbJImPBH" +1529973183339 Marionette INFO Listening on port 33393 +1529973183424 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529973320032 geckodriver INFO geckodriver 0.20.1 +1529973320038 geckodriver INFO Listening on 127.0.0.1:36481 +1529973321056 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.6GtuaNI89dq8" +1529973327486 Marionette INFO Listening on port 41937 +1529973327527 Marionette WARN TLS certificate errors will be ignored for this session +1529973328049 geckodriver INFO geckodriver 0.20.1 +1529973328063 geckodriver INFO Listening on 127.0.0.1:55975 +1529973329054 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.MRn4yXGRJTSj" +1529973337224 Marionette INFO Listening on port 37295 +1529973337332 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +1529973555618 geckodriver INFO geckodriver 0.20.1 +1529973555637 geckodriver INFO Listening on 127.0.0.1:55649 +1529973558238 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.PuVAu3JPUaLZ" +1529973573610 Marionette INFO Listening on port 36957 +1529973573719 Marionette WARN TLS certificate errors will be ignored for this session +1529973574662 geckodriver INFO geckodriver 0.20.1 +1529973574694 geckodriver INFO Listening on 127.0.0.1:38411 +1529973575662 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.rwIb6gaCJ2EB" +1529973582562 Marionette INFO Listening on port 38221 +1529973582836 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +1529973940062 geckodriver INFO geckodriver 0.20.1 +1529973940068 geckodriver INFO Listening on 127.0.0.1:33165 +1529973941068 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.fZBPkCiqz4U5" +1529973946373 Marionette INFO Listening on port 39757 +1529973946421 Marionette WARN TLS certificate errors will be ignored for this session +1529973946823 geckodriver INFO geckodriver 0.20.1 +1529973946846 geckodriver INFO Listening on 127.0.0.1:45465 +1529973947825 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.CHjWLUWo4RhK" +1529973954912 Marionette INFO Listening on port 40931 +1529973954998 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529974095541 geckodriver INFO geckodriver 0.20.1 +1529974095604 geckodriver INFO Listening on 127.0.0.1:41907 +1529974096525 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.XWpGFxELChEo" + +###!!! [Child][MessageChannel] Error: (msgtype=0x44001D,name=PHal::Msg_DisableScreenConfigurationNotifications) Channel closing: too late to send/recv, messages will be lost + +1529974108559 Marionette INFO Listening on port 44169 +1529974108694 Marionette WARN TLS certificate errors will be ignored for this session +1529974109818 geckodriver INFO geckodriver 0.20.1 +1529974109850 geckodriver INFO Listening on 127.0.0.1:52931 +1529974110826 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.bwhS0GfR5xlT" +1529974118479 Marionette INFO Listening on port 36979 +1529974118544 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529974218514 geckodriver INFO geckodriver 0.20.1 +1529974218520 geckodriver INFO Listening on 127.0.0.1:53947 +1529974219521 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.CxHyqTBkB0N1" +1529974225145 Marionette INFO Listening on port 34167 +1529974225192 Marionette WARN TLS certificate errors will be ignored for this session +1529974225551 geckodriver INFO geckodriver 0.20.1 +1529974225571 geckodriver INFO Listening on 127.0.0.1:53031 +1529974226557 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.OrKSprxWDV1P" +1529974232964 Marionette INFO Listening on port 39429 +1529974233046 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +1529974634346 geckodriver INFO geckodriver 0.20.1 +1529974634351 geckodriver INFO Listening on 127.0.0.1:41533 +1529974635353 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.sdDVjy16Mwak" +1529974640694 Marionette INFO Listening on port 40311 +1529974640799 Marionette WARN TLS certificate errors will be ignored for this session +1529974641347 geckodriver INFO geckodriver 0.20.1 +1529974641374 geckodriver INFO Listening on 127.0.0.1:41391 +1529974642353 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.AzugFl5KOeD1" +1529974648207 Marionette INFO Listening on port 44221 +1529974648340 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529975695013 geckodriver INFO geckodriver 0.20.1 +1529975695038 geckodriver INFO Listening on 127.0.0.1:45201 +1529975696018 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.ysGdlNaBjibP" +1529975711121 Marionette INFO Listening on port 41343 +1529975711238 Marionette WARN TLS certificate errors will be ignored for this session +1529975711850 geckodriver INFO geckodriver 0.20.1 +1529975711870 geckodriver INFO Listening on 127.0.0.1:46387 +1529975712855 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.mXpYHZKh4WV1" +1529975722442 Marionette INFO Listening on port 46749 +1529975722565 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +1529976094113 geckodriver INFO geckodriver 0.20.1 +1529976094123 geckodriver INFO Listening on 127.0.0.1:52353 +1529976095393 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.NVQRgCjNzaxr" +1529976102125 Marionette INFO Listening on port 41539 +1529976102168 Marionette WARN TLS certificate errors will be ignored for this session +1529976102532 geckodriver INFO geckodriver 0.20.1 +1529976102547 geckodriver INFO Listening on 127.0.0.1:44117 +1529976103532 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.5K579BrkHChR" +1529976108401 Marionette INFO Listening on port 40527 +1529976108490 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529976245745 geckodriver INFO geckodriver 0.20.1 +1529976245751 geckodriver INFO Listening on 127.0.0.1:43631 +1529976246752 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.5o9daEsIe8q4" +1529976252428 Marionette INFO Listening on port 40081 +1529976252507 Marionette WARN TLS certificate errors will be ignored for this session +1529976252965 geckodriver INFO geckodriver 0.20.1 +1529976252979 geckodriver INFO Listening on 127.0.0.1:40685 +1529976253971 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.O7zzSaFWLfRL" +1529976259516 Marionette INFO Listening on port 35845 +1529976259520 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +1529978133099 geckodriver INFO geckodriver 0.20.1 +1529978133104 geckodriver INFO Listening on 127.0.0.1:58723 +1529978134106 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.h4tufu3rN9kS" +1529978138597 Marionette INFO Listening on port 39773 +1529978138813 Marionette WARN TLS certificate errors will be ignored for this session +1529978139201 geckodriver INFO geckodriver 0.20.1 +1529978139269 geckodriver INFO Listening on 127.0.0.1:55605 +1529978140195 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.IvwviV5re3CY" +1529978145720 Marionette INFO Listening on port 43747 +1529978145789 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529978295667 geckodriver INFO geckodriver 0.20.1 +1529978295677 geckodriver INFO Listening on 127.0.0.1:60307 +1529978296680 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.T5N9XOu3QYkb" +1529978301378 Marionette INFO Listening on port 46595 +1529978301426 Marionette WARN TLS certificate errors will be ignored for this session +1529978301854 geckodriver INFO geckodriver 0.20.1 +1529978301869 geckodriver INFO Listening on 127.0.0.1:52357 +1529978302849 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.B01PLMVPksMx" +1529978308419 Marionette INFO Listening on port 44189 +1529978308577 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1529978499429 geckodriver INFO geckodriver 0.20.1 +1529978499442 geckodriver INFO Listening on 127.0.0.1:50191 +1529978500438 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.FGl0dIlu39LY" +1529978513494 geckodriver INFO geckodriver 0.20.1 +1529978513500 geckodriver INFO Listening on 127.0.0.1:59089 +1529978514501 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.AlrKUJQzmr18" +1529978519157 Marionette INFO Listening on port 35169 +1529978519270 Marionette WARN TLS certificate errors will be ignored for this session +1529978519771 geckodriver INFO geckodriver 0.20.1 +1529978519797 geckodriver INFO Listening on 127.0.0.1:38047 +1529978520776 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.2eXn4JksWoJI" +1529978526137 Marionette INFO Listening on port 46651 +1529978526273 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +IPDL protocol error: Handler returned error code! + +###!!! [Parent][DispatchAsyncMessage] Error: PLayerTransaction::Msg_ReleaseLayer Processing error: message was deserialized, but the handler returned false (indicating failure) + +1529978819509 geckodriver INFO geckodriver 0.20.1 +1529978819514 geckodriver INFO Listening on 127.0.0.1:34995 +1529978820591 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.HPCTFLQrLVfR" +1529978831177 Marionette INFO Listening on port 39295 +1529978831327 Marionette WARN TLS certificate errors will be ignored for this session +1529978832027 geckodriver INFO geckodriver 0.20.1 +1529978832045 geckodriver INFO Listening on 127.0.0.1:48427 +1529978833025 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.R3hVT4sWyR5b" +1529978840405 Marionette INFO Listening on port 43947 +1529978840490 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:8000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:8000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:8000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +1530184552252 geckodriver INFO geckodriver 0.20.1 +1530184552349 geckodriver INFO Listening on 127.0.0.1:52601 +1530184553328 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.a1VNKrWK3MQd" +1530184568388 Marionette INFO Listening on port 34407 +1530184568522 Marionette WARN TLS certificate errors will be ignored for this session +1530184569125 geckodriver INFO geckodriver 0.20.1 +1530184569174 geckodriver INFO Listening on 127.0.0.1:49951 +1530184570136 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.OFS0kekOydDm" +1530184582256 Marionette INFO Listening on port 40389 +1530184582333 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/, line 488: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/login/?next=/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 2: Error: Syntax error, unrecognized expression: # +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/js/jquery-3.2.1.min.js, line 4: TypeError: a.indexOf is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/corporate/scripts/layout.js, line 141: TypeError: $(...).size is not a function +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +console.error: (new TypeError("content.text is undefined", "resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js", 478)) +fetchStylesheetFromNetworkMonitor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:478:1 +fetchStylesheet@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:408:18 +_getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:388:12 +getText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/stylesheets.js:358:12 +getAuthoredCssText@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:1260:12 +getApplied@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/styles.js:472:13 +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +console.error: "Protocol error (unknownError): content.text is undefined" +1530185478517 geckodriver INFO geckodriver 0.20.1 +1530185478555 geckodriver INFO Listening on 127.0.0.1:32791 +1530185479675 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.zppijtjcDByJ" +1530185487229 Marionette INFO Listening on port 35753 +1530185487332 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: https://platform.twitter.com/widgets/widget_iframe.c5b006ac082bc92aa829181b9ce63af1.html?origin=http%3A%2F%2F172.17.0.1%3A7000&settingsEndpoint=https%3A%2F%2Fsyndication.twitter.com%2Fsettings, line 12: Error: Network error. +JavaScript error: http://172.17.0.1:7000/login/, line 347: ReferenceError: None is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +JavaScript error: http://172.17.0.1:7000/static/js/scriptMyContrib.js, line 14: ReferenceError: articlesContributed is not defined +JavaScript error: http://172.17.0.1:7000/static/datatable/dataTables.bootstrap4.min.js, line 5: TypeError: f is undefined +JavaScript error: http://172.17.0.1:7000/static/assets/plugins/script.js, line 4: TypeError: $(...).appear is not a function +1530185727573 geckodriver INFO geckodriver 0.20.1 +1530185727578 geckodriver INFO Listening on 127.0.0.1:46811 +1530185728579 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.UqOuh24IvxBY" +1530185733235 Marionette INFO Listening on port 33755 +1530185733414 Marionette WARN TLS certificate errors will be ignored for this session +1530185733876 geckodriver INFO geckodriver 0.20.1 +1530185733885 geckodriver INFO Listening on 127.0.0.1:41367 +1530185734881 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-profile" "/tmp/rust_mozprofile.eXTIhodTirMk" +1530185740150 Marionette INFO Listening on port 37031 +1530185740234 Marionette WARN TLS certificate errors will be ignored for this session +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping +*** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping From a43fc76b61b5032cd5929b2979d152d7779e6988 Mon Sep 17 00:00:00 2001 From: Ruchit Bhardwaj Date: Thu, 5 Jul 2018 12:32:25 +0530 Subject: [PATCH 4/6] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4d8c0a..dced71b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ # Collaboration-System-Selenium -Selenium tests for Collaboration System +# Selenium tests for Collaboration System + +1) .env file : + + PROJECT_PORT = 7000 (Not used anywhere.....) + CONTENT_TOOLS_USER = root + CONTENT_TOOLS_PASSWORD = root1234 + IP_ADDRESS= https://172.17.0.1:7000 + CONTENT_TOOLS_ROLE = admin + +# What is tested? + + 1. Wiki Page + 2. H5P Interactive Content + 3. Etherpad Module + + + All the test cases have been written and compiled in their respective folders.. From ddb945e12f0aeacf012fcbe2d616f391acaa2c4c Mon Sep 17 00:00:00 2001 From: Ruchit Bhardwaj Date: Thu, 5 Jul 2018 12:33:46 +0530 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dced71b..1d826f6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Selenium tests for Collaboration System -1) .env file : +1) Variable Names : PROJECT_PORT = 7000 (Not used anywhere.....) CONTENT_TOOLS_USER = root From 11f07f05c00394285d1d3a3a3e7952f1fcd2648d Mon Sep 17 00:00:00 2001 From: Ruchit Bhardwaj Date: Fri, 6 Jul 2018 05:01:11 +0530 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d826f6..dc1e673 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 1) Variable Names : - PROJECT_PORT = 7000 (Not used anywhere.....) + PROJECT_PORT = 7000 CONTENT_TOOLS_USER = root CONTENT_TOOLS_PASSWORD = root1234 IP_ADDRESS= https://172.17.0.1:7000