diff --git a/05_saisie_note_test.py b/05_saisie_note_test.py index 2487f6f..c2c8584 100644 --- a/05_saisie_note_test.py +++ b/05_saisie_note_test.py @@ -281,6 +281,7 @@ if __name__ == "__main__": ] process = subprocess.Popen(cmdProcess) process.wait() + time.sleep(5) driver.get( "https://" + SCODOC_ADMIN_ID @@ -290,30 +291,31 @@ if __name__ == "__main__": + BASE_NOT_SECURED_URL + "force_admin_authentication" ) - driver.get(BASE_URL) - driver.find_element_by_id("utilisateur_Vue").click() + driver.get(BASE_URL + NOM_DPT + "/Scolarite") + driver.find_element_by_id("utilisateurs_Vue").click() + time.sleep(5) if SCODOC_CHEF_ID not in driver.page_source: - constructValue = Ens + NOM_DPT + constructValue = "Ens" + NOM_DPT driver.find_element_by_id("creer_Utilisateur").click() - driver.find_element_by_id().send_keys(SCODOC_CHEF_ID) - driver.find_element_by_id().send_keys(SCODOC_CHEF_ID) - driver.find_element_by_id().send_keys("chef") - driver.find_element_by_id().send_keys(SCODOC_CHEF_PASS) - driver.find_element_by_id().send_keys(SCODOC_CHEF_PASS) - driver.find_element_by_xpath("//input[@name='" + constructValue + "]").click() - driver.find_element_by_xpath("//input[@name='force::list").click() + driver.find_element_by_id("tf_nom").send_keys(SCODOC_CHEF_ID) + driver.find_element_by_id("tf_user_name").send_keys(SCODOC_CHEF_ID) + driver.find_element_by_id("tf_prenom").send_keys("chef") + driver.find_element_by_id("tf_passwd").send_keys(SCODOC_CHEF_PASS) + driver.find_element_by_id("tf_passwd2").send_keys(SCODOC_CHEF_PASS) + driver.find_element_by_xpath("//input[@value='" + constructValue + "']").click() + driver.find_element_by_xpath("//input[@value='force:list']").click() driver.find_element_by_id("tf_submit").click() - driver.find_element_by_id("utilisateur_Vue").click() + driver.find_element_by_id("utilisateurs_Vue").click() if SCODOC_ENS_ID not in driver.page_source: - constructValue = Ens + NOM_DPT + constructValue = "Ens" + NOM_DPT driver.find_element_by_id("creer_Utilisateur").click() - driver.find_element_by_id().send_keys(SCODOC_CHEF_ID) - driver.find_element_by_id().send_keys(SCODOC_CHEF_ID) - driver.find_element_by_id().send_keys("chef") - driver.find_element_by_id().send_keys(SCODOC_CHEF_PASS) - driver.find_element_by_id().send_keys(SCODOC_CHEF_PASS) - driver.find_element_by_xpath("//input[@name='" + constructValue + "]").click() - driver.find_element_by_xpath("//input[@name='force::list").click() + driver.find_element_by_id("tf_nom").send_keys(SCODOC_CHEF_ID) + driver.find_element_by_id("tf_user_name").send_keys(SCODOC_CHEF_ID) + driver.find_element_by_id("tf_prenom").send_keys("ens") + driver.find_element_by_id("tf_passwd").send_keys(SCODOC_CHEF_PASS) + driver.find_element_by_id("tf_passwd2").send_keys(SCODOC_CHEF_PASS) + driver.find_element_by_xpath("//input[@value='" + constructValue + "']").click() + driver.find_element_by_xpath("//input[@name='force:list']").click() driver.find_element_by_id("tf_submit").click() - driver.find_element_by_id("utilisateur_Vue").click() + driver.find_element_by_id("utilisateurs_Vue").click() unittest.main() diff --git a/geckodriver.log b/geckodriver.log index d7d9d44..d49d50f 100644 --- a/geckodriver.log +++ b/geckodriver.log @@ -1,1079 +1,124 @@ -1622186259317 geckodriver INFO Listening on 127.0.0.1:42579 -1622186260311 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilef2AFYZ" -1622186265717 Marionette INFO Listening on port 43429 -1622186265762 Marionette WARN TLS certificate errors will be ignored for this session +1622559775883 geckodriver INFO Listening on 127.0.0.1:44153 +1622559775903 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileVLm1ob" +1622559781462 Marionette INFO Listening on port 46007 +1622559781561 Marionette WARN TLS certificate errors will be ignored for this session JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186270265 Marionette INFO Stopped listening on port 43429 -1622186274047 geckodriver INFO Listening on 127.0.0.1:48697 -1622186275051 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile2UxtxW" -1622186279542 Marionette INFO Listening on port 36227 -1622186279641 Marionette WARN TLS certificate errors will be ignored for this session JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186283606 Marionette INFO Stopped listening on port 36227 -1622186289335 geckodriver INFO Listening on 127.0.0.1:35223 -1622186290338 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileVAM3AQ" -1622186293302 Marionette INFO Listening on port 37095 -1622186293343 Marionette WARN TLS certificate errors will be ignored for this session +1622559821694 geckodriver INFO Listening on 127.0.0.1:44163 +1622559822698 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile7dnEy9" +1622559829190 Marionette INFO Listening on port 42633 +1622559829219 Marionette WARN TLS certificate errors will be ignored for this session JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186298944 Marionette INFO Stopped listening on port 37095 -1622186302685 geckodriver INFO Listening on 127.0.0.1:45495 -1622186303689 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofiledVYT9T" -1622186307091 Marionette INFO Listening on port 42191 -1622186307165 Marionette WARN TLS certificate errors will be ignored for this session +1622559840773 Marionette INFO Stopped listening on port 42633 +1622559878346 geckodriver INFO Listening on 127.0.0.1:39129 +1622559879350 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofiletsRBNm" +1622559883509 Marionette INFO Listening on port 35779 +1622559883523 Marionette WARN TLS certificate errors will be ignored for this session JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186312426 Marionette INFO Stopped listening on port 42191 -1622186318135 geckodriver INFO Listening on 127.0.0.1:35283 -1622186319140 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile8krSzL" -1622186322224 Marionette INFO Listening on port 41713 -1622186322313 Marionette WARN TLS certificate errors will be ignored for this session JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186329559 Marionette INFO Stopped listening on port 41713 -1622186545059 geckodriver INFO Listening on 127.0.0.1:33197 -1622186546063 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileLpqLqn" -1622186550548 Marionette INFO Listening on port 38203 -1622186550612 Marionette WARN TLS certificate errors will be ignored for this session -1622186550715 geckodriver INFO Listening on 127.0.0.1:45775 -1622186551716 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilebpOIx2" -1622186557229 Marionette INFO Listening on port 45123 -1622186557301 Marionette WARN TLS certificate errors will be ignored for this session -1622186557672 geckodriver INFO Listening on 127.0.0.1:43173 -1622186558676 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileSPDL3D" -1622186564571 Marionette INFO Listening on port 39439 -1622186564650 Marionette WARN TLS certificate errors will be ignored for this session -1622186564730 geckodriver INFO Listening on 127.0.0.1:44127 -1622186565732 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileRnPRMs" -1622186573361 Marionette INFO Listening on port 38141 -1622186573431 Marionette WARN TLS certificate errors will be ignored for this session -1622186591555 geckodriver INFO Listening on 127.0.0.1:47563 -1622186592560 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileSzj9ZS" -1622186596712 Marionette INFO Listening on port 35305 -1622186596734 Marionette WARN TLS certificate errors will be ignored for this session +1622559952546 geckodriver INFO Listening on 127.0.0.1:54289 +1622559953557 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilejt1ibq" +1622559960123 Marionette INFO Listening on port 46653 +1622559960163 Marionette WARN TLS certificate errors will be ignored for this session +1622559982492 geckodriver INFO Listening on 127.0.0.1:36095 +1622559983495 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilelfcSHA" +1622559988229 Marionette INFO Listening on port 34151 +1622559988302 Marionette WARN TLS certificate errors will be ignored for this session JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186598996 geckodriver INFO Listening on 127.0.0.1:58387 -1622186599999 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileX33Mt8" -1622186605847 Marionette INFO Listening on port 32997 -1622186605865 Marionette WARN TLS certificate errors will be ignored for this session +console.error: "Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers." +1622560020982 geckodriver INFO Listening on 127.0.0.1:48229 +1622560021986 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileOScQ6s" +1622560028574 Marionette INFO Listening on port 34369 +1622560028671 Marionette WARN TLS certificate errors will be ignored for this session +1622560062849 geckodriver INFO Listening on 127.0.0.1:59149 +1622560063851 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilexPVO1O" +1622560068646 Marionette INFO Listening on port 44173 +1622560068707 Marionette WARN TLS certificate errors will be ignored for this session JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186608294 geckodriver INFO Listening on 127.0.0.1:45867 -1622186609283 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile7LvtPA" -1622186615254 Marionette INFO Listening on port 35907 -1622186615350 Marionette WARN TLS certificate errors will be ignored for this session +1622560099465 geckodriver INFO Listening on 127.0.0.1:60023 +1622560100469 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileJYxCuP" +1622560105623 Marionette INFO Listening on port 42127 +1622560105633 Marionette WARN TLS certificate errors will be ignored for this session JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186617594 geckodriver INFO Listening on 127.0.0.1:46863 -1622186618589 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileWJ8Uj7" -1622186623497 Marionette INFO Listening on port 42093 -1622186623558 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 1: ReferenceError: init_tf_form is not defined +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "https://scodoc-dev-iutinfo.univ-lille.fr" +console.error: "Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers." +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "https://scodoc-dev-iutinfo.univ-lille.fr" +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "https://scodoc-dev-iutinfo.univ-lille.fr" +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "https://scodoc-dev-iutinfo.univ-lille.fr" +1622560239584 Marionette INFO Stopped listening on port 42127 +1622560240044 Marionette INFO Stopped listening on port 44173 +1622560240402 Marionette INFO Stopped listening on port 34369 +1622560241064 Marionette INFO Stopped listening on port 34151 +1622560241850 Marionette INFO Stopped listening on port 46653 +1622560242376 Marionette INFO Stopped listening on port 46007 +1622560245900 Marionette INFO Stopped listening on port 35779 +1622560247798 geckodriver INFO Listening on 127.0.0.1:50281 +1622560248802 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilePrimgh" +1622560251989 Marionette INFO Listening on port 33699 +1622560252093 Marionette WARN TLS certificate errors will be ignored for this session JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186661393 geckodriver INFO Listening on 127.0.0.1:55113 -1622186662397 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileZwYJA6" -1622186666737 Marionette INFO Listening on port 39173 -1622186666757 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 1: ReferenceError: init_tf_form is not defined +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "https://scodoc-dev-iutinfo.univ-lille.fr" +console.error: "Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers." +1622560282192 geckodriver INFO Listening on 127.0.0.1:42133 +1622560283195 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileGimn62" +1622560286484 Marionette INFO Listening on port 34409 +1622560286583 Marionette WARN TLS certificate errors will be ignored for this session JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186669027 Marionette INFO Stopped listening on port 39173 -1622186672913 geckodriver INFO Listening on 127.0.0.1:57481 -1622186673916 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilem4SWHK" -1622186678527 Marionette INFO Listening on port 38413 -1622186678620 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 1: ReferenceError: init_tf_form is not defined +1622560375500 geckodriver INFO Listening on 127.0.0.1:53847 +1622560376504 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileGPM3fD" +1622560380241 Marionette INFO Listening on port 42377 +1622560380284 Marionette WARN TLS certificate errors will be ignored for this session JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186682865 Marionette INFO Stopped listening on port 38413 -1622186690473 geckodriver INFO Listening on 127.0.0.1:55973 -1622186691478 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilegeIu4j" -1622186696075 Marionette INFO Listening on port 40931 -1622186696180 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 1: ReferenceError: init_tf_form is not defined +console.error: "Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers." +1622560549949 geckodriver INFO Listening on 127.0.0.1:46069 +1622560550952 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileZdQXEx" +1622560554740 Marionette INFO Listening on port 45163 +1622560554748 Marionette WARN TLS certificate errors will be ignored for this session JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186698423 Marionette INFO Stopped listening on port 40931 -1622186707080 geckodriver INFO Listening on 127.0.0.1:46479 -1622186708083 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileBFJozT" -1622186714106 Marionette INFO Listening on port 35383 -1622186714217 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 1: ReferenceError: init_tf_form is not defined +1622560582641 geckodriver INFO Listening on 127.0.0.1:58823 +1622560583652 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilej7tQcr" +1622560588132 Marionette INFO Listening on port 42185 +1622560588211 Marionette WARN TLS certificate errors will be ignored for this session JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186716872 Marionette INFO Stopped listening on port 35383 -1622186742174 Marionette INFO Stopped listening on port 42093 -1622186742561 Marionette INFO Stopped listening on port 35907 -1622186742904 Marionette INFO Stopped listening on port 32997 -1622186743270 Marionette INFO Stopped listening on port 35305 -1622186743617 Marionette INFO Stopped listening on port 38141 -1622186743993 Marionette INFO Stopped listening on port 39439 -1622186744380 Marionette INFO Stopped listening on port 45123 -1622186744846 Marionette INFO Stopped listening on port 38203 -1622186802625 geckodriver INFO Listening on 127.0.0.1:57427 -1622186803629 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileXwAOJ3" -1622186807283 Marionette INFO Listening on port 34473 -1622186807337 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 1: ReferenceError: init_tf_form is not defined +console.error: "Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers." +1622560623655 geckodriver INFO Listening on 127.0.0.1:38985 +1622560624660 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileLqjdTk" +1622560629620 Marionette INFO Listening on port 45155 +1622560629716 Marionette WARN TLS certificate errors will be ignored for this session JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186808562 geckodriver INFO Listening on 127.0.0.1:34519 -1622186809563 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileJ9ZXXv" -1622186812643 Marionette INFO Listening on port 37927 -1622186812729 Marionette WARN TLS certificate errors will be ignored for this session +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 1: ReferenceError: init_tf_form is not defined +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 1: ReferenceError: init_tf_form is not defined +1622560709488 geckodriver INFO Listening on 127.0.0.1:57375 +1622560710491 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileCluKxe" +1622560714126 Marionette INFO Listening on port 34667 +1622560714257 Marionette WARN TLS certificate errors will be ignored for this session +Exiting due to channel error. +[GFX1-]: Receive IPC close with reason=AbnormalShutdown +Exiting due to channel error. +[GFX1-]: Receive IPC close with reason=AbnormalShutdown +Exiting due to channel error. +1622560721931 geckodriver INFO Listening on 127.0.0.1:49229 +1622560722934 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile9pEGHe" +1622560727692 Marionette INFO Listening on port 40651 +1622560727755 Marionette WARN TLS certificate errors will be ignored for this session JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186814572 geckodriver INFO Listening on 127.0.0.1:36187 -1622186815573 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile6Xco4n" -console.warn: services.settings: main/fxmonitor-breaches sync interrupted by shutdown -console.warn: services.settings: main/cfr-fxa sync interrupted by shutdown -console.warn: services.settings: main/cfr sync interrupted by shutdown +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 1: ReferenceError: init_tf_form is not defined +JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 1: ReferenceError: init_tf_form is not defined +1622560750550 geckodriver INFO Listening on 127.0.0.1:52093 +1622560751554 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileiKPGrH" console.warn: services.settings: main/whats-new-panel sync interrupted by shutdown -JavaScript error: , line 0: uncaught exception: 2147500036 -JavaScript error: , line 0: uncaught exception: 2147500036 -JavaScript error: , line 0: uncaught exception: 2147500036 -JavaScript error: , line 0: uncaught exception: 2147500036 -JavaScript error: , line 0: uncaught exception: 2147500036 -JavaScript error: , line 0: uncaught exception: 2147500036 console.error: Region.jsm: "Failed to fetch region" (new TypeError("NetworkError when attempting to fetch resource.", "")) -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -1622186842357 geckodriver INFO Listening on 127.0.0.1:38823 -1622186843361 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileorjqIE" -1622186847029 Marionette INFO Listening on port 42897 -1622186847061 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186848632 geckodriver INFO Listening on 127.0.0.1:52273 -1622186849633 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile91vRiU" -1622186853850 Marionette INFO Listening on port 46499 -1622186853930 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186855218 geckodriver INFO Listening on 127.0.0.1:37941 -1622186856221 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileq9cshH" -1622186861785 Marionette INFO Listening on port 42451 -1622186861857 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186863554 geckodriver INFO Listening on 127.0.0.1:33817 -1622186864557 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileErtI5V" -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -1622186892262 geckodriver INFO Listening on 127.0.0.1:47883 -1622186893265 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilew6Km3x" -1622186896436 Marionette INFO Listening on port 45197 -1622186896468 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186899388 Marionette INFO Stopped listening on port 45197 -1622186906201 geckodriver INFO Listening on 127.0.0.1:34105 -1622186907205 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilevlK0Vf" -1622186910918 Marionette INFO Listening on port 33933 -1622186910997 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186913332 Marionette INFO Stopped listening on port 33933 -1622186923307 geckodriver INFO Listening on 127.0.0.1:33083 -1622186924309 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilenBj3Zf" -1622186928492 Marionette INFO Listening on port 42949 -1622186928503 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186931193 Marionette INFO Stopped listening on port 42949 -1622186936039 geckodriver INFO Listening on 127.0.0.1:34407 -1622186937037 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilePADAJ7" -1622186980162 geckodriver INFO Listening on 127.0.0.1:45109 -1622186981167 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilefr7Pio" -1622186984682 Marionette INFO Listening on port 34715 -1622186984773 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186987326 Marionette INFO Stopped listening on port 34715 -1622186993114 geckodriver INFO Listening on 127.0.0.1:48811 -1622186994119 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilevs7QOK" -1622186997318 Marionette INFO Listening on port 39291 -1622186997381 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622186999828 Marionette INFO Stopped listening on port 39291 -1622187005686 geckodriver INFO Listening on 127.0.0.1:55329 -1622187006688 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileogulpS" -1622187009799 Marionette INFO Listening on port 39623 -1622187009856 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622187012719 Marionette INFO Stopped listening on port 39623 -1622187018776 geckodriver INFO Listening on 127.0.0.1:43085 -1622187019776 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileSe7VIs" -1622187024138 Marionette INFO Listening on port 44657 -1622187024184 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622187026894 Marionette INFO Stopped listening on port 44657 -1622191319138 geckodriver INFO Listening on 127.0.0.1:49439 -1622191320141 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileaPM0T9" -1622191324486 Marionette INFO Listening on port 43729 -1622191324575 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622191326128 Marionette INFO Stopped listening on port 43729 -1622191334800 geckodriver INFO Listening on 127.0.0.1:40511 -1622191335799 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileruqvpl" -1622191338995 Marionette INFO Listening on port 38959 -1622191339078 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc//create_dept?DeptId=TESTCREATEDPT, line 52: ReferenceError: $ is not defined -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622191342860 Marionette INFO Stopped listening on port 38959 -1622191352748 geckodriver INFO Listening on 127.0.0.1:52757 -1622191353751 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileLKH6cl" -1622191356881 Marionette INFO Listening on port 42555 -1622191356977 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622191362906 Marionette INFO Stopped listening on port 42555 -1622205483020 geckodriver INFO Listening on 127.0.0.1:54941 -1622205484031 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileeUVEXa" -1622205489717 Marionette INFO Listening on port 42739 -1622205489766 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622205492277 Marionette INFO Stopped listening on port 42739 -1622205498525 geckodriver INFO Listening on 127.0.0.1:49091 -1622205499528 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilexbY2sF" -1622205505658 Marionette INFO Listening on port 46537 -1622205505730 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622205509819 Marionette INFO Stopped listening on port 46537 -1622205515952 geckodriver INFO Listening on 127.0.0.1:39363 -1622205516955 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile9iMUkl" -1622206710154 geckodriver INFO Listening on 127.0.0.1:34801 -1622206711161 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilexhkxMI" -1622206716770 Marionette INFO Listening on port 33089 -1622206716833 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622206724804 Marionette INFO Stopped listening on port 33089 -1622206729051 geckodriver INFO Listening on 127.0.0.1:60621 -1622206730055 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileqNyCJw" -1622206737982 Marionette INFO Listening on port 33745 -1622206738273 Marionette WARN TLS certificate errors will be ignored for this session -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -1622206747670 geckodriver INFO Listening on 127.0.0.1:39959 -1622206748680 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileaAi7WN" -1622206754538 Marionette INFO Listening on port 39151 -1622206754615 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622206762393 Marionette INFO Stopped listening on port 39151 -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -1622206775886 geckodriver INFO Listening on 127.0.0.1:55963 -1622206776892 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileCxSKyB" -1622206782352 Marionette INFO Listening on port 46069 -1622206782419 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622206790174 Marionette INFO Stopped listening on port 46069 -1622206796204 geckodriver INFO Listening on 127.0.0.1:59153 -1622206797212 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileXVDIFH" -1622206807411 Marionette INFO Listening on port 45653 -1622206807435 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622206809694 Marionette INFO Stopped listening on port 45653 -1622206814794 geckodriver INFO Listening on 127.0.0.1:60519 -1622206815799 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofiles2MJM7" -1622206821986 Marionette INFO Listening on port 33995 -1622206822087 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622206824274 Marionette INFO Stopped listening on port 33995 -1622206829637 geckodriver INFO Listening on 127.0.0.1:35571 -1622206830641 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileLtUuLq" -1622206835522 Marionette INFO Listening on port 44709 -1622206835567 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622206838001 Marionette INFO Stopped listening on port 44709 -1622206842460 geckodriver INFO Listening on 127.0.0.1:53227 -1622206843463 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileXyam4d" -1622206850269 Marionette INFO Listening on port 46299 -1622206850335 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622206852466 Marionette INFO Stopped listening on port 46299 -1622206863820 geckodriver INFO Listening on 127.0.0.1:60781 -1622206864825 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileKrmRnW" -1622206873140 Marionette INFO Listening on port 40863 -1622206873233 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622206882433 Marionette INFO Stopped listening on port 40863 -1622206888823 geckodriver INFO Listening on 127.0.0.1:53273 -1622206903581 geckodriver INFO Listening on 127.0.0.1:57285 -1622206904587 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileT0zuhO" -1622206909724 Marionette INFO Listening on port 44005 -1622206909798 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622206933528 Marionette INFO Stopped listening on port 44005 -1622206938811 geckodriver INFO Listening on 127.0.0.1:37617 -1622206939819 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileyoTAV3" -1622206948437 Marionette INFO Listening on port 42345 -1622206948524 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622206953687 Marionette INFO Stopped listening on port 42345 -1622206960415 geckodriver INFO Listening on 127.0.0.1:60275 -1622206961419 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileDiEFxY" -1622206969682 Marionette INFO Listening on port 35179 -1622206969750 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622206972558 Marionette INFO Stopped listening on port 35179 -1622206977724 geckodriver INFO Listening on 127.0.0.1:57095 -1622206978729 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileXmRdjr" -1622206984200 Marionette INFO Listening on port 34529 -1622206984274 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622206986542 Marionette INFO Stopped listening on port 34529 -1622206992958 geckodriver INFO Listening on 127.0.0.1:38837 -1622206993963 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile4oaVIK" -1622207000008 Marionette INFO Listening on port 43471 -1622207000131 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622207002499 Marionette INFO Stopped listening on port 43471 -1622207155263 geckodriver INFO Listening on 127.0.0.1:49933 -1622207156273 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileHx2FXE" -1622207161308 Marionette INFO Listening on port 40463 -1622207161332 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622207175305 Marionette INFO Stopped listening on port 40463 -1622207179420 geckodriver INFO Listening on 127.0.0.1:56133 -1622207180427 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile8jnMAs" -1622207186915 Marionette INFO Listening on port 44071 -1622207187011 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622207188989 Marionette INFO Stopped listening on port 44071 -1622207196431 geckodriver INFO Listening on 127.0.0.1:33769 -1622207197438 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileHW6v14" -1622207206010 Marionette INFO Listening on port 46133 -1622207206134 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622207209025 Marionette INFO Stopped listening on port 46133 -1622207214528 geckodriver INFO Listening on 127.0.0.1:45309 -1622207215535 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileJnDAuT" -1622207220319 Marionette INFO Listening on port 34771 -1622207220381 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622207222622 Marionette INFO Stopped listening on port 34771 -1622207227746 geckodriver INFO Listening on 127.0.0.1:37159 -1622207228753 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilesJwAmt" -1622207233500 Marionette INFO Listening on port 37969 -1622207233561 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622207235617 Marionette INFO Stopped listening on port 37969 -1622207272128 geckodriver INFO Listening on 127.0.0.1:54289 -1622207273142 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileoNdcVK" -1622207278259 Marionette INFO Listening on port 44937 -1622207278296 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622207287219 Marionette INFO Stopped listening on port 44937 -1622207293376 geckodriver INFO Listening on 127.0.0.1:48203 -1622207294381 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileZQloln" -1622207300111 Marionette INFO Listening on port 41337 -1622207300167 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622207303377 Marionette INFO Stopped listening on port 41337 -1622207309642 geckodriver INFO Listening on 127.0.0.1:38913 -1622207310645 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileGyPryI" -1622207316331 Marionette INFO Listening on port 42375 -1622207316360 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622207319397 Marionette INFO Stopped listening on port 42375 -1622207321607 geckodriver INFO Listening on 127.0.0.1:34577 -1622207322611 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofiled1gacX" -1622207327997 Marionette INFO Listening on port 39447 -1622207328050 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622207330947 Marionette INFO Stopped listening on port 39447 -1622207337207 geckodriver INFO Listening on 127.0.0.1:49735 -1622207338211 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileue1wRw" -1622207343783 Marionette INFO Listening on port 44837 -1622207343849 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622207346967 Marionette INFO Stopped listening on port 44837 -1622408510275 geckodriver INFO Listening on 127.0.0.1:44181 -1622408511255 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileZPQVz0" -1622408517953 Marionette INFO Listening on port 36777 -1622408518062 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622408522071 Marionette INFO Stopped listening on port 36777 -1622408527994 geckodriver INFO Listening on 127.0.0.1:35195 -1622408528999 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilesS5ml3" -1622408532201 Marionette INFO Listening on port 34441 -1622408532256 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622408536745 Marionette INFO Stopped listening on port 34441 -1622408541583 geckodriver INFO Listening on 127.0.0.1:46655 -1622408542587 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilehJMKT3" -1622408545726 Marionette INFO Listening on port 39247 -1622408545796 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622408548442 Marionette INFO Stopped listening on port 39247 -1622408552314 geckodriver INFO Listening on 127.0.0.1:48787 -1622408553318 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileKMYKJZ" -1622408556561 Marionette INFO Listening on port 41989 -1622408556627 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622408560211 Marionette INFO Stopped listening on port 41989 -1622408568104 geckodriver INFO Listening on 127.0.0.1:46003 -1622408569107 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileeSe1hf" -1622408575871 Marionette INFO Listening on port 34937 -1622408575952 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622408585618 Marionette INFO Stopped listening on port 34937 -1622460854224 geckodriver INFO Listening on 127.0.0.1:37611 -1622460855217 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileOkUUjX" -1622460860519 Marionette INFO Listening on port 38707 -1622460860574 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622460865943 Marionette INFO Stopped listening on port 38707 -1622460871771 geckodriver INFO Listening on 127.0.0.1:33083 -1622460872775 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofiledeWJfX" -1622460877671 Marionette INFO Listening on port 42301 -1622460877771 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622460881497 Marionette INFO Stopped listening on port 42301 -1622460885114 geckodriver INFO Listening on 127.0.0.1:54629 -1622460886118 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile6A36xQ" -1622460890615 Marionette INFO Listening on port 36401 -1622460890664 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622460897408 Marionette INFO Stopped listening on port 36401 -1622460902098 geckodriver INFO Listening on 127.0.0.1:52317 -1622460903102 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileiBNBBT" -1622460906463 Marionette INFO Listening on port 42003 -1622460906490 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622460911332 Marionette INFO Stopped listening on port 42003 -1622460915160 geckodriver INFO Listening on 127.0.0.1:46977 -1622460916163 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilePYfXPx" -1622460920558 Marionette INFO Listening on port 39447 -1622460920575 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622460927024 Marionette INFO Stopped listening on port 39447 -1622463996478 geckodriver INFO Listening on 127.0.0.1:57431 -1622463997481 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilelWKMbA" -1622464002364 Marionette INFO Listening on port 36771 -1622464002404 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622464005378 Marionette INFO Stopped listening on port 36771 -1622464009409 geckodriver INFO Listening on 127.0.0.1:50361 -1622464010414 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileYo9SiO" -1622464014737 Marionette INFO Listening on port 46507 -1622464014808 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622464016603 Marionette INFO Stopped listening on port 46507 -1622464021390 geckodriver INFO Listening on 127.0.0.1:54243 -1622464022393 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile3gYFJm" -1622464027940 Marionette INFO Listening on port 38569 -1622464028047 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622464030113 Marionette INFO Stopped listening on port 38569 -1622464039697 geckodriver INFO Listening on 127.0.0.1:56045 -1622464040702 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilemO4BOa" -1622464045359 Marionette INFO Listening on port 37569 -1622464045396 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622464047878 Marionette INFO Stopped listening on port 37569 -1622464049803 geckodriver INFO Listening on 127.0.0.1:44557 -1622464050820 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileR0J9Ry" -1622464054687 Marionette INFO Listening on port 36691 -1622464054735 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622464056703 Marionette INFO Stopped listening on port 36691 -1622464137870 geckodriver INFO Listening on 127.0.0.1:42601 -1622464138875 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileiybuO2" -1622464142164 Marionette INFO Listening on port 34137 -1622464142252 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622464145103 Marionette INFO Stopped listening on port 34137 -1622464151033 geckodriver INFO Listening on 127.0.0.1:53911 -1622464152037 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofiley2v18O" -1622464155402 Marionette INFO Listening on port 41495 -1622464155442 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622464157390 Marionette INFO Stopped listening on port 41495 -1622464161295 geckodriver INFO Listening on 127.0.0.1:49047 -1622464162299 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileXD4Yog" -1622464165739 Marionette INFO Listening on port 34109 -1622464165809 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622464167619 Marionette INFO Stopped listening on port 34109 -1622464173464 geckodriver INFO Listening on 127.0.0.1:40723 -1622464174468 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileJyYKHt" -1622464177929 Marionette INFO Listening on port 45681 -1622464177970 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622464180528 Marionette INFO Stopped listening on port 45681 -1622464185470 geckodriver INFO Listening on 127.0.0.1:57539 -1622464186468 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileedibml" -1622464189854 Marionette INFO Listening on port 35419 -1622464189955 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622464192186 Marionette INFO Stopped listening on port 35419 -1622466243741 geckodriver INFO Listening on 127.0.0.1:47959 -1622466244745 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileBtzzcM" -1622466248049 Marionette INFO Listening on port 39431 -1622466248063 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622466251649 Marionette INFO Stopped listening on port 39431 -1622466260471 geckodriver INFO Listening on 127.0.0.1:47963 -1622466261475 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofiledmeCQx" -1622466264758 Marionette INFO Listening on port 33179 -1622466264848 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622466266703 Marionette INFO Stopped listening on port 33179 -1622466276555 geckodriver INFO Listening on 127.0.0.1:34487 -1622466277559 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilew9IANT" -1622466280870 Marionette INFO Listening on port 39603 -1622466280943 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622466283000 Marionette INFO Stopped listening on port 39603 -1622466289870 geckodriver INFO Listening on 127.0.0.1:48715 -1622466290875 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileBjL4tS" -1622466293997 Marionette INFO Listening on port 42939 -1622466294055 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622466296449 Marionette INFO Stopped listening on port 42939 -1622466301188 geckodriver INFO Listening on 127.0.0.1:42201 -1622466302191 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileT8Xlg6" -1622466305368 Marionette INFO Listening on port 44247 -1622466305459 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622466307414 Marionette INFO Stopped listening on port 44247 -1622466393298 geckodriver INFO Listening on 127.0.0.1:44501 -1622466394302 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileg7Dgid" -1622466399025 Marionette INFO Listening on port 40691 -1622466399124 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622466402370 Marionette INFO Stopped listening on port 40691 -1622466411069 geckodriver INFO Listening on 127.0.0.1:54865 -1622466412072 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile0KOD5J" -1622466415916 Marionette INFO Listening on port 38905 -1622466415953 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622466417919 Marionette INFO Stopped listening on port 38905 -1622466427742 geckodriver INFO Listening on 127.0.0.1:52553 -1622466428746 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileiKM0kf" -1622466433783 Marionette INFO Listening on port 33561 -1622466433850 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622466435798 Marionette INFO Stopped listening on port 33561 -1622466440657 geckodriver INFO Listening on 127.0.0.1:52023 -1622466441661 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileMyX0IE" -1622466445300 Marionette INFO Listening on port 44493 -1622466445357 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622466447858 Marionette INFO Stopped listening on port 44493 -1622466451623 geckodriver INFO Listening on 127.0.0.1:45385 -1622466452624 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilezg4wr3" -1622466456327 Marionette INFO Listening on port 35921 -1622466456417 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622466458523 Marionette INFO Stopped listening on port 35921 -1622467892234 geckodriver INFO Listening on 127.0.0.1:42659 -1622467893238 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilenH342c" -1622467896504 Marionette INFO Listening on port 35023 -1622467896510 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622467903863 Marionette INFO Stopped listening on port 35023 -1622467913281 geckodriver INFO Listening on 127.0.0.1:43627 -1622467914286 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileDGRJiU" -1622467920616 Marionette INFO Listening on port 45319 -1622467920716 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622467923537 Marionette INFO Stopped listening on port 45319 -1622467928548 geckodriver INFO Listening on 127.0.0.1:45861 -1622467929557 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilezO1q56" -1622467936329 Marionette INFO Listening on port 35377 -1622467936383 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622467939211 Marionette INFO Stopped listening on port 35377 -1622467946409 geckodriver INFO Listening on 127.0.0.1:55453 -1622467947424 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileK4TljV" -1622467953654 Marionette INFO Listening on port 33233 -1622467953760 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622467957273 Marionette INFO Stopped listening on port 33233 -1622467963243 geckodriver INFO Listening on 127.0.0.1:50995 -1622467964246 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilee0ieak" -1622467967665 Marionette INFO Listening on port 35811 -1622467967744 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622467969973 Marionette INFO Stopped listening on port 35811 -1622468153204 geckodriver INFO Listening on 127.0.0.1:40877 -1622468154207 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileZ7czGt" -1622468157554 Marionette INFO Listening on port 35135 -1622468157604 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622468165111 Marionette INFO Stopped listening on port 35135 -1622468168818 geckodriver INFO Listening on 127.0.0.1:54599 -1622468169823 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileaUggnW" -1622468172934 Marionette INFO Listening on port 39711 -1622468172987 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622468175246 Marionette INFO Stopped listening on port 39711 -1622468185012 geckodriver INFO Listening on 127.0.0.1:44341 -1622468186016 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileHDsqit" -1622468190809 Marionette INFO Listening on port 38231 -1622468190875 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622468193830 Marionette INFO Stopped listening on port 38231 -1622468199588 geckodriver INFO Listening on 127.0.0.1:57829 -1622468200591 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilezZH818" -1622468204602 Marionette INFO Listening on port 39555 -1622468204659 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622468208118 Marionette INFO Stopped listening on port 39555 -1622468212943 geckodriver INFO Listening on 127.0.0.1:41973 -1622468213947 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilepsYyoY" -1622468217325 Marionette INFO Listening on port 37059 -1622468217411 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622468219319 Marionette INFO Stopped listening on port 37059 -1622468275356 geckodriver INFO Listening on 127.0.0.1:38945 -1622468276360 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilehQZ8zf" -1622468279605 Marionette INFO Listening on port 38823 -1622468279668 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622468287116 Marionette INFO Stopped listening on port 38823 -1622468296905 geckodriver INFO Listening on 127.0.0.1:39777 -1622468297908 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileSuzdQq" -1622468301077 Marionette INFO Listening on port 35341 -1622468301135 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622468305111 Marionette INFO Stopped listening on port 35341 -1622468312904 geckodriver INFO Listening on 127.0.0.1:36089 -1622468313907 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilegCjvjw" -1622468317165 Marionette INFO Listening on port 33079 -1622468317176 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622468319611 Marionette INFO Stopped listening on port 33079 -1622468324518 geckodriver INFO Listening on 127.0.0.1:57163 -1622468325524 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofiletGtxdC" -1622468328727 Marionette INFO Listening on port 39375 -1622468328752 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622468331144 Marionette INFO Stopped listening on port 39375 -1622468334960 geckodriver INFO Listening on 127.0.0.1:34697 -1622468335964 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile3MnmHw" -1622468339293 Marionette INFO Listening on port 45189 -1622468339329 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622468341583 Marionette INFO Stopped listening on port 45189 -1622468507584 geckodriver INFO Listening on 127.0.0.1:47737 -1622468508588 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilekiKsY9" -1622468511926 Marionette INFO Listening on port 38249 -1622468511956 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622468519499 Marionette INFO Stopped listening on port 38249 -1622468524229 geckodriver INFO Listening on 127.0.0.1:54649 -1622468525233 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile7l3w4e" -1622468528268 Marionette INFO Listening on port 38747 -1622468528312 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622468532764 Marionette INFO Stopped listening on port 38747 -1622468540578 geckodriver INFO Listening on 127.0.0.1:43921 -1622468541582 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileV3Oedz" -1622468544603 Marionette INFO Listening on port 34597 -1622468544645 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622468548389 Marionette INFO Stopped listening on port 34597 -1622468554254 geckodriver INFO Listening on 127.0.0.1:39227 -1622468555259 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileMSbXN6" -1622468558280 Marionette INFO Listening on port 35461 -1622468558337 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622468561153 Marionette INFO Stopped listening on port 35461 -1622468570915 geckodriver INFO Listening on 127.0.0.1:49871 -1622468571919 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilez4X5vf" -1622468575067 Marionette INFO Listening on port 46367 -1622468575124 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622468578918 Marionette INFO Stopped listening on port 46367 -1622549209989 geckodriver INFO Listening on 127.0.0.1:60703 -1622549210979 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilehKSYPX" -1622549218554 Marionette INFO Listening on port 39513 -1622549218655 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622549222712 Marionette INFO Stopped listening on port 39513 -1622549224159 geckodriver INFO Listening on 127.0.0.1:51347 -1622549225162 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileXTWufv" -1622549228910 Marionette INFO Listening on port 43913 -1622549228922 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622549232456 Marionette INFO Stopped listening on port 43913 -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -1622549250598 geckodriver INFO Listening on 127.0.0.1:43527 -1622549251602 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileERA2aW" -1622549254999 Marionette INFO Listening on port 46693 -1622549255072 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622549257721 Marionette INFO Stopped listening on port 46693 -1622549260558 geckodriver INFO Listening on 127.0.0.1:41771 -1622549261562 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileAgLsWF" -1622549265671 Marionette INFO Listening on port 39515 -1622549265772 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622549267851 Marionette INFO Stopped listening on port 39515 -Exiting due to channel error. -1622552853527 geckodriver INFO Listening on 127.0.0.1:42661 -1622552854531 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile3zGm6c" -1622552858729 Marionette INFO Listening on port 35521 -1622552858817 Marionette WARN TLS certificate errors will be ignored for this session -1622553479605 geckodriver INFO Listening on 127.0.0.1:42425 -1622553480608 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileRf5bgP" -1622553485557 Marionette INFO Listening on port 42409 -1622553485617 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622553487046 geckodriver INFO Listening on 127.0.0.1:57235 -1622553487050 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile03fbkd" -1622553492303 Marionette INFO Listening on port 34585 -1622553492345 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622553493530 geckodriver INFO Listening on 127.0.0.1:41101 -1622553494530 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilevSkm8C" -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. - -###!!! [Child][MessageChannel] Error: (msgtype=0xFFF7,name=) Channel error: cannot send/recv - -1622553799572 Marionette INFO Stopped listening on port 35521 -1622556399540 geckodriver INFO Listening on 127.0.0.1:32773 -1622556400543 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileCvfdF1" -1622556405474 Marionette INFO Listening on port 45127 -1622556405539 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622556424964 geckodriver INFO Listening on 127.0.0.1:33791 -1622556425968 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilecS8RlS" -1622556431634 Marionette INFO Listening on port 35371 -1622556431652 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622556453106 geckodriver INFO Listening on 127.0.0.1:52951 -1622556454107 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilejD4gAR" -1622556459875 Marionette INFO Listening on port 45051 -1622556459975 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622556479289 geckodriver INFO Listening on 127.0.0.1:37813 -1622556480292 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileoGQDXe" -1622556486059 Marionette INFO Listening on port 44753 -1622556486073 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622556516555 geckodriver INFO Listening on 127.0.0.1:59933 -1622556517562 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile8K8POC" -1622556522266 Marionette INFO Listening on port 34483 -1622556522293 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622556525433 geckodriver INFO Listening on 127.0.0.1:47925 -1622556526442 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilea8hAja" -1622556531642 Marionette INFO Listening on port 40433 -1622556531724 Marionette WARN TLS certificate errors will be ignored for this session -1622556532728 geckodriver INFO Listening on 127.0.0.1:42759 -1622556533746 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileYQVD7J" -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -1622556812112 Marionette INFO Stopped listening on port 44753 -1622556812605 Marionette INFO Stopped listening on port 45051 -1622556813124 Marionette INFO Stopped listening on port 35371 -1622556814297 Marionette INFO Stopped listening on port 45127 -1622556886558 geckodriver INFO Listening on 127.0.0.1:56947 -1622556887560 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileJ3tiBY" -1622556891065 Marionette INFO Listening on port 43641 -1622556891085 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622556893588 geckodriver INFO Listening on 127.0.0.1:59045 -1622556894592 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilekFNcfx" -1622556898122 Marionette INFO Listening on port 42433 -1622556898176 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622556899525 geckodriver INFO Listening on 127.0.0.1:45987 -1622556900509 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilerVs0As" -1622556903963 Marionette INFO Listening on port 39909 -1622556904021 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622556905167 geckodriver INFO Listening on 127.0.0.1:36555 -1622556906156 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileVAAUZd" -1622556909967 Marionette INFO Listening on port 34629 -1622556910035 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622556911266 geckodriver INFO Listening on 127.0.0.1:42517 -1622556912276 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileYdZPjj" -1622556915318 Marionette INFO Stopped listening on port 34629 -1622556915681 Marionette INFO Stopped listening on port 39909 -JavaScript error: , line 0: uncaught exception: 2147500036 -JavaScript error: , line 0: uncaught exception: 2147500036 -JavaScript error: , line 0: uncaught exception: 2147500036 -JavaScript error: , line 0: uncaught exception: 2147500036 -JavaScript error: , line 0: uncaught exception: 2147500036 -JavaScript error: , line 0: uncaught exception: 2147500036 -console.warn: services.settings: main/cfr sync interrupted by shutdown -console.error: Region.jsm: "Failed to fetch region" (new TypeError("NetworkError when attempting to fetch resource.", "")) -1622556918311 geckodriver INFO Listening on 127.0.0.1:43841 -1622556919306 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile9186dX" -console.error: Region.jsm: "Failed to fetch region" (new TypeError("NetworkError when attempting to fetch resource.", "")) -1622556923816 Marionette INFO Stopped listening on port 42433 -1622556924641 geckodriver INFO Listening on 127.0.0.1:48575 -1622556925642 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilehmZBhs" -1622556926468 Marionette INFO Stopped listening on port 43641 -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -1622556945021 geckodriver INFO Listening on 127.0.0.1:56157 -1622556946025 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileHwE4yE" -1622556949336 Marionette INFO Listening on port 38137 -1622556949430 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622556956613 geckodriver INFO Listening on 127.0.0.1:47651 -1622556957618 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilepK8zdV" -1622556961457 Marionette INFO Listening on port 35127 -1622556961540 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: resource://devtools/client/jsonview/converter-observer.js, line 94: NS_ERROR_NOT_AVAILABLE: Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIChannel.contentType] -1622556962438 geckodriver INFO Listening on 127.0.0.1:42345 -1622556963439 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile7OBeDV" -1622556967236 Marionette INFO Stopped listening on port 35127 -1622556969407 Marionette INFO Listening on port 35815 -1622556969459 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622556970939 geckodriver INFO Listening on 127.0.0.1:43897 -1622556971939 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileJKk5zM" -1622556977995 Marionette INFO Listening on port 39629 -1622556978085 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622556979572 geckodriver INFO Listening on 127.0.0.1:50983 -1622556980576 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileeBXNO4" -1622556984948 Marionette INFO Listening on port 45355 -1622556984982 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622556986170 geckodriver INFO Listening on 127.0.0.1:35923 -1622556987170 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileQXicJ5" -1622556992472 Marionette INFO Listening on port 36157 -1622556992506 Marionette WARN TLS certificate errors will be ignored for this session -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -1622556998932 geckodriver INFO Listening on 127.0.0.1:38923 -1622556999936 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile5BI3Ii" -1622557004102 Marionette INFO Listening on port 45645 -1622557004144 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622557011448 geckodriver INFO Listening on 127.0.0.1:43489 -1622557012453 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile8OcRac" -1622557016307 Marionette INFO Listening on port 38345 -1622557016341 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -1622557017693 geckodriver INFO Listening on 127.0.0.1:55509 -1622557018686 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilenGBzRs" -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -[GFX1-]: Receive IPC close with reason=AbnormalShutdown -Exiting due to channel error. -1622557060019 geckodriver INFO Listening on 127.0.0.1:52835 -1622557061026 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileFeBD5E" -1622557064232 Marionette INFO Listening on port 37819 -1622557064245 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 1: ReferenceError: init_tf_form is not defined -1622557083788 Marionette INFO Stopped listening on port 37819 -1622557275525 geckodriver INFO Listening on 127.0.0.1:48979 -1622557276535 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileXeKc8e" -1622557280033 Marionette INFO Listening on port 35399 -1622557280108 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 1: ReferenceError: init_tf_form is not defined -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 6: TypeError: $(...).autocomplete is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 1: ReferenceError: init_tf_form is not defined -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 1: ReferenceError: init_tf_form is not defined -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 1: ReferenceError: init_tf_form is not defined -console.error: "Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers." -1622557353412 geckodriver INFO Listening on 127.0.0.1:35135 -1622557354415 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileVbBeU0" -1622557357844 Marionette INFO Listening on port 43209 -1622557357895 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 1: ReferenceError: init_tf_form is not defined -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 1: ReferenceError: init_tf_form is not defined -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/libjs/jquery.field.min.js, line 12: ReferenceError: jQuery is not defined -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 4: ReferenceError: $ is not defined -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 207: ReferenceError: $ is not defined -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 1: ReferenceError: init_tf_form is not defined -console.error: "Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers." -SourceActor threw an exception: Error: Failed to fetch https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/libjs/jquery.field.min.js. Code 2153398258. -Stack: onResponse@resource://devtools/shared/DevToolsUtils.js:547:16 -onStopRequest@resource://gre/modules/NetUtil.jsm:128:18 -Line: 547, column: 16 -console.error: (new Error("Failed to fetch https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/libjs/jquery.field.min.js. Code 2153398258.", "resource://devtools/shared/DevToolsUtils.js", 547)) -JavaScript error: resource://devtools/shared/DevToolsUtils.js, line 547: Error: Failed to fetch https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/libjs/jquery.field.min.js. Code 2153398258. -1622557427800 geckodriver INFO Listening on 127.0.0.1:49563 -1622557428804 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilekMWVB1" -1622557431889 Marionette INFO Listening on port 42517 -1622557431980 Marionette WARN TLS certificate errors will be ignored for this session -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 1: ReferenceError: init_tf_form is not defined -console.error: services.settings: - Message: QuotaExceededError: IndexedDB: security-state/cert-revocations importBulk() IndexedDB: importBulk() in security-state/cert-revocations The current transaction exceeded its quota limitations. -console.log: "RemoteSettingsWorker error: QuotaExceededError: IndexedDB: execute() The current transaction exceeded its quota limitations." -console.error: services.settings: - Message: QuotaExceededError: IndexedDB: security-state/intermediates importBulk() IndexedDB: importBulk() in security-state/intermediates The current transaction exceeded its quota limitations. -console.error: services.settings: - Message: QuotaExceededError: IndexedDB: blocklists/addons-bloomfilters importBulk() IndexedDB: importBulk() in blocklists/addons-bloomfilters The current transaction exceeded its quota limitations. -console.error: services.settings: - Message: QuotaExceededError: IndexedDB: main/normandy-recipes-capabilities importBulk() IndexedDB: importBulk() in main/normandy-recipes-capabilities The current transaction exceeded its quota limitations. -console.log: "RemoteSettingsWorker error: QuotaExceededError: IndexedDB: execute() The current transaction exceeded its quota limitations." -console.error: services.settings: - Message: QuotaExceededError: IndexedDB: security-state/onecrl importBulk() IndexedDB: importBulk() in security-state/onecrl The current transaction exceeded its quota limitations. -console.error: services.settings: - Message: QuotaExceededError: IndexedDB: main/search-config importBulk() IndexedDB: importBulk() in main/search-config The current transaction exceeded its quota limitations. -console.log: "RemoteSettingsWorker error: QuotaExceededError: IndexedDB: execute() The current transaction exceeded its quota limitations." -console.error: services.settings: - Message: QuotaExceededError: IndexedDB: main/url-classifier-skip-urls saveLastModified() IndexedDB: saveLastModified() in main/url-classifier-skip-urls The current transaction exceeded its quota limitations. -console.error: services.settings: - Message: InvalidStateError: IndexedDB: blocklists/gfx saveMetadata() IndexedDB: collections saveMetadata() in blocklists/gfx A mutation operation was attempted on a database that did not allow mutations. - Stack: - saveMetadata/<@resource://services-settings/Database.jsm:194:19 -executeIDB/promise<@resource://services-settings/IDBHelpers.jsm:134:16 -exe Message: InvalidStateError: IndexedDB: blocklists/gfx saveMetadata() IndexedDB: collections saveMetadata() in blocklists/gfx A mutation operation was attempted on a database that did not allow mutations. - Stack: - saveMetadata/<@resource://services-settings/Database.jsm:194:19 -executeIDB/promise<@resource://services-settings/IDBHelpers.jsm:134:16 -executeIDB@resource://services-settings/IDBHelpers.jsm:98:17 -executeIDB@resource://services-settings/Database.jsm:405:45 - -console.error: services.settings: - Message: QuotaExceededError: IndexedDB: main/hijack-blocklists saveMetadata() IndexedDB: saveMetadata() in main/hijack-blocklists The current transaction exceeded its quota limitations. -console.error: services.settings: - Message: QuotaExceededError: IndexedDB: main/tippytop importBulk() IndexedDB: importBulk() in main/tippytop The current transaction exceeded its quota limitations. -console.log: "RemoteSettingsWorker error: QuotaExceededError: IndexedDB: execute() The current transaction exceeded its quota limitations." -console.error: services.settings: - Message: QuotaExceededError: IndexedDB: blocklists/plugins importBulk() IndexedDB: importBulk() in blocklists/plugins The current transaction exceeded its quota limitations. -console.log: "RemoteSettingsWorker error: QuotaExceededError: IndexedDB: execute() The current transaction exceeded its quota limitations." -console.error: services.settings: - Message: QuotaExceededError: IndexedDB: main/search-default-override-allowlist importBulk() IndexedDB: importBulk() in main/search-default-override-allowlist The current transaction exceeded its quota limitations. -console.error: services.settings: - Message: QuotaExceededError: IndexedDB: main/public-suffix-list saveMetadata() IndexedDB: saveMetadata() in main/public-suffix-list The current transaction exceeded its quota limitations. -console.log: "RemoteSettingsWorker error: QuotaExceededError: IndexedDB: execute() The current transaction exceeded its quota limitations." -console.error: services.settings: - Message: QuotaExceededError: IndexedDB: main/language-dictionaries importBulk() IndexedDB: importBulk() in main/language-dictionaries The current transaction exceeded its quota limitations. -console.error: services.settings: - Message: InvalidStateError: IndexedDB: main/anti-tracking-url-decoration saveMetadata() IndexedDB: collections saveMetadata() in main/anti-tracking-url-decoration A mutation operation was attempted on a database that did not allow mutations. - Stack: - saveMetadata/<@resource://services-settings/Database.jsm:194:19 -executeIDB/promise<@resource://services-settings/IDBHelpers.jsm:134:16 -executeIDB@resource://services-settings/IDBHelpers.jsm:98:17 -executeIDB@resource://services-settings/Database.jsm:405:45 - -console.log: "RemoteSettingsWorker error: QuotaExceededError: IndexedDB: execute() The current transaction exceeded its quota limitations." -console.error: services.settings: - Message: QuotaExceededError: IndexedDB: main/sites-classification importBulk() IndexedDB: importBulk() in main/sites-classification The current transaction exceeded its quota limitations. -console.log: "RemoteSettingsWorker error: QuotaExceededError: IndexedDB: execute() The current transaction exceeded its quota limitations." -console.error: services.settings: - Message: QuotaExceededError: IndexedDB: pinning/pins saveLastModified() IndexedDB: saveLastModified() in pinning/pins The current transaction exceeded its quota limitations. -console.error: services.settings: - Message: QuotaExceededError: IndexedDB: security-state/cert-revocations importBulk() IndexedDB: importBulk() in security-state/cert-revocations The current transaction exceeded its quota limitations. -console.log: "RemoteSettingsWorker error: QuotaExceededError: IndexedDB: execute() The current transaction exceeded its quota limitations." -console.error: services.settings: - Message: QuotaExceededError: IndexedDB: security-state/intermediates importBulk() IndexedDB: importBulk() in security-state/intermediates The current transaction excee1622557912390 Marionette INFO Stopped listening on port 42517 -console.error: "Could not write session state file " (new Error("", "(unknown module)")) "" -JavaScript error: , line 0: uncaught exception: Object -JavaScript error: , line 0: uncaught exception: Object -JavaScript error: , line 0: QuotaExceededError: The current transaction exceeded its quota limitations. -JavaScript error: , line 0: uncaught exception: Object -JavaScript error: , line 0: uncaught exception: Object -JavaScript error: resource://gre/modules/AsyncShutdown.jsm, line 554: uncaught exception: Object -JavaScript error: resource://gre/modules/AsyncShutdown.jsm, line 554: uncaught exception: Object -1622557912877 Marionette INFO Stopped listening on port 43209 -console.error: "Could not write session state file " (new Error("", "(unknown module)")) "" -JavaScript error: , line 0: uncaught exception: Object -JavaScript error: , line 0: uncaught exception: Object -JavaScript error: , line 0: uncaught exception: Object -JavaScript error: , line 0: QuotaExceededError: The current transaction exceeded its quota limitations. -JavaScript error: , line 0: uncaught exception: Object -JavaScript error: , line 0: uncaught exception: Object -JavaScript error: resource://gre/modules/AsyncShutdown.jsm, line 554: uncaught exception: Object -JavaScript error: resource://gre/modules/AsyncShutdown.jsm, line 554: uncaught exception: Object -1622557913525 Marionette INFO Stopped listening on port 35399 -1622558042501 geckodriver INFO Listening on 127.0.0.1:37091 -1622558043504 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileaCqUos" -JavaScript error: undefined, line 0: Error: An unexpected error occurred -JavaScript error: , line 0: uncaught exception: Object -JavaScript error: resource://gre/modules/PlacesUtils.jsm, line 1963: NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsINavBookmarksService.tagsFolder] -console.error: PushService: - stateChangeProcessEnqueue: Error transitioning state - QuotaExceededError -JavaScript error: , line 0: QuotaExceededError: The current transaction exceeded its quota limitations. -console.log: "RemoteSettingsWorker error: QuotaExceededError: IndexedDB: execute() The current transaction exceeded its quota limitations." -1622558047179 Marionette INFO Listening on port 36895 -1622558047268 Marionette WARN TLS certificate errors will be ignored for this session -console.log: "RemoteSettingsWorker error: QuotaExceededError: IndexedDB: execute() The current transaction exceeded its quota limitations." -JavaScript error: resource://gre/modules/PlacesUtils.jsm, line 1963: NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsINavBookmarksService.tagsFolder] -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/static/js/scodoc.js, line 97: TypeError: $(...).DataTable is not a function -JavaScript error: resource://gre/modules/NewTabUtils.jsm, line 1441: TypeError: conn is undefined -JavaScript error: resource://gre/modules/NewTabUtils.jsm, line 1441: TypeError: conn is undefined -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_form, line 1: ReferenceError: init_tf_form is not defined -console.error: (new Error("Error(s) encountered during statement execution: database or disk is full", "resource://gre/modules/Sqlite.jsm", 887)) -JavaScript error: resource://gre/modules/Sqlite.jsm, line 887: Error: Error(s) encountered during statement execution: database or disk is full -JavaScript error: resource://gre/modules/Sqlite.jsm, line 887: Error: Error(s) encountered during statement execution: database or disk is full -JavaScript error: resource://gre/modules/Sqlite.jsm, line 887: Error: Error(s) encountered during statement execution: database or disk is full -JavaScript error: resource://gre/modules/NewTabUtils.jsm, line 1441: TypeError: conn is undefined -JavaScript error: https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/test01/Scolarite/Users/create_user_for1622558105664 Marionette INFO Stopped listening on port 36895 +1622560759837 geckodriver INFO Listening on 127.0.0.1:57099 +1622560760074 Marionette INFO Stopped listening on port 40651 +1622560760398 Marionette INFO Stopped listening on port 45155 +1622560760836 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileUo3POX" +1622560761544 Marionette INFO Stopped listening on port 42185 +1622560762202 Marionette INFO Stopped listening on port 45163 +1622560762972 Marionette INFO Stopped listening on port 42377 +1622560764075 Marionette INFO Stopped listening on port 34409 diff --git a/python_org_search.py b/python_org_search.py deleted file mode 100644 index 527b15f..0000000 --- a/python_org_search.py +++ /dev/null @@ -1,12 +0,0 @@ -from selenium import webdriver -from selenium.webdriver.common.keys import Keys - -driver = webdriver.Firefox() -driver.get("http://www.python.org") -assert "Python" in driver.title -elem = driver.find_element_by_name("q") -elem.clear() -elem.send_keys("pycon") -elem.send_keys(Keys.RETURN) -assert "No results found." not in driver.page_source -driver.close() \ No newline at end of file