diff --git a/.gitignore b/.gitignore index b39c4c9..2d87f4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /PATSTAT/EU_CH_scope/cpc_defs.csv /misc_code/ +/PATSTAT/appln_data.xlsx +/PATSTAT/person_data.xlsx diff --git a/PATSTAT/patstat_analysis_pipeline.ipynb b/PATSTAT/patstat_analysis_pipeline.ipynb new file mode 100644 index 0000000..4d5fd24 --- /dev/null +++ b/PATSTAT/patstat_analysis_pipeline.ipynb @@ -0,0 +1,292 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 5, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "import os\n", + "import pandas as pd\n", + "import janitor\n", + "import matplotlib.pyplot as plt\n", + "import seaborn as sns\n", + "from matplotlib.ticker import MaxNLocator\n", + "import math\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": 33, + "outputs": [], + "source": [ + "outdir=\"EU_CH_scope/v2_\"\n", + "\n", + "appln = pd.read_csv(f\"{outdir}/tls_201_scope.csv\")\n", + "\n", + "appln_title = pd.read_csv(f\"{outdir}/tls_202_scope.csv\")\n", + "\n", + "pers = pd.read_csv(f\"{outdir}/tls_206_scope.csv\")\n", + "pers['psn_sector'] = pers['psn_sector'].fillna(\"UNKNOWN\")\n", + "\n", + "appln_pers = pd.read_csv(f\"{outdir}/tls_207_scope.csv\")\n", + "\n", + "appln_cpc = pd.read_csv(f\"{outdir}/tls_224_scope.csv\")" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 23, + "outputs": [ + { + "data": { + "text/plain": " appln_id appln_auth appln_nr appln_kind appln_filing_date \n0 330225325 EP 11150195 A 2011-01-05 \\\n1 330322632 EP 11150485 A 2011-01-10 \n2 330350961 EP 11150683 A 2011-01-12 \n3 330374780 WO 2011050339 W 2011-01-12 \n4 330424360 WO 2011050199 W 2011-01-10 \n... ... ... ... ... ... \n64261 575551871 WO 2020142401 W 2020-12-31 \n64262 575551946 WO 2020142230 W 2020-12-31 \n64263 575553943 WO 2021142692 W 2021-12-29 \n64264 575553975 WO 2021142655 W 2021-12-29 \n64265 575556091 WO 2021064274 W 2021-12-20 \n\n appln_filing_year appln_nr_original ipr_type receiving_office \n0 2011 11150195 PI \\\n1 2011 11150485 PI \n2 2011 11150683 PI \n3 2011 EP2011/050339 PI EP \n4 2011 EP2011/050199 PI EP \n... ... ... ... ... \n64261 2020 CN2020/142401 PI CN \n64262 2020 CN2020/142230 PI CN \n64263 2021 CN2021/142692 PI CN \n64264 2021 CN2021/142655 PI CN \n64265 2021 US2021/064274 PI US \n\n internat_appln_id ... earliest_publn_date earliest_publn_year \n0 0 ... 2011-07-13 2011 \\\n1 0 ... 2012-07-11 2012 \n2 0 ... 2012-07-18 2012 \n3 0 ... 2011-07-21 2011 \n4 0 ... 2012-07-19 2012 \n... ... ... ... ... \n64261 0 ... 2022-07-07 2022 \n64262 0 ... 2022-07-07 2022 \n64263 0 ... 2022-07-07 2022 \n64264 0 ... 2022-07-07 2022 \n64265 0 ... 2022-07-07 2022 \n\n earliest_pat_publn_id granted docdb_family_id inpadoc_family_id \n0 335277427 Y 43754737 330225325 \\\n1 364719889 Y 43991052 330322632 \n2 364923578 N 43881056 330350961 \n3 335927718 N 43923624 330374780 \n4 365345607 N 43533009 330424360 \n... ... ... ... ... \n64261 575551872 N 82260109 575551871 \n64262 575551947 N 82260125 575551946 \n64263 575553944 N 79460210 564546189 \n64264 575553976 N 82260272 575553975 \n64265 575556092 N 82132815 575038927 \n\n docdb_family_size nb_citing_docdb_fam nb_applicants nb_inventors \n0 4 16 1 1 \n1 2 5 1 2 \n2 7 12 2 5 \n3 2 8 5 4 \n4 4 13 3 2 \n... ... ... ... ... \n64261 1 0 2 1 \n64262 1 0 3 3 \n64263 2 0 2 6 \n64264 1 0 2 7 \n64265 2 0 4 7 \n\n[64266 rows x 26 columns]", + "text/html": "
\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
appln_idappln_authappln_nrappln_kindappln_filing_dateappln_filing_yearappln_nr_originalipr_typereceiving_officeinternat_appln_id...earliest_publn_dateearliest_publn_yearearliest_pat_publn_idgranteddocdb_family_idinpadoc_family_iddocdb_family_sizenb_citing_docdb_famnb_applicantsnb_inventors
0330225325EP11150195A2011-01-05201111150195PI0...2011-07-132011335277427Y4375473733022532541611
1330322632EP11150485A2011-01-10201111150485PI0...2012-07-112012364719889Y439910523303226322512
2330350961EP11150683A2011-01-12201111150683PI0...2012-07-182012364923578N4388105633035096171225
3330374780WO2011050339W2011-01-122011EP2011/050339PIEP0...2011-07-212011335927718N439236243303747802854
4330424360WO2011050199W2011-01-102011EP2011/050199PIEP0...2012-07-192012365345607N4353300933042436041332
..................................................................
64261575551871WO2020142401W2020-12-312020CN2020/142401PICN0...2022-07-072022575551872N822601095755518711021
64262575551946WO2020142230W2020-12-312020CN2020/142230PICN0...2022-07-072022575551947N822601255755519461033
64263575553943WO2021142692W2021-12-292021CN2021/142692PICN0...2022-07-072022575553944N794602105645461892026
64264575553975WO2021142655W2021-12-292021CN2021/142655PICN0...2022-07-072022575553976N822602725755539751027
64265575556091WO2021064274W2021-12-202021US2021/064274PIUS0...2022-07-072022575556092N821328155750389272047
\n

64266 rows × 26 columns

\n
" + }, + "execution_count": 23, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "appln" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 22, + "outputs": [ + { + "data": { + "text/plain": " appln_id appln_title_lg \n0 330225325 en \\\n1 330322632 en \n2 330350961 en \n3 330374780 en \n4 330424360 en \n... ... ... \n64258 575551871 en \n64259 575551946 en \n64260 575553943 en \n64261 575553975 en \n64262 575556091 en \n\n appln_title \n0 Beverage preparation machine \n1 Method and system for recommending contextual ... \n2 A method and an apparatus for treating at leas... \n3 A METHOD FOR DIAGNOSIS OF FAULT IN VEHICULAR W... \n4 ERROR CONTROL IN A COMMUNICATION SYSTEM \n... ... \n64258 IMAGE STITCHING METHOD AND APPARATUS, AND COMP... \n64259 LOW VOC AND FOOD GRADE RESEALABLE LABEL \n64260 METHOD, DEVICE, COMPUTER READABLE MEDIUM, AND ... \n64261 MULTISPECIFIC ANTIGEN BINDING PROTEINS \n64262 SYSTEM AND METHOD FOR METHANE HYDRATE BASED PR... \n\n[64263 rows x 3 columns]", + "text/html": "
\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
appln_idappln_title_lgappln_title
0330225325enBeverage preparation machine
1330322632enMethod and system for recommending contextual ...
2330350961enA method and an apparatus for treating at leas...
3330374780enA METHOD FOR DIAGNOSIS OF FAULT IN VEHICULAR W...
4330424360enERROR CONTROL IN A COMMUNICATION SYSTEM
............
64258575551871enIMAGE STITCHING METHOD AND APPARATUS, AND COMP...
64259575551946enLOW VOC AND FOOD GRADE RESEALABLE LABEL
64260575553943enMETHOD, DEVICE, COMPUTER READABLE MEDIUM, AND ...
64261575553975enMULTISPECIFIC ANTIGEN BINDING PROTEINS
64262575556091enSYSTEM AND METHOD FOR METHANE HYDRATE BASED PR...
\n

64263 rows × 3 columns

\n
" + }, + "execution_count": 22, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "appln_title" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 7, + "outputs": [ + { + "data": { + "text/plain": " appln_id appln_auth appln_nr appln_kind appln_filing_date \n0 330225325 EP 11150195 A 2011-01-05 \\\n1 330322632 EP 11150485 A 2011-01-10 \n2 330350961 EP 11150683 A 2011-01-12 \n3 330374780 WO 2011050339 W 2011-01-12 \n4 330424360 WO 2011050199 W 2011-01-10 \n\n appln_filing_year appln_nr_original ipr_type receiving_office \n0 2011 11150195 PI \\\n1 2011 11150485 PI \n2 2011 11150683 PI \n3 2011 EP2011/050339 PI EP \n4 2011 EP2011/050199 PI EP \n\n internat_appln_id ... earliest_pat_publn_id granted docdb_family_id \n0 0 ... 335277427 Y 43754737 \\\n1 0 ... 364719889 Y 43991052 \n2 0 ... 364923578 N 43881056 \n3 0 ... 335927718 N 43923624 \n4 0 ... 365345607 N 43533009 \n\n inpadoc_family_id docdb_family_size nb_citing_docdb_fam nb_applicants \n0 330225325 4 16 1 \\\n1 330322632 2 5 1 \n2 330350961 7 12 2 \n3 330374780 2 8 5 \n4 330424360 4 13 3 \n\n nb_inventors appln_title_lg \n0 1 en \\\n1 2 en \n2 5 en \n3 4 en \n4 2 en \n\n appln_title \n0 Beverage preparation machine \n1 Method and system for recommending contextual ... \n2 A method and an apparatus for treating at leas... \n3 A METHOD FOR DIAGNOSIS OF FAULT IN VEHICULAR W... \n4 ERROR CONTROL IN A COMMUNICATION SYSTEM \n\n[5 rows x 28 columns]", + "text/html": "
\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
appln_idappln_authappln_nrappln_kindappln_filing_dateappln_filing_yearappln_nr_originalipr_typereceiving_officeinternat_appln_id...earliest_pat_publn_idgranteddocdb_family_idinpadoc_family_iddocdb_family_sizenb_citing_docdb_famnb_applicantsnb_inventorsappln_title_lgappln_title
0330225325EP11150195A2011-01-05201111150195PI0...335277427Y4375473733022532541611enBeverage preparation machine
1330322632EP11150485A2011-01-10201111150485PI0...364719889Y439910523303226322512enMethod and system for recommending contextual ...
2330350961EP11150683A2011-01-12201111150683PI0...364923578N4388105633035096171225enA method and an apparatus for treating at leas...
3330374780WO2011050339W2011-01-122011EP2011/050339PIEP0...335927718N439236243303747802854enA METHOD FOR DIAGNOSIS OF FAULT IN VEHICULAR W...
4330424360WO2011050199W2011-01-102011EP2011/050199PIEP0...365345607N4353300933042436041332enERROR CONTROL IN A COMMUNICATION SYSTEM
\n

5 rows × 28 columns

\n
" + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "appln_data = appln.merge(appln_title, on=\"appln_id\")\n", + "appln_data.head()" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 10, + "outputs": [ + { + "data": { + "text/plain": "array(['EP', 'WO', 'LU', 'FI', 'FR', 'ES', 'NO', 'US', 'GB', 'DO', 'DE',\n 'CA', 'UY', 'SV', 'KR', 'TR', 'CR', 'TW', 'NL', 'SG', 'CO', 'DK',\n 'CU', 'HR', 'AR', 'RU', 'AU', 'PL', 'BE', 'BR', 'MX', 'AP', 'MC',\n 'EC', 'PE', 'HU', 'EA', 'AT', 'RO', 'PT', 'CZ', 'IS', 'HN', 'MA',\n 'MD', 'CN', 'GT', 'UA', 'CL', 'SK', 'PH', 'MY', 'SI', 'HK', 'RS',\n 'IN', 'VN', 'TN', 'IL', 'GE', 'CY', 'SM', 'ZA', 'SE', 'CH', 'LT',\n 'ME', 'JO', 'NI', 'JP', 'SA', 'LV'], dtype=object)" + }, + "execution_count": 10, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "appln_data[\"appln_auth\"].unique()" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 8, + "outputs": [ + { + "data": { + "text/plain": " person_id appln_id applt_seq_nr invt_seq_nr\n0 1 340314532 1 0\n1 1 413601768 1 0\n2 21 332015605 1 0\n3 21 333490084 1 0\n4 21 335903805 1 0\n... ... ... ... ...\n274039 85719932 545918634 0 2\n274040 85720336 569409547 0 4\n274041 85720376 555215896 0 2\n274042 85720469 569304088 0 5\n274043 85720500 569495993 0 5\n\n[274044 rows x 4 columns]", + "text/html": "
\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
person_idappln_idapplt_seq_nrinvt_seq_nr
0134031453210
1141360176810
22133201560510
32133349008410
42133590380510
...............
2740398571993254591863402
2740408572033656940954704
2740418572037655521589602
2740428572046956930408805
2740438572050056949599305
\n

274044 rows × 4 columns

\n
" + }, + "execution_count": 8, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "appln_pers" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 37, + "outputs": [ + { + "data": { + "text/plain": " person_id person_name person_name_orig_lg \n0 1 Nokia Corporation Nokia Corporation \\\n1 128 Nokia Siemens Networks Oy Nokia Siemens Networks Oy \n2 5217785 Nokia Corporation Nokia Corporation \n3 5217811 Nokia Corporation Nokia Corporation \n4 5232170 Nokia Siemens Networks Oy Nokia Siemens Networks Oy \n... ... ... ... \n112235 85719932 VIKSTREM, Erik ВИКСТРЁМ, Эрик \n112236 85720336 HWANG, LING-CHI HWANG, LING-CHI \n112237 85720376 LI, I Chan LI, I Chan \n112238 85720469 TING, Chia Ching TING, Chia Ching \n112239 85720500 WANG, YU-CHEIH WANG, YU-CHEIH \n\n person_address person_ctry_code nuts nuts_level \n0 Keilalahdentie 4,02150 Espoo FI FI1B1 3 \\\n1 Karaportti 3,02610 Espoo FI FI1B1 3 \n2 Espoo FI FI 0 \n3 NaN FI FI 0 \n4 Espoo FI FI 0 \n... ... ... ... ... \n112235 NaN SE SE 0 \n112236 NaN TW NaN 9 \n112237 NaN TW NaN 9 \n112238 TW TW NaN 9 \n112239 NaN TW NaN 9 \n\n doc_std_name_id doc_std_name psn_id \n0 1 NOKIA CORP 23782051 \\\n1 112 NOKIA SIEMENS NETWORKS OY 23782129 \n2 1 NOKIA CORP 23782051 \n3 1 NOKIA CORP 23782051 \n4 112 NOKIA SIEMENS NETWORKS OY 23782129 \n... ... ... ... \n112235 38919340 VIKSTREM ERIK 185719932 \n112236 35599384 HWANG LING-CHI 185720336 \n112237 38707281 LI I CHAN 185720376 \n112238 23937900 TING CHIA CHING 185720469 \n112239 38204835 WANG YU-CHEIH 185720500 \n\n psn_name psn_level psn_sector han_id han_name \n0 NOKIA CORPORATION 2 COMPANY 2125445 NOKIA CORP \\\n1 NOKIA NETWORKS 2 COMPANY 2125445 NOKIA CORP \n2 NOKIA CORPORATION 2 COMPANY 2125445 NOKIA CORP \n3 NOKIA CORPORATION 2 COMPANY 2125445 NOKIA CORP \n4 NOKIA NETWORKS 2 COMPANY 2125445 NOKIA CORP \n... ... ... ... ... ... \n112235 VIKSTREM, Erik 0 UNKNOWN 185719932 VIKSTREM, Erik \n112236 HWANG, LING-CHI 0 UNKNOWN 185720336 HWANG, LING-CHI \n112237 LI, I Chan 0 UNKNOWN 185720376 LI, I Chan \n112238 TING, Chia Ching 0 UNKNOWN 185720469 TING, Chia Ching \n112239 WANG, YU-CHEIH 0 UNKNOWN 185720500 WANG, YU-CHEIH \n\n han_harmonized psn_sector_primary \n0 2 COMPANY \n1 2 COMPANY \n2 2 COMPANY \n3 2 COMPANY \n4 2 COMPANY \n... ... ... \n112235 0 UNKNOWN \n112236 0 UNKNOWN \n112237 0 UNKNOWN \n112238 0 UNKNOWN \n112239 0 UNKNOWN \n\n[112240 rows x 17 columns]", + "text/html": "
\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
person_idperson_nameperson_name_orig_lgperson_addressperson_ctry_codenutsnuts_leveldoc_std_name_iddoc_std_namepsn_idpsn_namepsn_levelpsn_sectorhan_idhan_namehan_harmonizedpsn_sector_primary
01Nokia CorporationNokia CorporationKeilalahdentie 4,02150 EspooFIFI1B131NOKIA CORP23782051NOKIA CORPORATION2COMPANY2125445NOKIA CORP2COMPANY
1128Nokia Siemens Networks OyNokia Siemens Networks OyKaraportti 3,02610 EspooFIFI1B13112NOKIA SIEMENS NETWORKS OY23782129NOKIA NETWORKS2COMPANY2125445NOKIA CORP2COMPANY
25217785Nokia CorporationNokia CorporationEspooFIFI01NOKIA CORP23782051NOKIA CORPORATION2COMPANY2125445NOKIA CORP2COMPANY
35217811Nokia CorporationNokia CorporationNaNFIFI01NOKIA CORP23782051NOKIA CORPORATION2COMPANY2125445NOKIA CORP2COMPANY
45232170Nokia Siemens Networks OyNokia Siemens Networks OyEspooFIFI0112NOKIA SIEMENS NETWORKS OY23782129NOKIA NETWORKS2COMPANY2125445NOKIA CORP2COMPANY
......................................................
11223585719932VIKSTREM, ErikВИКСТРЁМ, ЭрикNaNSESE038919340VIKSTREM ERIK185719932VIKSTREM, Erik0UNKNOWN185719932VIKSTREM, Erik0UNKNOWN
11223685720336HWANG, LING-CHIHWANG, LING-CHINaNTWNaN935599384HWANG LING-CHI185720336HWANG, LING-CHI0UNKNOWN185720336HWANG, LING-CHI0UNKNOWN
11223785720376LI, I ChanLI, I ChanNaNTWNaN938707281LI I CHAN185720376LI, I Chan0UNKNOWN185720376LI, I Chan0UNKNOWN
11223885720469TING, Chia ChingTING, Chia ChingTWTWNaN923937900TING CHIA CHING185720469TING, Chia Ching0UNKNOWN185720469TING, Chia Ching0UNKNOWN
11223985720500WANG, YU-CHEIHWANG, YU-CHEIHNaNTWNaN938204835WANG YU-CHEIH185720500WANG, YU-CHEIH0UNKNOWN185720500WANG, YU-CHEIH0UNKNOWN
\n

112240 rows × 17 columns

\n
" + }, + "execution_count": 37, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "pers_sector_primary = pers.groupby(\"han_id\", as_index=False)[\"psn_sector\"].agg(\n", + " lambda x: pd.Series.mode(x)[0]).rename(columns={\"psn_sector\":\"psn_sector_primary\"})\n", + "persn = pers.merge(pers_sector_primary, on='han_id')\n", + "persn" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 38, + "outputs": [ + { + "data": { + "text/plain": " han_id psn_sector_primary\n0 264 GOV NON-PROFIT UNIVERSITY\n1 627 COMPANY\n2 974 COMPANY\n3 1480 COMPANY\n4 1699 COMPANY\n... ... ...\n106154 185719932 UNKNOWN\n106155 185720336 UNKNOWN\n106156 185720376 UNKNOWN\n106157 185720469 UNKNOWN\n106158 185720500 UNKNOWN\n\n[106159 rows x 2 columns]", + "text/html": "
\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
han_idpsn_sector_primary
0264GOV NON-PROFIT UNIVERSITY
1627COMPANY
2974COMPANY
31480COMPANY
41699COMPANY
.........
106154185719932UNKNOWN
106155185720336UNKNOWN
106156185720376UNKNOWN
106157185720469UNKNOWN
106158185720500UNKNOWN
\n

106159 rows × 2 columns

\n
" + }, + "execution_count": 38, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "pers_sector_primary" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 20, + "outputs": [], + "source": [ + "appln_merge = appln.merge(appln_title, on=\"appln_id\")#.merge(appln_pers,on=\"appln_id\")\n", + "appln_merge.to_excel(\"appln_data.xlsx\", index=False)" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 21, + "outputs": [], + "source": [ + "person_merge = appln_pers.merge(pers,on=\"person_id\")\n", + "person_merge.to_excel(\"person_data.xlsx\", index=False)" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 18, + "outputs": [ + { + "data": { + "text/plain": "array(['FI', 'NL', 'FR', 'DE', 'DK', 'AT', 'SE', 'BE', 'TW', 'LU', 'CN',\n 'IT', 'HU', 'IE', 'SI', 'CZ', 'ES', 'HK', 'PL', 'CY', 'SK', 'PT',\n 'LT', 'EE', 'MT', 'GR', 'RO', 'BG', 'HR', 'MO', 'LV'], dtype=object)" + }, + "execution_count": 18, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "pers[\"person_ctry_code\"].unique()" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 16, + "outputs": [ + { + "ename": "KeyError", + "evalue": "'cry_code'", + "output_type": "error", + "traceback": [ + "\u001B[1;31m---------------------------------------------------------------------------\u001B[0m", + "\u001B[1;31mKeyError\u001B[0m Traceback (most recent call last)", + "File \u001B[1;32m~\\.conda\\envs\\MOME_BIGDATA\\lib\\site-packages\\pandas\\core\\indexes\\base.py:3649\u001B[0m, in \u001B[0;36mIndex.get_loc\u001B[1;34m(self, key)\u001B[0m\n\u001B[0;32m 3648\u001B[0m \u001B[38;5;28;01mtry\u001B[39;00m:\n\u001B[1;32m-> 3649\u001B[0m \u001B[38;5;28;01mreturn\u001B[39;00m \u001B[38;5;28;43mself\u001B[39;49m\u001B[38;5;241;43m.\u001B[39;49m\u001B[43m_engine\u001B[49m\u001B[38;5;241;43m.\u001B[39;49m\u001B[43mget_loc\u001B[49m\u001B[43m(\u001B[49m\u001B[43mcasted_key\u001B[49m\u001B[43m)\u001B[49m\n\u001B[0;32m 3650\u001B[0m \u001B[38;5;28;01mexcept\u001B[39;00m \u001B[38;5;167;01mKeyError\u001B[39;00m \u001B[38;5;28;01mas\u001B[39;00m err:\n", + "File \u001B[1;32m~\\.conda\\envs\\MOME_BIGDATA\\lib\\site-packages\\pandas\\_libs\\index.pyx:147\u001B[0m, in \u001B[0;36mpandas._libs.index.IndexEngine.get_loc\u001B[1;34m()\u001B[0m\n", + "File \u001B[1;32m~\\.conda\\envs\\MOME_BIGDATA\\lib\\site-packages\\pandas\\_libs\\index.pyx:176\u001B[0m, in \u001B[0;36mpandas._libs.index.IndexEngine.get_loc\u001B[1;34m()\u001B[0m\n", + "File \u001B[1;32mpandas\\_libs\\hashtable_class_helper.pxi:7080\u001B[0m, in \u001B[0;36mpandas._libs.hashtable.PyObjectHashTable.get_item\u001B[1;34m()\u001B[0m\n", + "File \u001B[1;32mpandas\\_libs\\hashtable_class_helper.pxi:7088\u001B[0m, in \u001B[0;36mpandas._libs.hashtable.PyObjectHashTable.get_item\u001B[1;34m()\u001B[0m\n", + "\u001B[1;31mKeyError\u001B[0m: 'cry_code'", + "\nThe above exception was the direct cause of the following exception:\n", + "\u001B[1;31mKeyError\u001B[0m Traceback (most recent call last)", + "Cell \u001B[1;32mIn[16], line 1\u001B[0m\n\u001B[1;32m----> 1\u001B[0m \u001B[43mperson_merge\u001B[49m\u001B[43m[\u001B[49m\u001B[38;5;124;43m\"\u001B[39;49m\u001B[38;5;124;43mcry_code\u001B[39;49m\u001B[38;5;124;43m\"\u001B[39;49m\u001B[43m]\u001B[49m\u001B[38;5;241m.\u001B[39munique()\n", + "File \u001B[1;32m~\\.conda\\envs\\MOME_BIGDATA\\lib\\site-packages\\pandas\\core\\frame.py:3745\u001B[0m, in \u001B[0;36mDataFrame.__getitem__\u001B[1;34m(self, key)\u001B[0m\n\u001B[0;32m 3743\u001B[0m \u001B[38;5;28;01mif\u001B[39;00m \u001B[38;5;28mself\u001B[39m\u001B[38;5;241m.\u001B[39mcolumns\u001B[38;5;241m.\u001B[39mnlevels \u001B[38;5;241m>\u001B[39m \u001B[38;5;241m1\u001B[39m:\n\u001B[0;32m 3744\u001B[0m \u001B[38;5;28;01mreturn\u001B[39;00m \u001B[38;5;28mself\u001B[39m\u001B[38;5;241m.\u001B[39m_getitem_multilevel(key)\n\u001B[1;32m-> 3745\u001B[0m indexer \u001B[38;5;241m=\u001B[39m \u001B[38;5;28;43mself\u001B[39;49m\u001B[38;5;241;43m.\u001B[39;49m\u001B[43mcolumns\u001B[49m\u001B[38;5;241;43m.\u001B[39;49m\u001B[43mget_loc\u001B[49m\u001B[43m(\u001B[49m\u001B[43mkey\u001B[49m\u001B[43m)\u001B[49m\n\u001B[0;32m 3746\u001B[0m \u001B[38;5;28;01mif\u001B[39;00m is_integer(indexer):\n\u001B[0;32m 3747\u001B[0m indexer \u001B[38;5;241m=\u001B[39m [indexer]\n", + "File \u001B[1;32m~\\.conda\\envs\\MOME_BIGDATA\\lib\\site-packages\\pandas\\core\\indexes\\base.py:3651\u001B[0m, in \u001B[0;36mIndex.get_loc\u001B[1;34m(self, key)\u001B[0m\n\u001B[0;32m 3649\u001B[0m \u001B[38;5;28;01mreturn\u001B[39;00m \u001B[38;5;28mself\u001B[39m\u001B[38;5;241m.\u001B[39m_engine\u001B[38;5;241m.\u001B[39mget_loc(casted_key)\n\u001B[0;32m 3650\u001B[0m \u001B[38;5;28;01mexcept\u001B[39;00m \u001B[38;5;167;01mKeyError\u001B[39;00m \u001B[38;5;28;01mas\u001B[39;00m err:\n\u001B[1;32m-> 3651\u001B[0m \u001B[38;5;28;01mraise\u001B[39;00m \u001B[38;5;167;01mKeyError\u001B[39;00m(key) \u001B[38;5;28;01mfrom\u001B[39;00m \u001B[38;5;21;01merr\u001B[39;00m\n\u001B[0;32m 3652\u001B[0m \u001B[38;5;28;01mexcept\u001B[39;00m \u001B[38;5;167;01mTypeError\u001B[39;00m:\n\u001B[0;32m 3653\u001B[0m \u001B[38;5;66;03m# If we have a listlike key, _check_indexing_error will raise\u001B[39;00m\n\u001B[0;32m 3654\u001B[0m \u001B[38;5;66;03m# InvalidIndexError. Otherwise we fall through and re-raise\u001B[39;00m\n\u001B[0;32m 3655\u001B[0m \u001B[38;5;66;03m# the TypeError.\u001B[39;00m\n\u001B[0;32m 3656\u001B[0m \u001B[38;5;28mself\u001B[39m\u001B[38;5;241m.\u001B[39m_check_indexing_error(key)\n", + "\u001B[1;31mKeyError\u001B[0m: 'cry_code'" + ] + } + ], + "source": [ + "person_merge[\"cry_code\"].unique()" + ], + "metadata": { + "collapsed": false + } + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/PBI/ZSI.pbix b/PBI/ZSI.pbix index 468cb5a..d662f26 100644 Binary files a/PBI/ZSI.pbix and b/PBI/ZSI.pbix differ diff --git a/TODO.ipynb b/TODO.ipynb index fa8503a..3bc4c92 100644 --- a/TODO.ipynb +++ b/TODO.ipynb @@ -25,10 +25,7 @@ "- Fetched CPC description data taxonomy, merged with PATSTAT: lost around one percent of the records" ], "metadata": { - "collapsed": false, - "pycharm": { - "name": "#%% md\n" - } + "collapsed": false } }, { @@ -39,10 +36,7 @@ "\"\"\"(TS=(\"artificial intelligence\") OR TS=(\"machine learning\") OR TS=(\"neural network\") OR TS=(\"big data\") OR TS=(\"deep learning\")) AND (CU=PEOPLES R CHINA AND (CU=AUSTRIA OR CU=BELGIUM OR CU=BULGARIA OR CU=CROATIA OR CU=REPUBLIC OF CYPRUS OR CU=CZECH REPUBLIC OR CU=DENMARK OR CU=ESTONIA OR CU=FINLAND OR CU=FRANCE OR CU=GERMANY OR CU=GREECE OR CU=HUNGARY OR CU=IRELAND OR CU=ITALY OR CU=LATVIA OR CU=LITHUANIA OR CU=LUXEMBOURG OR CU=MALTA OR CU=NETHERLANDS OR CU=POLAND OR CU=PORTUGAL OR CU=ROMANIA OR CU=SLOVAKIA OR CU=SLOVENIA OR CU=SPAIN OR CU=SWEDEN))\"\"\"" ], "metadata": { - "collapsed": false, - "pycharm": { - "name": "#%% md\n" - } + "collapsed": false } }, { @@ -55,10 +49,7 @@ "# AI ETHICS keyword!!!" ], "metadata": { - "collapsed": false, - "pycharm": { - "name": "#%%\n" - } + "collapsed": false } }, { @@ -69,10 +60,7 @@ "# Only CPC classification? Or some basic PTC? (ASEAN analysis had some)" ], "metadata": { - "collapsed": false, - "pycharm": { - "name": "#%%\n" - } + "collapsed": false } }, { @@ -83,10 +71,7 @@ "# Patent classes" ], "metadata": { - "collapsed": false, - "pycharm": { - "name": "#%%\n" - } + "collapsed": false } }, { @@ -107,10 +92,7 @@ "- List of visuals & tables / in a specified manner/ can be" ], "metadata": { - "collapsed": false, - "pycharm": { - "name": "#%% md\n" - } + "collapsed": false } }, { @@ -124,10 +106,7 @@ "# plus countries UK Norway Switzerland | Turkey Serbia" ], "metadata": { - "collapsed": false, - "pycharm": { - "name": "#%%\n" - } + "collapsed": false } } ], diff --git a/WOS/ai_scope_keywords.txt b/WOS/ai_scope_keywords.txt index 9f72e92..016405e 100644 --- a/WOS/ai_scope_keywords.txt +++ b/WOS/ai_scope_keywords.txt @@ -129,7 +129,7 @@ hadoop*, mapreduce, map$reduce, large$ dataset*, -data warehouse*, +data warehous*, predictive analytic*, no$sql, nosql, diff --git a/WOS/ai_scope_keywords_suggestions.txt b/WOS/ai_scope_keywords_suggestions.txt index 7470f43..86a5919 100644 --- a/WOS/ai_scope_keywords_suggestions.txt +++ b/WOS/ai_scope_keywords_suggestions.txt @@ -1,15 +1,15 @@ multi-task learning, multi-label classification, -variational autoencoders, -optimization algorithms, +variational autoencoder*, +optimization algorithm*, stochastic gradient descent, adaptive moment estimation, momentum, -attention mechanisms, -transformer models, -sequence-to-sequence models, +attention mechanism*, +transformer model*, +sequence-to-sequence model*, seq2seq, -bidirectional encoder representations from transformers, +bidirectional encoder representations from transformer*, openai gpt-3, openai codex, roberta, @@ -21,11 +21,9 @@ healthcare ai, affective computing, edge computing, fog computing, -capsule networks, -extreme learning machines, -restricted boltzmann machines, -linear regression, -logistic regression, +capsule network*, +extreme learning machine*, +restricted boltzmann machine*, markov chain monte carlo, hierarchical clustering, k-means clustering, @@ -33,23 +31,23 @@ dbscan, latent dirichlet allocation , gaussian mixture models , support vector regression , -multimodal learning -multimodal representation -cross-modal learning -cross-lingual learning -zero-shot learning -few-shot learning -one-shot learning -continual learning -lifelong learning -meta-learning -active learning -semi-supervised learning -instance-based learning -rule-based learning -knowledge graphs -ontology learning -semantic web +multimodal learning, +multimodal representation, +cross-modal learning, +cross-lingual learning, +zero-shot learning, +few-shot learning, +one-shot learning, +continual learning, +lifelong learning, +meta-learning, +active learning, +semi-supervised learning, +instance-based learning, +rule-based learning, +knowledge graph*, +ontology learning, +semantic web*, ai applications, ai in finance, ai in medicine, @@ -59,7 +57,7 @@ ai in marketing, ai in transportation, ai in retail, ai in gaming, -ai in sports, +ai in sport*, ai in security, ai in human resources, ai in customer service, @@ -132,4 +130,15 @@ ai in speech synthesis, ai in text-to-speech, ai in speech-to-text, ai in voice cloning, -ai in voice assistants +ai in voice assistants, +linear regression &! p=, +logistic regression &! p=, +language model*, +data driven*, +kalman filter*, +target tracking, +learning rate*, +covariance matri*, +loss function*, +topic model*, +high performance comput* \ No newline at end of file diff --git a/WOS/wos_extract/geckodriver.log b/WOS/wos_extract/geckodriver.log index 2c19b09..567c92e 100644 --- a/WOS/wos_extract/geckodriver.log +++ b/WOS/wos_extract/geckodriver.log @@ -12206,3 +12206,5677 @@ JavaScript warning: https://www.webofscience.com/3Z5dUt/R5N/j9C/AEQjeg/iufOzhhLa console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." 1681395725426 Marionette INFO Stopped listening on port 63095 Dynamically enable window occlusion 1 +1681743416979 geckodriver INFO Listening on 127.0.0.1:63259 +1681743420040 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "632 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileqhxuzC" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743420525 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743420529 Marionette INFO Listening on port 63270 +Read port: 63270 +WebDriver BiDi listening on ws://127.0.0.1:63260 +1681743420686 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileqhxuzC\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63260/devtools/browser/b315cc43-ea2d-479f-92e2-ac194da67f9a +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743433644 Marionette INFO Stopped listening on port 63270 +Dynamically enable window occlusion 1 +1681743434345 geckodriver INFO Listening on 127.0.0.1:63352 +1681743437424 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "633 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilebs5UUQ" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743437672 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743437676 Marionette INFO Listening on port 63360 +Read port: 63360 +WebDriver BiDi listening on ws://127.0.0.1:63353 +1681743437806 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilebs5UUQ\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63353/devtools/browser/c951f9ab-298d-4780-ac0d-6b0f8b6fb697 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743452560 Marionette INFO Stopped listening on port 63360 +Dynamically enable window occlusion 1 +1681743453250 geckodriver INFO Listening on 127.0.0.1:63437 +1681743456321 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "634 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilexP3xsG" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743456561 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743456564 Marionette INFO Listening on port 63445 +WebDriver BiDi listening on ws://127.0.0.1:63438 +Read port: 63445 +1681743456763 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilexP3xsG\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63438/devtools/browser/b1592fcd-5483-4e68-9817-1c8f3e94be57 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743468993 Marionette INFO Stopped listening on port 63445 +Dynamically enable window occlusion 1 +1681743469667 geckodriver INFO Listening on 127.0.0.1:63509 +1681743472743 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "635 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofiletViU9N" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743472978 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743472981 Marionette INFO Listening on port 63518 +WebDriver BiDi listening on ws://127.0.0.1:63510 +Read port: 63518 +1681743473170 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofiletViU9N\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63510/devtools/browser/a7ce8f80-2d45-4b0a-8886-3ce5196cd1eb +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743485482 Marionette INFO Stopped listening on port 63518 +Dynamically enable window occlusion 1 +1681743486187 geckodriver INFO Listening on 127.0.0.1:63587 +1681743489258 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "635 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilec87omK" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743489498 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743489501 Marionette INFO Listening on port 63595 +Read port: 63595 +WebDriver BiDi listening on ws://127.0.0.1:63588 +1681743489638 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilec87omK\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63588/devtools/browser/f9ac1cb0-c9ee-4ed3-b7a1-869824b56cf1 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743507803 Marionette INFO Stopped listening on port 63595 +Dynamically enable window occlusion 1 +1681743508477 geckodriver INFO Listening on 127.0.0.1:63663 +1681743511544 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "636 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileKDrbDY" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743511779 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743511782 Marionette INFO Listening on port 63671 +WebDriver BiDi listening on ws://127.0.0.1:63664 +Read port: 63671 +1681743511986 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileKDrbDY\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63664/devtools/browser/a9b27c49-fb41-4788-8449-28dc44b14c5c +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743529360 Marionette INFO Stopped listening on port 63671 +Dynamically enable window occlusion 1 +1681743530045 geckodriver INFO Listening on 127.0.0.1:63738 +1681743533112 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "637 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile7praVP" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743533350 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743533353 Marionette INFO Listening on port 63746 +WebDriver BiDi listening on ws://127.0.0.1:63739 +Read port: 63746 +1681743533560 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile7praVP\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63739/devtools/browser/1a61f718-660e-49df-8563-0c1fc31dbf83 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743548948 Marionette INFO Stopped listening on port 63746 +Dynamically enable window occlusion 1 +1681743549605 geckodriver INFO Listening on 127.0.0.1:63814 +1681743552682 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "638 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilepVPkVq" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743552919 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743552922 Marionette INFO Listening on port 63822 +WebDriver BiDi listening on ws://127.0.0.1:63815 +Read port: 63822 +1681743553109 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilepVPkVq\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63815/devtools/browser/058b481e-eb40-491c-a916-45f6ce556634 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743567097 Marionette INFO Stopped listening on port 63822 +Dynamically enable window occlusion 1 +1681743567763 geckodriver INFO Listening on 127.0.0.1:63892 +1681743570835 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "638 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileyPSY86" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743571103 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743571107 Marionette INFO Listening on port 63900 +Read port: 63900 +WebDriver BiDi listening on ws://127.0.0.1:63893 +1681743571223 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileyPSY86\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63893/devtools/browser/46beca41-12b6-4431-b755-b38e4f9c0eaf +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743589029 Marionette INFO Stopped listening on port 63900 +Dynamically enable window occlusion 1 +1681743589696 geckodriver INFO Listening on 127.0.0.1:63963 +1681743592771 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "639 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilenezV0w" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743593008 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743593011 Marionette INFO Listening on port 63971 +WebDriver BiDi listening on ws://127.0.0.1:63964 +Read port: 63971 +1681743593222 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilenezV0w\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63964/devtools/browser/881ee542-e434-4193-9e59-ee0ed9f23a8e +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743617890 Marionette INFO Stopped listening on port 63971 +Dynamically enable window occlusion 1 +1681743620609 geckodriver INFO Listening on 127.0.0.1:64045 +1681743623677 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "640 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileFZEiEr" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743623915 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743623919 Marionette INFO Listening on port 64053 +WebDriver BiDi listening on ws://127.0.0.1:64046 +Read port: 64053 +1681743624122 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileFZEiEr\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:64046/devtools/browser/cf6dc166-0f54-4046-a853-cbe1ac3fe24e +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743639621 Marionette INFO Stopped listening on port 64053 +Dynamically enable window occlusion 1 +1681743640269 geckodriver INFO Listening on 127.0.0.1:64114 +1681743643327 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "641 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileUfnaA3" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743643565 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743643569 Marionette INFO Listening on port 64122 +Read port: 64122 +WebDriver BiDi listening on ws://127.0.0.1:64115 +1681743643699 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileUfnaA3\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:64115/devtools/browser/032fb065-5483-4cc5-a1af-564425069f4d +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743650105 Marionette WARN TimedPromise timed out after 500 ms: stacktrace: +TimedPromise/<@chrome://remote/content/marionette/sync.sys.mjs:219:24 +TimedPromise@chrome://remote/content/marionette/sync.sys.mjs:204:10 +interaction.flushEventLoop@chrome://remote/content/marionette/interaction.sys.mjs:424:10 +webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:173:31 +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743657641 Marionette INFO Stopped listening on port 64122 +Dynamically enable window occlusion 1 +[Parent 15564, IPC I/O Parent] WARNING: pipe error: 232: file /builds/worker/checkouts/gecko/ipc/chromium/src/chrome/common/ipc_channel_win.cc:583 +1681743658319 geckodriver INFO Listening on 127.0.0.1:64187 +1681743661388 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "641 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofiletLsG4W" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743661620 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743661624 Marionette INFO Listening on port 64197 +WebDriver BiDi listening on ws://127.0.0.1:64188 +Read port: 64197 +1681743661810 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofiletLsG4W\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:64188/devtools/browser/9c9be25a-907e-47ac-9430-d9b4028759d6 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743677267 Marionette INFO Stopped listening on port 64197 +Dynamically enable window occlusion 1 +1681743677915 geckodriver INFO Listening on 127.0.0.1:64262 +1681743680983 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "642 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileRvp8Kb" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743681223 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743681226 Marionette INFO Listening on port 64272 +WebDriver BiDi listening on ws://127.0.0.1:64263 +Read port: 64272 +1681743681415 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileRvp8Kb\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:64263/devtools/browser/6c951a0a-e830-4d7b-a425-cdade96b17d7 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743697568 Marionette INFO Stopped listening on port 64272 +Dynamically enable window occlusion 1 +1681743706839 geckodriver INFO Listening on 127.0.0.1:64334 +1681743709881 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "643 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileiP0TVa" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743710157 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743710161 Marionette INFO Listening on port 64425 +Read port: 64425 +WebDriver BiDi listening on ws://127.0.0.1:64335 +1681743710277 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileiP0TVa\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:64335/devtools/browser/44b47b11-07b5-43d2-a1d3-672505b415c8 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743725993 Marionette INFO Stopped listening on port 64425 +Dynamically enable window occlusion 1 +1681743726657 geckodriver INFO Listening on 127.0.0.1:64490 +1681743729719 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "644 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilerJ9Aqb" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743729969 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743729972 Marionette INFO Listening on port 64498 +Read port: 64498 +WebDriver BiDi listening on ws://127.0.0.1:64491 +1681743730099 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilerJ9Aqb\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:64491/devtools/browser/7844e431-a3d6-4d0a-b6f3-6ab32ac371bf +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743744954 Marionette INFO Stopped listening on port 64498 +Dynamically enable window occlusion 1 +1681743745622 geckodriver INFO Listening on 127.0.0.1:64571 +1681743748663 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "645 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilea8p1Zv" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743748906 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743748909 Marionette INFO Listening on port 64579 +Read port: 64579 +WebDriver BiDi listening on ws://127.0.0.1:64572 +1681743749036 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilea8p1Zv\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:64572/devtools/browser/eece4a28-6553-49ee-b6e4-b947a5b52928 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743760985 Marionette INFO Stopped listening on port 64579 +Dynamically enable window occlusion 1 +1681743761636 geckodriver INFO Listening on 127.0.0.1:64645 +1681743764671 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "646 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileINk3Ul" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743764916 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743764919 Marionette INFO Listening on port 64653 +Read port: 64653 +WebDriver BiDi listening on ws://127.0.0.1:64646 +1681743765046 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileINk3Ul\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:64646/devtools/browser/c5acb485-9594-4ad6-9426-85d094183456 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743780103 Marionette INFO Stopped listening on port 64653 +Dynamically enable window occlusion 1 +1681743780779 geckodriver INFO Listening on 127.0.0.1:64728 +1681743783836 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "647 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileXd1Yzr" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743784081 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743784085 Marionette INFO Listening on port 64736 +Read port: 64736 +WebDriver BiDi listening on ws://127.0.0.1:64729 +1681743784206 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileXd1Yzr\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:64729/devtools/browser/3b59cd76-9cb6-4d18-a25f-8337a54e82fd +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743797934 Marionette INFO Stopped listening on port 64736 +Dynamically enable window occlusion 1 +1681743799665 geckodriver INFO Listening on 127.0.0.1:64817 +1681743803057 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "648 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile3Guaq3" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743803999 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743804011 Marionette INFO Listening on port 64825 +Read port: 64825 +WebDriver BiDi listening on ws://127.0.0.1:64818 +1681743804280 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile3Guaq3\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:64818/devtools/browser/2debd6a2-6f1f-4446-b058-e9adfc25aef8 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743821580 Marionette INFO Stopped listening on port 64825 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +1681743823753 geckodriver INFO Listening on 127.0.0.1:64901 +1681743827125 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "649 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileZD42KD" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743827390 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743827393 Marionette INFO Listening on port 64910 +Read port: 64910 +WebDriver BiDi listening on ws://127.0.0.1:64902 +1681743827516 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileZD42KD\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:64902/devtools/browser/edc03183-ff75-427b-b3f0-0ca796b6dc23 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743853217 Marionette INFO Stopped listening on port 64910 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +console.error: (new Error("Data is not ready.", "resource://gre/modules/JSONFile.sys.mjs", 184)) +1681743901336 geckodriver INFO Listening on 127.0.0.1:64987 +1681743905024 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "649 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile6AdR1x" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681743910101 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681743910123 Marionette INFO Listening on port 64995 +Read port: +1681743910195 geckodriver::browser WARN Failed fo convert to u16 +Read port: 64995 +WebDriver BiDi listening on ws://127.0.0.1:64988 +1681743911608 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile6AdR1x\\search.json.mozlz4", (void 0))) +console.error: ({}) +DevTools listening on ws://127.0.0.1:64988/devtools/browser/906af95d-ff2f-4be2-b253-c821d60211cc +console.error: (new TypeError("this._searchProviderInfo is null", "resource:///modules/SearchSERPTelemetry.sys.mjs", 488)) +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743939427 Marionette WARN TimedPromise timed out after 500 ms: stacktrace: +TimedPromise/<@chrome://remote/content/marionette/sync.sys.mjs:219:24 +TimedPromise@chrome://remote/content/marionette/sync.sys.mjs:204:10 +interaction.flushEventLoop@chrome://remote/content/marionette/interaction.sys.mjs:424:10 +webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:173:31 +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681743943186 Marionette INFO Stopped listening on port 64995 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +WARNING: At least one completion condition is taking too long to complete. Conditions: [{"name":"ContentParent: id=270aebcc600","state":{"remoteTypePrefix":"webIsolated"},"filename":"/builds/worker/checkouts/gecko/dom/ipc/ContentParent.cpp","lineNumber":3936,"stack":""}] Barrier: profile-before-change +console.error: (new Error("SessionFile is closed", "resource:///modules/sessionstore/SessionFile.sys.mjs", 370)) +1681744020841 geckodriver INFO Listening on 127.0.0.1:65072 +1681744023941 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "650 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilef2BVDG" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681744026157 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681744026182 Marionette INFO Listening on port 65082 +Read port: 65082 +WebDriver BiDi listening on ws://127.0.0.1:65073 +1681744027038 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilef2BVDG\\search.json.mozlz4", (void 0))) +console.error: ({}) +DevTools listening on ws://127.0.0.1:65073/devtools/browser/2768b3f2-d9a8-4a46-a0c5-0a48035e04d5 +console.error: (new TypeError("this._searchProviderInfo is null", "resource:///modules/SearchSERPTelemetry.sys.mjs", 488)) +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681744057051 Marionette WARN TimedPromise timed out after 500 ms: stacktrace: +TimedPromise/<@chrome://remote/content/marionette/sync.sys.mjs:219:24 +TimedPromise@chrome://remote/content/marionette/sync.sys.mjs:204:10 +interaction.flushEventLoop@chrome://remote/content/marionette/interaction.sys.mjs:424:10 +webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:173:31 +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681744061109 Marionette INFO Stopped listening on port 65082 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +WARNING: At least one completion condition is taking too long to complete. Conditions: [{"name":"ContentParent: id=1bc78d24900","state":{"remoteTypePrefix":"webIsolated"},"filename":"/builds/worker/checkouts/gecko/dom/ipc/ContentParent.cpp","lineNumber":3936,"stack":""}] Barrier: profile-before-change +console.error: (new Error("SessionFile is closed", "resource:///modules/sessionstore/SessionFile.sys.mjs", 370)) +1681744145769 geckodriver INFO Listening on 127.0.0.1:65154 +1681744148863 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "651 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile8uuug8" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681744156843 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681744156889 Marionette INFO Listening on port 65164 +Read port: 65164 +WebDriver BiDi listening on ws://127.0.0.1:65155 +Read port: 65164 +1681744158607 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile8uuug8\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:65155/devtools/browser/a5f2df90-56b6-4783-b370-80287fe891a8 +console.error: (new TypeError("this._searchProviderInfo is null", "resource:///modules/SearchSERPTelemetry.sys.mjs", 488)) +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681744194980 Marionette INFO Stopped listening on port 65164 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +console.error: (new AbortError("IOUtils: Shutting down and refusing additional I/O tasks", (void 0), 890)) +JavaScript error: resource://gre/modules/CrashManager.jsm, line 927: AbortError: IOUtils: Shutting down and refusing additional I/O tasks +console.error: (new Error("SessionFile is closed", "resource:///modules/sessionstore/SessionFile.sys.mjs", 370)) +1681744276514 geckodriver INFO Listening on 127.0.0.1:65243 +1681744279966 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "652 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilet8sh57" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681744284965 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681744284977 Marionette INFO Listening on port 65262 +Read port: 65262 +Read port: 65262 +WebDriver BiDi listening on ws://127.0.0.1:65244 +1681744287119 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilet8sh57\\search.json.mozlz4", (void 0))) +console.error: ({}) +DevTools listening on ws://127.0.0.1:65244/devtools/browser/5c8c9003-743c-47e7-8bdd-4176710cd496 +console.error: (new TypeError("this._searchProviderInfo is null", "resource:///modules/SearchSERPTelemetry.sys.mjs", 488)) +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681744321914 Marionette INFO Stopped listening on port 65262 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +console.error: (new Error("Data is not ready.", "resource://gre/modules/JSONFile.sys.mjs", 184)) +WARNING: At least one completion condition is taking too long to complete. Conditions: [{"name":"ContentParent: id=22129fdb600","state":{"remoteTypePrefix":"webIsolated"},"filename":"/builds/worker/checkouts/gecko/dom/ipc/ContentParent.cpp","lineNumber":3936,"stack":""}] Barrier: profile-before-change +console.error: (new Error("SessionFile is closed", "resource:///modules/sessionstore/SessionFile.sys.mjs", 370)) +1681744400267 geckodriver INFO Listening on 127.0.0.1:65346 +1681744403872 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "653 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilelPmHFT" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681744408542 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681744408589 Marionette INFO Listening on port 65356 +Read port: 65356 +Read port: 65356 +WebDriver BiDi listening on ws://127.0.0.1:65347 +1681744410545 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilelPmHFT\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:65347/devtools/browser/ae334d12-ef37-45b1-95cb-4d9af8e000d5 +console.error: (new TypeError("this._searchProviderInfo is null", "resource:///modules/SearchSERPTelemetry.sys.mjs", 488)) +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilelPmHFT\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilelPmHFT\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilelPmHFT\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilelPmHFT\thumbnails) because it does not exist +RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileJKS56e\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:65447/devtools/browser/37e29d62-8b5a-4f52-8e5c-19343f53505e +console.error: (new TypeError("this._searchProviderInfo is null", "resource:///modules/SearchSERPTelemetry.sys.mjs", 488)) +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/KuWW/EaDg/yo8o/nZZx/8g/ibNELNLpEiOp/R05geBwNCA/X2w3CS/Y9a24, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileJKS56e\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileJKS56e\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileJKS56e\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileJKS56e\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileY9uoCL\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:57424/devtools/browser/848eb250-e05d-4ec3-82c1-a77bd8daf5ae +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802233996 Marionette INFO Stopped listening on port 57432 +Dynamically enable window occlusion 1 +1681802234655 geckodriver INFO Listening on 127.0.0.1:57506 +1681802237725 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "575 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileelrVZo" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802237961 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802237965 Marionette INFO Listening on port 57514 +WebDriver BiDi listening on ws://127.0.0.1:57507 +Read port: 57514 +1681802238162 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileelrVZo\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:57507/devtools/browser/361aa7a0-2175-4855-9c8a-c1aff3805b02 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileelrVZo\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileelrVZo\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileelrVZo\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileelrVZo\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileVBKowJ\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:57582/devtools/browser/5d210a39-5312-4c9e-82a5-a6526b75e3b9 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802296759 Marionette INFO Stopped listening on port 57593 +Dynamically enable window occlusion 1 +1681802297411 geckodriver INFO Listening on 127.0.0.1:57661 +1681802300460 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "576 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileQpT9j5" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802300705 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802300708 Marionette INFO Listening on port 57671 +WebDriver BiDi listening on ws://127.0.0.1:57662 +Read port: 57671 +1681802300897 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileQpT9j5\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:57662/devtools/browser/1e7f059b-0b87-43a0-a881-afb6f8bbf346 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802315923 Marionette INFO Stopped listening on port 57671 +Dynamically enable window occlusion 1 +1681802316648 geckodriver INFO Listening on 127.0.0.1:57738 +1681802319740 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "577 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilehon4Sv" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802319994 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802319998 Marionette INFO Listening on port 57746 +Read port: 57746 +WebDriver BiDi listening on ws://127.0.0.1:57739 +1681802320120 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilehon4Sv\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:57739/devtools/browser/da4d9582-a758-4092-bdd8-180f112d4652 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802336337 Marionette INFO Stopped listening on port 57746 +Dynamically enable window occlusion 1 +1681802337040 geckodriver INFO Listening on 127.0.0.1:57815 +1681802340088 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "578 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile3Q1QMr" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802340342 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802340346 Marionette INFO Listening on port 57823 +Read port: 57823 +WebDriver BiDi listening on ws://127.0.0.1:57816 +1681802340498 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile3Q1QMr\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:57816/devtools/browser/12409614-e3d7-4e72-907e-4d7844b64e66 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802353714 Marionette INFO Stopped listening on port 57823 +Dynamically enable window occlusion 1 +1681802362437 geckodriver INFO Listening on 127.0.0.1:57892 +1681802365506 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "578 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileh0Okzv" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802365747 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802365751 Marionette INFO Listening on port 57908 +Read port: 57908 +WebDriver BiDi listening on ws://127.0.0.1:57893 +1681802365876 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileh0Okzv\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:57893/devtools/browser/2c7e3f1d-b0ac-4973-9ceb-e6ee0099bc02 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802378827 Marionette INFO Stopped listening on port 57908 +Dynamically enable window occlusion 1 +1681802379502 geckodriver INFO Listening on 127.0.0.1:57975 +1681802382584 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "579 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilel4OBRu" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802382821 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802382825 Marionette INFO Listening on port 57983 +WebDriver BiDi listening on ws://127.0.0.1:57976 +Read port: 57983 +1681802383029 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilel4OBRu\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:57976/devtools/browser/d65980ec-6a9e-418e-bcbd-6d99180c7c43 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilel4OBRu\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilel4OBRu\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilel4OBRu\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilel4OBRu\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileO8Uqnw\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58051/devtools/browser/ebaa29c5-5fa0-4ab3-b5a7-a50ad92f66c4 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802439137 Marionette INFO Stopped listening on port 58058 +Dynamically enable window occlusion 1 +1681802439845 geckodriver INFO Listening on 127.0.0.1:58126 +1681802442912 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "581 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilerUZCUv" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802443182 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802443186 Marionette INFO Listening on port 58134 +Read port: 58134 +WebDriver BiDi listening on ws://127.0.0.1:58127 +1681802443320 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilerUZCUv\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58127/devtools/browser/b2d0e40a-403e-4d95-a737-fb3a3543a0ba +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802455459 Marionette INFO Stopped listening on port 58134 +Dynamically enable window occlusion 1 +1681802456176 geckodriver INFO Listening on 127.0.0.1:58197 +1681802459240 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "581 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileICiMIs" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802459489 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802459492 Marionette INFO Listening on port 58205 +Read port: 58205 +WebDriver BiDi listening on ws://127.0.0.1:58198 +1681802459619 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileICiMIs\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58198/devtools/browser/9d08c773-b3e6-4563-a549-d08409cb5efa +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802480637 Marionette INFO Stopped listening on port 58205 +Dynamically enable window occlusion 1 +1681802481313 geckodriver INFO Listening on 127.0.0.1:58279 +1681802484382 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "582 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileEpPCjW" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802484626 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802484629 Marionette INFO Listening on port 58287 +Read port: 58287 +WebDriver BiDi listening on ws://127.0.0.1:58280 +1681802484750 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileEpPCjW\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58280/devtools/browser/289b65db-8c7d-4ff2-a842-c1a99ba3e93b +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802499038 Marionette INFO Stopped listening on port 58287 +Dynamically enable window occlusion 1 +1681802499710 geckodriver INFO Listening on 127.0.0.1:58356 +1681802502771 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "583 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile58Lp8O" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802503019 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802503022 Marionette INFO Listening on port 58364 +Read port: 58364 +WebDriver BiDi listening on ws://127.0.0.1:58357 +1681802503193 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile58Lp8O\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58357/devtools/browser/0b9be408-1951-44e8-ac49-df680be3d76e +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802518676 Marionette INFO Stopped listening on port 58364 +Dynamically enable window occlusion 1 +1681802519387 geckodriver INFO Listening on 127.0.0.1:58451 +1681802522463 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "584 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile9l7uqP" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802522711 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802522714 Marionette INFO Listening on port 58459 +Read port: 58459 +WebDriver BiDi listening on ws://127.0.0.1:58452 +1681802522838 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile9l7uqP\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58452/devtools/browser/918815b6-0ab7-42bc-b10f-6f5ee2d8775a +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802528747 Marionette WARN TimedPromise timed out after 500 ms: stacktrace: +TimedPromise/<@chrome://remote/content/marionette/sync.sys.mjs:219:24 +TimedPromise@chrome://remote/content/marionette/sync.sys.mjs:204:10 +interaction.flushEventLoop@chrome://remote/content/marionette/interaction.sys.mjs:424:10 +webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:173:31 +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile9l7uqP\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile9l7uqP\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile9l7uqP\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile9l7uqP\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileGSm0h7\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58527/devtools/browser/d91ec8ad-bc71-4286-a1af-cf5ff8c093ce +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802579141 Marionette INFO Stopped listening on port 58534 +Dynamically enable window occlusion 1 +1681802579804 geckodriver INFO Listening on 127.0.0.1:58607 +1681802582847 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "586 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileFkX0BL" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802583124 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802583128 Marionette INFO Listening on port 58615 +Read port: 58615 +WebDriver BiDi listening on ws://127.0.0.1:58608 +1681802583239 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileFkX0BL\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58608/devtools/browser/d1a7f21a-1103-45dc-9d3f-2969376e5d80 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802596085 Marionette INFO Stopped listening on port 58615 +Dynamically enable window occlusion 1 +1681802606952 geckodriver INFO Listening on 127.0.0.1:58696 +1681802610026 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "586 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileMqaSRM" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802610266 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802610269 Marionette INFO Listening on port 58704 +Read port: 58704 +WebDriver BiDi listening on ws://127.0.0.1:58697 +1681802610393 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileMqaSRM\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58697/devtools/browser/5b850f39-99b0-4f2b-9cfd-85764c980d8c +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802616382 Marionette WARN TimedPromise timed out after 500 ms: stacktrace: +TimedPromise/<@chrome://remote/content/marionette/sync.sys.mjs:219:24 +TimedPromise@chrome://remote/content/marionette/sync.sys.mjs:204:10 +interaction.flushEventLoop@chrome://remote/content/marionette/interaction.sys.mjs:424:10 +webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:173:31 +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802623083 Marionette INFO Stopped listening on port 58704 +Dynamically enable window occlusion 1 +1681802623791 geckodriver INFO Listening on 127.0.0.1:58769 +1681802626878 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "587 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile31fXJX" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802627121 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802627124 Marionette INFO Listening on port 58777 +Read port: 58777 +WebDriver BiDi listening on ws://127.0.0.1:58770 +1681802627249 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile31fXJX\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58770/devtools/browser/df4fd33c-e3a0-4e8b-96db-9fa766d89f7a +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802644587 Marionette INFO Stopped listening on port 58777 +Dynamically enable window occlusion 1 +1681802645289 geckodriver INFO Listening on 127.0.0.1:58840 +1681802648353 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "588 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilebptpLo" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802648594 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802648598 Marionette INFO Listening on port 58848 +Read port: 58848 +WebDriver BiDi listening on ws://127.0.0.1:58841 +1681802648716 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilebptpLo\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58841/devtools/browser/4f70f549-5ca8-4b50-9274-c8debff26e7c +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802662461 Marionette INFO Stopped listening on port 58848 +Dynamically enable window occlusion 1 +1681802663141 geckodriver INFO Listening on 127.0.0.1:58928 +1681802666218 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "589 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileLJcTg0" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802666481 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802666485 Marionette INFO Listening on port 58936 +Read port: 58936 +WebDriver BiDi listening on ws://127.0.0.1:58929 +1681802666603 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileLJcTg0\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58929/devtools/browser/5c707641-926c-4357-8864-5dc53f565b97 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802679600 Marionette INFO Stopped listening on port 58936 +Dynamically enable window occlusion 1 +1681802688376 geckodriver INFO Listening on 127.0.0.1:58999 +1681802691433 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "590 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilewhQOmC" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802691672 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802691675 Marionette INFO Listening on port 59021 +Read port: 59021 +WebDriver BiDi listening on ws://127.0.0.1:59000 +1681802691801 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilewhQOmC\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59000/devtools/browser/ceeda731-c31a-4289-9772-aa9bd7445de7 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802704478 Marionette INFO Stopped listening on port 59021 +Dynamically enable window occlusion 1 +1681802705151 geckodriver INFO Listening on 127.0.0.1:59087 +1681802708207 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "590 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile8mjltc" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802708446 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802708449 Marionette INFO Listening on port 59095 +WebDriver BiDi listening on ws://127.0.0.1:59088 +Read port: 59095 +1681802708638 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile8mjltc\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59088/devtools/browser/f761a1b8-475e-4f10-8021-5f9cbbdc20b4 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802722204 Marionette INFO Stopped listening on port 59095 +Dynamically enable window occlusion 1 +1681802723058 geckodriver INFO Listening on 127.0.0.1:59163 +1681802726092 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "591 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofiley5etOf" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802726553 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802726559 Marionette INFO Listening on port 59171 +Read port: 59171 +WebDriver BiDi listening on ws://127.0.0.1:59164 +1681802726721 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofiley5etOf\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59164/devtools/browser/14ff4140-1a94-4698-acf8-358cbdb20633 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802738544 Marionette INFO Stopped listening on port 59171 +Dynamically enable window occlusion 1 +1681802739223 geckodriver INFO Listening on 127.0.0.1:59242 +1681802742300 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "592 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilePjM8V2" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802742542 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802742546 Marionette INFO Listening on port 59253 +Read port: 59253 +WebDriver BiDi listening on ws://127.0.0.1:59243 +1681802742671 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilePjM8V2\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59243/devtools/browser/7b46a941-f513-4d22-be78-cee5087b8ff6 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802757987 Marionette INFO Stopped listening on port 59253 +Dynamically enable window occlusion 1 +1681802758822 geckodriver INFO Listening on 127.0.0.1:59321 +1681802761889 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "593 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileP4Jp3n" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802762132 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802762135 Marionette INFO Listening on port 59329 +Read port: 59329 +WebDriver BiDi listening on ws://127.0.0.1:59322 +1681802762266 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileP4Jp3n\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59322/devtools/browser/e7e3f8d5-5fc7-41b1-b136-557fecd33e30 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802780819 Marionette INFO Stopped listening on port 59329 +Dynamically enable window occlusion 1 +1681802781488 geckodriver INFO Listening on 127.0.0.1:59408 +1681802784541 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "594 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilelaKlcs" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802784783 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802784786 Marionette INFO Listening on port 59416 +Read port: 59416 +WebDriver BiDi listening on ws://127.0.0.1:59409 +1681802784918 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilelaKlcs\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59409/devtools/browser/0b54b5f8-5ef0-48e2-847d-8d9a6c1d12c7 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802801204 Marionette INFO Stopped listening on port 59416 +Dynamically enable window occlusion 1 +1681802801896 geckodriver INFO Listening on 127.0.0.1:59575 +1681802804968 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "595 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile5tH796" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802805212 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802805216 Marionette INFO Listening on port 59585 +Read port: 59585 +WebDriver BiDi listening on ws://127.0.0.1:59576 +1681802805347 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile5tH796\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59576/devtools/browser/386c4c37-7b31-47b9-852f-4e3a9309439e +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802817067 Marionette INFO Stopped listening on port 59585 +Dynamically enable window occlusion 1 +1681802817751 geckodriver INFO Listening on 127.0.0.1:59652 +1681802820831 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "596 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilekBMUfU" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802821072 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802821075 Marionette INFO Listening on port 59660 +WebDriver BiDi listening on ws://127.0.0.1:59653 +Read port: 59660 +1681802821266 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilekBMUfU\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59653/devtools/browser/2c2276b6-9cb7-43c6-beb3-e22c16164920 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802834325 Marionette INFO Stopped listening on port 59660 +Dynamically enable window occlusion 1 +1681802834994 geckodriver INFO Listening on 127.0.0.1:59724 +1681802838062 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "597 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile7NLsbm" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802838303 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802838307 Marionette INFO Listening on port 59732 +WebDriver BiDi listening on ws://127.0.0.1:59725 +Read port: 59732 +1681802838496 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile7NLsbm\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59725/devtools/browser/3e581ef1-5c05-4114-9159-a8c21e8515cc +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802850386 Marionette INFO Stopped listening on port 59732 +Dynamically enable window occlusion 1 +1681802851046 geckodriver INFO Listening on 127.0.0.1:59803 +1681802854111 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "598 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileG1gu6t" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802854358 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802854362 Marionette INFO Listening on port 59811 +Read port: 59811 +WebDriver BiDi listening on ws://127.0.0.1:59804 +1681802854488 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileG1gu6t\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59804/devtools/browser/a56925d4-a0d0-4ddf-a856-d4d6a97e24ae +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802867283 Marionette INFO Stopped listening on port 59811 +Dynamically enable window occlusion 1 +1681802875330 geckodriver INFO Listening on 127.0.0.1:59889 +1681802878400 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "598 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileLJO0yb" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802878644 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802878648 Marionette INFO Listening on port 59897 +Read port: 59897 +WebDriver BiDi listening on ws://127.0.0.1:59890 +1681802878774 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileLJO0yb\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59890/devtools/browser/2abc9dd5-54ab-41c4-977d-a8a7301e9475 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802893098 Marionette INFO Stopped listening on port 59897 +Dynamically enable window occlusion 1 +1681802893763 geckodriver INFO Listening on 127.0.0.1:59962 +1681802896836 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "599 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileBAtFBm" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802897083 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802897086 Marionette INFO Listening on port 59970 +WebDriver BiDi listening on ws://127.0.0.1:59963 +Read port: 59970 +1681802897272 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileBAtFBm\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59963/devtools/browser/31c71b0e-11f7-4cb0-bdb6-7a6b6c97474b +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802910471 Marionette INFO Stopped listening on port 59970 +Dynamically enable window occlusion 1 +1681802911164 geckodriver INFO Listening on 127.0.0.1:60040 +1681802914224 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "600 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileg5LZGI" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802914472 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802914475 Marionette INFO Listening on port 60050 +WebDriver BiDi listening on ws://127.0.0.1:60041 +Read port: 60050 +1681802914660 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileg5LZGI\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:60041/devtools/browser/4fecd619-4135-4319-8b00-b6142867ed5c +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802926829 Marionette INFO Stopped listening on port 60050 +Dynamically enable window occlusion 1 +1681802927524 geckodriver INFO Listening on 127.0.0.1:60119 +1681802930570 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "601 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilehHRRfc" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802930819 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802930823 Marionette INFO Listening on port 60127 +Read port: 60127 +WebDriver BiDi listening on ws://127.0.0.1:60120 +1681802930956 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilehHRRfc\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:60120/devtools/browser/ea393068-64af-41b3-9a60-47555a5af999 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802945851 Marionette INFO Stopped listening on port 60127 +Dynamically enable window occlusion 1 +1681802954610 geckodriver INFO Listening on 127.0.0.1:60192 +1681802957672 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "601 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilemCbfhQ" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802957925 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802957929 Marionette INFO Listening on port 60208 +Read port: 60208 +WebDriver BiDi listening on ws://127.0.0.1:60193 +1681802958062 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilemCbfhQ\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:60193/devtools/browser/dfc229fb-750f-4c1e-a74b-d046a5f43a40 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802975505 Marionette INFO Stopped listening on port 60208 +Dynamically enable window occlusion 1 +1681802976190 geckodriver INFO Listening on 127.0.0.1:60273 +1681802979260 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "602 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilezaSMc0" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802979502 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802979505 Marionette INFO Listening on port 60281 +Read port: 60281 +WebDriver BiDi listening on ws://127.0.0.1:60274 +1681802979630 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilezaSMc0\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:60274/devtools/browser/4342dcdb-ec65-4f1d-a347-8b994d99bdf4 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681802992755 Marionette INFO Stopped listening on port 60281 +Dynamically enable window occlusion 1 +1681802993441 geckodriver INFO Listening on 127.0.0.1:60348 +1681802996481 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "603 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilemEabBp" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681802996768 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681802996773 Marionette INFO Listening on port 52186 +Read port: 52186 +WebDriver BiDi listening on ws://127.0.0.1:60349 +1681802996898 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilemEabBp\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:60349/devtools/browser/beb657ce-41c9-4f25-a696-81e092cc6142 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803012021 Marionette INFO Stopped listening on port 52186 +Dynamically enable window occlusion 1 +1681803012722 geckodriver INFO Listening on 127.0.0.1:52270 +1681803015761 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "522 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilejPEGe8" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803016028 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803016032 Marionette INFO Listening on port 52278 +Read port: 52278 +WebDriver BiDi listening on ws://127.0.0.1:52271 +1681803016152 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilejPEGe8\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:52271/devtools/browser/44391b38-7639-468e-85ea-72a2ccf443b3 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803028564 Marionette INFO Stopped listening on port 52278 +Dynamically enable window occlusion 1 +1681803029278 geckodriver INFO Listening on 127.0.0.1:52347 +1681803032357 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "523 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileZxzojc" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803032598 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803032602 Marionette INFO Listening on port 52356 +WebDriver BiDi listening on ws://127.0.0.1:52348 +Read port: 52356 +1681803032794 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileZxzojc\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:52348/devtools/browser/db4cb43b-9502-401a-8549-2183a48b1bfd +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803051546 Marionette INFO Stopped listening on port 52356 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +1681803052827 geckodriver INFO Listening on 127.0.0.1:52508 +1681803055883 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "525 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileOcZrZa" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803056148 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803056151 Marionette INFO Listening on port 52525 +Read port: 52525 +WebDriver BiDi listening on ws://127.0.0.1:52509 +1681803056298 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileOcZrZa\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:52509/devtools/browser/e8cf50ff-3b77-4a71-80b3-2d9283060658 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803071056 Marionette INFO Stopped listening on port 52525 +Dynamically enable window occlusion 1 +1681803071770 geckodriver INFO Listening on 127.0.0.1:52602 +1681803074802 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "526 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilePERke0" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803075264 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803075270 Marionette INFO Listening on port 52612 +Read port: 52612 +WebDriver BiDi listening on ws://127.0.0.1:52603 +1681803075468 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilePERke0\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:52603/devtools/browser/6bd37298-574f-42a1-b84d-3397774aa247 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803090730 Marionette INFO Stopped listening on port 52612 +Dynamically enable window occlusion 1 +1681803091412 geckodriver INFO Listening on 127.0.0.1:52687 +1681803094489 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "526 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilelCJ8Vy" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803094747 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803094750 Marionette INFO Listening on port 52697 +Read port: 52697 +WebDriver BiDi listening on ws://127.0.0.1:52688 +1681803094869 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilelCJ8Vy\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:52688/devtools/browser/cbb7eb82-7cd3-4619-8a23-db61c652fb79 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803110510 Marionette INFO Stopped listening on port 52697 +Dynamically enable window occlusion 1 +1681803111270 geckodriver INFO Listening on 127.0.0.1:52774 +1681803114313 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "527 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileuEveuf" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803114571 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803114575 Marionette INFO Listening on port 52782 +Read port: 52782 +WebDriver BiDi listening on ws://127.0.0.1:52775 +1681803114701 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileuEveuf\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:52775/devtools/browser/22906309-c13c-430d-8cbf-bd459867e269 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803126018 Marionette INFO Stopped listening on port 52782 +Dynamically enable window occlusion 1 +1681803126715 geckodriver INFO Listening on 127.0.0.1:52847 +1681803129780 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "528 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileIWWG1i" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803130079 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803130082 Marionette INFO Listening on port 52855 +Read port: 52855 +WebDriver BiDi listening on ws://127.0.0.1:52848 +1681803130193 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileIWWG1i\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:52848/devtools/browser/1b257396-d74f-4022-957f-5c65f91428ad +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803145971 Marionette INFO Stopped listening on port 52855 +Dynamically enable window occlusion 1 +1681803153644 geckodriver INFO Listening on 127.0.0.1:52936 +1681803156718 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "529 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileS5z7D2" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803156976 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803156979 Marionette INFO Listening on port 52944 +Read port: 52944 +WebDriver BiDi listening on ws://127.0.0.1:52937 +1681803157112 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileS5z7D2\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:52937/devtools/browser/6270cf8a-784d-4bcd-a56c-c0da9d7a106e +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803171893 Marionette INFO Stopped listening on port 52944 +Dynamically enable window occlusion 1 +1681803172565 geckodriver INFO Listening on 127.0.0.1:53013 +1681803175633 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "530 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileNZhs30" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803175932 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803175936 Marionette INFO Listening on port 53022 +Read port: 53022 +WebDriver BiDi listening on ws://127.0.0.1:53014 +1681803176052 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileNZhs30\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:53014/devtools/browser/e3bc5657-f02e-410f-8026-a35b59279267 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803191015 Marionette INFO Stopped listening on port 53022 +Dynamically enable window occlusion 1 +1681803191709 geckodriver INFO Listening on 127.0.0.1:53094 +1681803194748 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "530 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileMUYu7u" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803195034 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803195038 Marionette INFO Listening on port 53102 +Read port: 53102 +WebDriver BiDi listening on ws://127.0.0.1:53095 +1681803195155 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileMUYu7u\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:53095/devtools/browser/a5ac29e4-85fb-4c1c-a99c-07705e053b1b +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803207444 Marionette INFO Stopped listening on port 53102 +Dynamically enable window occlusion 1 +1681803208122 geckodriver INFO Listening on 127.0.0.1:53169 +1681803211158 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "531 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileUi3xJA" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803211410 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803211415 Marionette INFO Listening on port 53177 +Read port: 53177 +WebDriver BiDi listening on ws://127.0.0.1:53170 +1681803211546 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileUi3xJA\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:53170/devtools/browser/21e2743b-e27a-4305-b88b-c80bfe086023 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803224212 Marionette INFO Stopped listening on port 53177 +Dynamically enable window occlusion 1 +1681803233104 geckodriver INFO Listening on 127.0.0.1:53251 +1681803236174 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "532 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileeO1opV" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803236464 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803236468 Marionette INFO Listening on port 53284 +Read port: 53284 +WebDriver BiDi listening on ws://127.0.0.1:53252 +1681803236606 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileeO1opV\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:53252/devtools/browser/7c638d1d-0e82-4bb7-97b5-dc179920cdd0 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803255517 Marionette INFO Stopped listening on port 53284 +Dynamically enable window occlusion 1 +1681803256371 geckodriver INFO Listening on 127.0.0.1:53354 +1681803259416 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "533 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofiletvGxgj" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803259684 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803259688 Marionette INFO Listening on port 53362 +Read port: 53362 +WebDriver BiDi listening on ws://127.0.0.1:53355 +1681803259825 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofiletvGxgj\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:53355/devtools/browser/ade722cd-f347-41b2-a0d6-088e3744ff84 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803277042 Marionette INFO Stopped listening on port 53362 +Dynamically enable window occlusion 1 +1681803277957 geckodriver INFO Listening on 127.0.0.1:53434 +1681803281038 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "534 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileW8R1Wd" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803281363 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803281367 Marionette INFO Listening on port 53442 +Read port: 53442 +WebDriver BiDi listening on ws://127.0.0.1:53435 +1681803281538 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileW8R1Wd\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:53435/devtools/browser/aca760e2-8aef-4b47-87b2-35219c16da8c +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803294530 Marionette INFO Stopped listening on port 53442 +Dynamically enable window occlusion 1 +1681803295288 geckodriver INFO Listening on 127.0.0.1:53512 +1681803298348 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "535 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilesmW854" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803298600 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803298603 Marionette INFO Listening on port 53520 +Read port: 53520 +WebDriver BiDi listening on ws://127.0.0.1:53513 +1681803298730 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilesmW854\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:53513/devtools/browser/65ed8e78-b1b5-48ad-ae11-87bfccddeac0 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilesmW854\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilesmW854\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilesmW854\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilesmW854\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileiYMf1H\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:53590/devtools/browser/1fee99ec-a1b6-4c98-adea-c38e6b59df1a +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803362081 Marionette INFO Stopped listening on port 53597 +Dynamically enable window occlusion 1 +1681803362945 geckodriver INFO Listening on 127.0.0.1:53673 +1681803365979 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "536 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileVgdDEN" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803366328 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803366332 Marionette INFO Listening on port 53681 +Read port: 53681 +WebDriver BiDi listening on ws://127.0.0.1:53674 +1681803366514 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileVgdDEN\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:53674/devtools/browser/5e6251fd-0b7b-4c55-abfe-fe0f3ed8df5b +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803383463 Marionette INFO Stopped listening on port 53681 +Dynamically enable window occlusion 1 +1681803384527 geckodriver INFO Listening on 127.0.0.1:53751 +1681803387570 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "537 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileWsHM1R" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803387832 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803387836 Marionette INFO Listening on port 53761 +Read port: 53761 +WebDriver BiDi listening on ws://127.0.0.1:53752 +1681803387970 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileWsHM1R\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:53752/devtools/browser/727a1156-b3c6-4fe7-90f1-6b04384912af +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803401607 Marionette INFO Stopped listening on port 53761 +Dynamically enable window occlusion 1 +1681803402268 geckodriver INFO Listening on 127.0.0.1:53828 +1681803405301 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "538 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileaRuZMG" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803405593 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803405597 Marionette INFO Listening on port 53836 +Read port: 53836 +WebDriver BiDi listening on ws://127.0.0.1:53829 +1681803405709 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileaRuZMG\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:53829/devtools/browser/01bb7bf6-7fcb-4f8d-82c1-969820a87255 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803419964 Marionette INFO Stopped listening on port 53836 +Dynamically enable window occlusion 1 +1681803420674 geckodriver INFO Listening on 127.0.0.1:53904 +1681803423735 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "539 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileTVdsWZ" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803423985 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803423988 Marionette INFO Listening on port 53912 +Read port: 53912 +WebDriver BiDi listening on ws://127.0.0.1:53905 +1681803424116 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileTVdsWZ\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:53905/devtools/browser/24bae756-ed6c-4d2f-b4d2-c90f79664b81 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803436552 Marionette INFO Stopped listening on port 53912 +Dynamically enable window occlusion 1 +1681803437379 geckodriver INFO Listening on 127.0.0.1:53974 +1681803440464 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "539 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileLxeWJ0" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803440734 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803440738 Marionette INFO Listening on port 53982 +Read port: 53982 +WebDriver BiDi listening on ws://127.0.0.1:53975 +1681803440894 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileLxeWJ0\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:53975/devtools/browser/cf0fdb60-c22f-4f35-aab1-eff59d0b4ae2 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803455614 Marionette INFO Stopped listening on port 53982 +Dynamically enable window occlusion 1 +1681803466624 geckodriver INFO Listening on 127.0.0.1:54065 +1681803469683 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "540 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilex7inMd" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803469933 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803469936 Marionette INFO Listening on port 54073 +Read port: 54073 +WebDriver BiDi listening on ws://127.0.0.1:54066 +1681803470062 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilex7inMd\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:54066/devtools/browser/7cb18139-924e-439d-b049-381721232ffb +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803483897 Marionette INFO Stopped listening on port 54073 +Dynamically enable window occlusion 1 +1681803484581 geckodriver INFO Listening on 127.0.0.1:54140 +1681803487623 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "541 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileBXRDKv" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803487873 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803487877 Marionette INFO Listening on port 54148 +Read port: 54148 +WebDriver BiDi listening on ws://127.0.0.1:54141 +1681803488011 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileBXRDKv\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:54141/devtools/browser/9e3bef29-3b3d-4486-a8d1-d893638f28bf +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803505466 Marionette INFO Stopped listening on port 54148 +Dynamically enable window occlusion 1 +1681803506154 geckodriver INFO Listening on 127.0.0.1:54219 +1681803509201 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "542 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileXU5V90" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803509457 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803509461 Marionette INFO Listening on port 54228 +Read port: 54228 +WebDriver BiDi listening on ws://127.0.0.1:54220 +1681803509592 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileXU5V90\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:54220/devtools/browser/72be81a5-a97d-483b-bb08-146d44d9df7c +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803523683 Marionette INFO Stopped listening on port 54228 +Dynamically enable window occlusion 1 +1681803524349 geckodriver INFO Listening on 127.0.0.1:54292 +1681803527397 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "542 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileTjU4Tg" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803527645 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803527648 Marionette INFO Listening on port 54300 +WebDriver BiDi listening on ws://127.0.0.1:54293 +Read port: 54300 +1681803527775 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileTjU4Tg\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:54293/devtools/browser/7e7baf52-5062-446f-9238-47473c6df25c +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803541165 Marionette INFO Stopped listening on port 54300 +Dynamically enable window occlusion 1 +1681803549939 geckodriver INFO Listening on 127.0.0.1:54370 +1681803552996 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "543 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile1FMoL9" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803553240 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803553244 Marionette INFO Listening on port 54386 +Read port: 54386 +WebDriver BiDi listening on ws://127.0.0.1:54371 +1681803553373 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile1FMoL9\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:54371/devtools/browser/46fe1c30-c8de-47b0-947f-5b5c1e787c35 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803568763 Marionette INFO Stopped listening on port 54386 +Dynamically enable window occlusion 1 +1681803569600 geckodriver INFO Listening on 127.0.0.1:54461 +1681803572630 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "544 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile2phWm1" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803573309 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803573317 Marionette INFO Listening on port 49289 +Read port: 49289 +WebDriver BiDi listening on ws://127.0.0.1:54462 +1681803573517 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile2phWm1\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:54462/devtools/browser/4aa752c5-137f-4407-8fe8-5de1e7734a49 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803590658 Marionette INFO Stopped listening on port 49289 +Dynamically enable window occlusion 1 +1681803591584 geckodriver INFO Listening on 127.0.0.1:49402 +1681803594624 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "494 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileT2JWVn" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803594957 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803594962 Marionette INFO Listening on port 49410 +Read port: 49410 +WebDriver BiDi listening on ws://127.0.0.1:49403 +1681803595150 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileT2JWVn\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:49403/devtools/browser/e7f5fca7-e3e3-46f3-bd1f-4ada9c19a6c4 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803609746 Marionette INFO Stopped listening on port 49410 +Dynamically enable window occlusion 1 +1681803610458 geckodriver INFO Listening on 127.0.0.1:49478 +1681803613509 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "494 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilexLtTq7" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803613822 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803613826 Marionette INFO Listening on port 49487 +Read port: 49487 +WebDriver BiDi listening on ws://127.0.0.1:49479 +1681803613943 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilexLtTq7\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:49479/devtools/browser/acfd39ff-040f-43f9-ade2-bccbcee17b53 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803626954 Marionette INFO Stopped listening on port 49487 +Dynamically enable window occlusion 1 +1681803627647 geckodriver INFO Listening on 127.0.0.1:49558 +1681803630701 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "495 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilenXGscO" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803630954 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803630957 Marionette INFO Listening on port 49566 +Read port: 49566 +WebDriver BiDi listening on ws://127.0.0.1:49559 +1681803631091 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilenXGscO\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:49559/devtools/browser/af33212d-a1f6-48d8-b303-742d2b6a738d +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803650219 Marionette INFO Stopped listening on port 49566 +Dynamically enable window occlusion 1 +1681803650914 geckodriver INFO Listening on 127.0.0.1:49660 +1681803653991 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "496 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileveNZ6b" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803654273 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803654276 Marionette INFO Listening on port 49677 +Read port: 49677 +WebDriver BiDi listening on ws://127.0.0.1:49661 +1681803654413 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileveNZ6b\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:49661/devtools/browser/928cdf5a-edc3-4454-86f3-a2bbfd734915 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803671259 Marionette INFO Stopped listening on port 49677 +Dynamically enable window occlusion 1 +1681803671950 geckodriver INFO Listening on 127.0.0.1:49769 +1681803674999 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "497 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilel9DK10" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803675257 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803675260 Marionette INFO Listening on port 49777 +Read port: 49777 +WebDriver BiDi listening on ws://127.0.0.1:49770 +1681803675394 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilel9DK10\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:49770/devtools/browser/3ef364ad-0c46-4379-bfd0-ec1b06e3fda5 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803687207 Marionette INFO Stopped listening on port 49777 +Dynamically enable window occlusion 1 +1681803687921 geckodriver INFO Listening on 127.0.0.1:49847 +1681803690981 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "498 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileCaSItw" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803691230 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803691234 Marionette INFO Listening on port 49857 +Read port: 49857 +WebDriver BiDi listening on ws://127.0.0.1:49848 +1681803691362 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileCaSItw\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:49848/devtools/browser/bed99821-107d-4d27-9658-6e78a3e6ce43 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803704341 Marionette INFO Stopped listening on port 49857 +Dynamically enable window occlusion 1 +1681803705151 geckodriver INFO Listening on 127.0.0.1:49923 +1681803708179 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "499 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileNJ5eEy" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803708455 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803708458 Marionette INFO Listening on port 49932 +Read port: 49932 +WebDriver BiDi listening on ws://127.0.0.1:49924 +1681803708593 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileNJ5eEy\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:49924/devtools/browser/7d0b629a-fdbf-42bf-8c7c-97939ae2910f +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803722130 Marionette INFO Stopped listening on port 49932 +Dynamically enable window occlusion 1 +1681803722818 geckodriver INFO Listening on 127.0.0.1:50004 +1681803725860 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "500 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile0E1AFS" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803726159 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803726163 Marionette INFO Listening on port 50012 +Read port: 50012 +WebDriver BiDi listening on ws://127.0.0.1:50005 +1681803726299 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile0E1AFS\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50005/devtools/browser/840c616c-be22-4ad4-b428-10a1d61de73a +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803748914 Marionette INFO Stopped listening on port 50012 +Dynamically enable window occlusion 1 +1681803751680 geckodriver INFO Listening on 127.0.0.1:50097 +1681803754709 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "500 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilepwvLbX" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803754955 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803754959 Marionette INFO Listening on port 50106 +Read port: 50106 +WebDriver BiDi listening on ws://127.0.0.1:50098 +1681803755097 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilepwvLbX\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50098/devtools/browser/55e70e13-e6f7-44a9-b1ac-9a401b3b472e +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803767725 Marionette INFO Stopped listening on port 50106 +Dynamically enable window occlusion 1 +1681803768479 geckodriver INFO Listening on 127.0.0.1:50169 +1681803771539 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "501 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile8EOZzl" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803771790 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803771793 Marionette INFO Listening on port 50177 +Read port: 50177 +WebDriver BiDi listening on ws://127.0.0.1:50170 +1681803771922 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile8EOZzl\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50170/devtools/browser/11ca16cf-9691-43e4-9c20-4700c19d5f3c +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803787697 Marionette INFO Stopped listening on port 50177 +Dynamically enable window occlusion 1 +1681803788530 geckodriver INFO Listening on 127.0.0.1:50247 +1681803791590 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "502 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilekoMOLJ" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803791836 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803791840 Marionette INFO Listening on port 50256 +Read port: 50256 +WebDriver BiDi listening on ws://127.0.0.1:50248 +1681803791969 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilekoMOLJ\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50248/devtools/browser/4f0acc0f-f8da-4914-98b7-6ade0306b8ed +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803804032 Marionette INFO Stopped listening on port 50256 +Dynamically enable window occlusion 1 +1681803804775 geckodriver INFO Listening on 127.0.0.1:50323 +1681803807835 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "503 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileI3RsSQ" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803808081 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803808084 Marionette INFO Listening on port 50331 +WebDriver BiDi listening on ws://127.0.0.1:50324 +Read port: 50331 +1681803808308 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileI3RsSQ\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50324/devtools/browser/91df390d-43f0-4084-b241-6b1124ec05f4 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803821259 Marionette INFO Stopped listening on port 50331 +Dynamically enable window occlusion 1 +1681803829976 geckodriver INFO Listening on 127.0.0.1:50397 +1681803833034 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "503 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilecTnA0J" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803833320 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803833324 Marionette INFO Listening on port 50414 +Read port: 50414 +WebDriver BiDi listening on ws://127.0.0.1:50398 +1681803833457 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilecTnA0J\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50398/devtools/browser/7d979a59-d172-464c-8ce3-ca3b0a509d57 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803849497 Marionette INFO Stopped listening on port 50414 +Dynamically enable window occlusion 1 +1681803850342 geckodriver INFO Listening on 127.0.0.1:50485 +1681803853408 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "504 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilenEvL3z" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803853651 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803853655 Marionette INFO Listening on port 50494 +Read port: 50494 +WebDriver BiDi listening on ws://127.0.0.1:50486 +1681803853819 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilenEvL3z\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50486/devtools/browser/bd022711-5608-452f-86c2-26ad0def9c94 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803870538 Marionette INFO Stopped listening on port 50494 +Dynamically enable window occlusion 1 +1681803871429 geckodriver INFO Listening on 127.0.0.1:50576 +1681803874485 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "505 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileCTCJTb" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803874778 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803874782 Marionette INFO Listening on port 50585 +Read port: 50585 +WebDriver BiDi listening on ws://127.0.0.1:50577 +1681803874921 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileCTCJTb\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50577/devtools/browser/81f593b6-cdf4-4c3b-be99-323baefd3577 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803888358 Marionette INFO Stopped listening on port 50585 +Dynamically enable window occlusion 1 +1681803889211 geckodriver INFO Listening on 127.0.0.1:50653 +1681803892268 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "506 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilena7Agk" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803892517 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803892520 Marionette INFO Listening on port 50662 +Read port: 50662 +WebDriver BiDi listening on ws://127.0.0.1:50654 +1681803892645 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilena7Agk\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50654/devtools/browser/6a1e1f74-d85a-4c20-b03f-10db85363072 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803905816 Marionette INFO Stopped listening on port 50662 +Dynamically enable window occlusion 1 +1681803906546 geckodriver INFO Listening on 127.0.0.1:50729 +1681803909609 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "507 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileVASbw4" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803909850 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803909855 Marionette INFO Listening on port 50737 +Read port: 50737 +WebDriver BiDi listening on ws://127.0.0.1:50730 +1681803909982 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileVASbw4\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50730/devtools/browser/4debaafa-eeed-4de4-b0fc-fed6fa982f65 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803930557 Marionette INFO Stopped listening on port 50737 +Dynamically enable window occlusion 1 +1681803931255 geckodriver INFO Listening on 127.0.0.1:50820 +1681803934278 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "508 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileoeCasg" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803934534 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803934537 Marionette INFO Listening on port 50828 +Read port: 50828 +WebDriver BiDi listening on ws://127.0.0.1:50821 +1681803934677 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileoeCasg\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50821/devtools/browser/e4930abd-e409-49f4-ae27-1909cf8e4be4 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803953076 Marionette INFO Stopped listening on port 50828 +Dynamically enable window occlusion 1 +1681803953832 geckodriver INFO Listening on 127.0.0.1:50903 +1681803956916 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "509 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilefSyqHc" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803957160 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803957163 Marionette INFO Listening on port 50912 +Read port: 50912 +WebDriver BiDi listening on ws://127.0.0.1:50904 +1681803957294 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilefSyqHc\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50904/devtools/browser/010154f7-ba05-4778-b867-af634451cec2 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681803971286 Marionette INFO Stopped listening on port 50912 +Dynamically enable window occlusion 1 +1681803972006 geckodriver INFO Listening on 127.0.0.1:50983 +1681803975069 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "509 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilemyaJRw" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681803975321 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681803975325 Marionette INFO Listening on port 50993 +Read port: 50993 +WebDriver BiDi listening on ws://127.0.0.1:50984 +1681803975455 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilemyaJRw\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50984/devtools/browser/cfe764fe-1447-40db-89b7-c346f3d33438 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilemyaJRw\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilemyaJRw\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilemyaJRw\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilemyaJRw\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileGVrQk7\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:55745/devtools/browser/a357e6c3-c75d-4821-b5bd-7acc3c0b1358 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681804034403 Marionette INFO Stopped listening on port 55752 +Dynamically enable window occlusion 1 +1681804035290 geckodriver INFO Listening on 127.0.0.1:55821 +1681804038331 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "558 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilevf9sdz" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681804038687 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681804038691 Marionette INFO Listening on port 55830 +WebDriver BiDi listening on ws://127.0.0.1:55822 +Read port: 55830 +1681804038826 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilevf9sdz\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:55822/devtools/browser/487c0c3b-313c-4a91-9e75-b3ed6f9ca61b +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilevf9sdz\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilevf9sdz\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilevf9sdz\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilevf9sdz\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilewc9E0W\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:55915/devtools/browser/6d330861-ddbe-499b-8f67-f55ca5f11361 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681804099198 Marionette INFO Stopped listening on port 55922 +Dynamically enable window occlusion 1 +1681804099903 geckodriver INFO Listening on 127.0.0.1:55993 +1681804102988 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "559 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileml0L2b" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681804103255 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681804103259 Marionette INFO Listening on port 56006 +Read port: 56006 +WebDriver BiDi listening on ws://127.0.0.1:55994 +1681804103393 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileml0L2b\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:55994/devtools/browser/c5823614-e000-442b-a6b8-8688a1b5fbf7 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileml0L2b\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileml0L2b\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileml0L2b\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileml0L2b\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile1wSUXY\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:56073/devtools/browser/14bcb016-6179-40e6-815f-a1a13d633257 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681804164524 Marionette INFO Stopped listening on port 56080 +Dynamically enable window occlusion 1 +1681804165217 geckodriver INFO Listening on 127.0.0.1:56145 +1681804168299 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "561 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilem9bqVc" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681804168620 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681804168624 Marionette INFO Listening on port 56153 +Read port: 56153 +WebDriver BiDi listening on ws://127.0.0.1:56146 +1681804168795 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilem9bqVc\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:56146/devtools/browser/aac7edc3-7a87-4f98-9afe-266ce07914ee +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilem9bqVc\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilem9bqVc\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilem9bqVc\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilem9bqVc\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilecLHPew\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:56224/devtools/browser/92b5bd8d-aade-4ad1-a14a-7bb801cf85ce +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681804232856 Marionette INFO Stopped listening on port 56245 +Dynamically enable window occlusion 1 +1681804233773 geckodriver INFO Listening on 127.0.0.1:56325 +1681804236828 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "563 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileZHxYIg" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681804237144 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681804237148 Marionette INFO Listening on port 56333 +Read port: 56333 +WebDriver BiDi listening on ws://127.0.0.1:56326 +1681804237263 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileZHxYIg\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:56326/devtools/browser/bc0f3b4c-f6e9-49e0-be1c-063c199b904e +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681804250267 Marionette INFO Stopped listening on port 56333 +Dynamically enable window occlusion 1 +1681804251342 geckodriver INFO Listening on 127.0.0.1:56410 +1681804254390 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "564 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilejJVZHW" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681804254649 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681804254653 Marionette INFO Listening on port 56418 +Read port: 56418 +WebDriver BiDi listening on ws://127.0.0.1:56411 +1681804254790 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilejJVZHW\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:56411/devtools/browser/6722ffa9-34b9-4829-8908-8fe07bfcf9d7 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681804266353 Marionette INFO Stopped listening on port 56418 +Dynamically enable window occlusion 1 +1681804267035 geckodriver INFO Listening on 127.0.0.1:56487 +1681804270056 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "564 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile7Wjaav" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681804270328 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681804270331 Marionette INFO Listening on port 56495 +Read port: 56495 +WebDriver BiDi listening on ws://127.0.0.1:56488 +1681804270469 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile7Wjaav\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:56488/devtools/browser/41b3355a-309c-4575-954a-3a79b34e3c26 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile7Wjaav\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile7Wjaav\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile7Wjaav\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile7Wjaav\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile3qkECY\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:56573/devtools/browser/c9834116-6a26-4101-9787-e0da95226630 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile3qkECY\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile3qkECY\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile3qkECY\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile3qkECY\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilepuNZSa\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:56678/devtools/browser/b598c80a-a84f-4c69-8a22-3fb55e728266 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681804377255 Marionette INFO Stopped listening on port 56685 +Dynamically enable window occlusion 1 +1681804378858 geckodriver INFO Listening on 127.0.0.1:56774 +1681804381940 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "567 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilepLQIYP" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681804382207 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681804382210 Marionette INFO Listening on port 56783 +Read port: 56783 +WebDriver BiDi listening on ws://127.0.0.1:56775 +1681804382336 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilepLQIYP\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:56775/devtools/browser/6e4343c5-89ca-44dc-8d49-4af9d036d786 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilepLQIYP\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilepLQIYP\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilepLQIYP\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilepLQIYP\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileroN0Qy\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:56848/devtools/browser/1f361d67-830b-4975-81fc-455315b37bef +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681804440147 Marionette INFO Stopped listening on port 56855 +Dynamically enable window occlusion 1 +1681804440970 geckodriver INFO Listening on 127.0.0.1:56928 +1681804444016 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "569 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileOYxnnm" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681804444286 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681804444290 Marionette INFO Listening on port 56936 +Read port: 56936 +WebDriver BiDi listening on ws://127.0.0.1:56929 +1681804444415 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileOYxnnm\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:56929/devtools/browser/daf65c9a-d5d5-4906-ace3-a73567fd97ab +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileOYxnnm\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileOYxnnm\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileOYxnnm\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileOYxnnm\thumbnails) because it does not exist +RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileTMtGzz\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:57010/devtools/browser/f9674568-b033-4161-b63e-ea7ce2a90520 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681804517082 Marionette INFO Stopped listening on port 57031 +Dynamically enable window occlusion 1 +1681804517900 geckodriver INFO Listening on 127.0.0.1:57102 +1681804520939 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "571 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile7vpBzN" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681804521210 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681804521214 Marionette INFO Listening on port 57110 +Read port: 57110 +WebDriver BiDi listening on ws://127.0.0.1:57103 +1681804521351 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile7vpBzN\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:57103/devtools/browser/9fc79cab-95ae-49a3-b924-9ecf81529a39 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile7vpBzN\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile7vpBzN\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile7vpBzN\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile7vpBzN\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilehF1HL3\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:57341/devtools/browser/f3ddf6ee-70ec-42cf-bb38-88ce71733720 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681804580448 Marionette INFO Stopped listening on port 57385 +Dynamically enable window occlusion 1 +1681804581334 geckodriver INFO Listening on 127.0.0.1:57491 +1681804584364 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "574 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilebs26yI" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681804584672 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681804584675 Marionette INFO Listening on port 57504 +Read port: 57504 +WebDriver BiDi listening on ws://127.0.0.1:57492 +1681804584814 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilebs26yI\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:57492/devtools/browser/bb9c0715-725d-443d-a341-c8ebd0e38a05 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilebs26yI\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilebs26yI\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilebs26yI\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilebs26yI\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileM9jTjF\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:57586/devtools/browser/476250e1-d841-4d8c-9a89-bd39e7068486 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681804648039 Marionette INFO Stopped listening on port 57595 +Dynamically enable window occlusion 1 +1681804648942 geckodriver INFO Listening on 127.0.0.1:57675 +1681804651981 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "576 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile4yahZN" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681804652243 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681804652246 Marionette INFO Listening on port 57688 +Read port: 57688 +WebDriver BiDi listening on ws://127.0.0.1:57676 +1681804652387 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile4yahZN\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:57676/devtools/browser/1fe6147d-76c0-4d70-b80b-469df2f5fea5 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile4yahZN\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile4yahZN\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile4yahZN\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile4yahZN\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileMp6CB5\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:57763/devtools/browser/428f1dc2-d318-4aa3-ad42-46c0eaa74a03 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681804711749 Marionette INFO Stopped listening on port 57771 +Dynamically enable window occlusion 1 +1681804712510 geckodriver INFO Listening on 127.0.0.1:57844 +1681804715528 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "578 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileEtk3ak" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681804715818 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681804715827 Marionette INFO Listening on port 57855 +Read port: 57855 +WebDriver BiDi listening on ws://127.0.0.1:57845 +1681804716014 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileEtk3ak\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:57845/devtools/browser/257414b7-72c4-49e2-a4da-b3fceab2b27e +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: , line 0: NotFoundError: Could not move source file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileEtk3ak\bookmarkbackups\bookmarks-2023-04-18.jsonlz4) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileEtk3ak\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileEtk3ak\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileEtk3ak\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileEtk3ak\thumbnails) because it does not exist +?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile3F6EyQ\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:57938/devtools/browser/2454a3c8-2a46-4d4e-9e87-ba5d95c1a862 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile3F6EyQ\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile3F6EyQ\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile3F6EyQ\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile3F6EyQ\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileo84lIe\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58033/devtools/browser/685baca4-4865-4d97-9228-604939675489 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681804829445 Marionette INFO Stopped listening on port 58040 +Dynamically enable window occlusion 1 +1681804830231 geckodriver INFO Listening on 127.0.0.1:58116 +1681804833264 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "581 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileHI0NoF" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681804833630 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681804833636 Marionette INFO Listening on port 58124 +Read port: 58124 +WebDriver BiDi listening on ws://127.0.0.1:58117 +1681804833812 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileHI0NoF\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58117/devtools/browser/514b5cd3-c7c8-4834-b79a-1ab0c9087277 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681804842582 Marionette WARN TimedPromise timed out after 500 ms: stacktrace: +TimedPromise/<@chrome://remote/content/marionette/sync.sys.mjs:219:24 +TimedPromise@chrome://remote/content/marionette/sync.sys.mjs:204:10 +interaction.flushEventLoop@chrome://remote/content/marionette/interaction.sys.mjs:424:10 +webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:173:31 +1681804847451 Marionette WARN TimedPromise timed out after 500 ms: stacktrace: +TimedPromise/<@chrome://remote/content/marionette/sync.sys.mjs:219:24 +TimedPromise@chrome://remote/content/marionette/sync.sys.mjs:204:10 +interaction.flushEventLoop@chrome://remote/content/marionette/interaction.sys.mjs:424:10 +webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:173:31 +JavaScript error: , line 0: NotFoundError: Could not move source file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileHI0NoF\bookmarkbackups\bookmarks-2023-04-18.jsonlz4) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileHI0NoF\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileHI0NoF\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileHI0NoF\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileHI0NoF\thumbnails) because it does not exist +?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilep9nbGI\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58229/devtools/browser/e0fc5168-9c87-4183-bea1-6f476f302b28 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681804899000 Marionette INFO Stopped listening on port 58239 +Dynamically enable window occlusion 1 +1681804900021 geckodriver INFO Listening on 127.0.0.1:58326 +1681804903277 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "583 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilewiv512" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681804903591 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681804903594 Marionette INFO Listening on port 58334 +Read port: 58334 +WebDriver BiDi listening on ws://127.0.0.1:58327 +1681804903731 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilewiv512\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58327/devtools/browser/cfddfde2-2172-47e7-856d-c4b96654ee02 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681804912957 Marionette WARN TimedPromise timed out after 500 ms: stacktrace: +TimedPromise/<@chrome://remote/content/marionette/sync.sys.mjs:219:24 +TimedPromise@chrome://remote/content/marionette/sync.sys.mjs:204:10 +interaction.flushEventLoop@chrome://remote/content/marionette/interaction.sys.mjs:424:10 +webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:173:31 +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilewiv512\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilewiv512\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilewiv512\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilewiv512\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilewOIv65\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58413/devtools/browser/bd2a8892-a9f8-449b-b6b7-a015f0a45a97 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilewOIv65\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilewOIv65\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilewOIv65\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilewOIv65\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileNW92QB\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58535/devtools/browser/b8750474-dae9-40c9-8a50-4fecc386a8ae +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681805022470 Marionette INFO Stopped listening on port 58544 +Dynamically enable window occlusion 1 +1681805025012 geckodriver INFO Listening on 127.0.0.1:58617 +1681805028316 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "586 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile3BpyFX" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681805028947 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681805028952 Marionette INFO Listening on port 58626 +Read port: 58626 +WebDriver BiDi listening on ws://127.0.0.1:58618 +1681805029256 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile3BpyFX\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58618/devtools/browser/b32cdae4-c5ad-4ac0-b719-62bb83b0af70 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681805052005 Marionette WARN TimedPromise timed out after 500 ms: stacktrace: +TimedPromise/<@chrome://remote/content/marionette/sync.sys.mjs:219:24 +TimedPromise@chrome://remote/content/marionette/sync.sys.mjs:204:10 +interaction.flushEventLoop@chrome://remote/content/marionette/interaction.sys.mjs:424:10 +webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:173:31 +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile3BpyFX\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile3BpyFX\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile3BpyFX\thumbnails) because it does not exist +ette enabled +Dynamically enable window occlusion 0 +1681805093537 Marionette INFO Listening on port 58765 +Read port: 58765 +WebDriver BiDi listening on ws://127.0.0.1:58751 +1681805093915 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilen3NWKb\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58751/devtools/browser/6762836d-c3c7-4d43-8963-6236ca407131 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilen3NWKb\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilen3NWKb\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilen3NWKb\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilen3NWKb\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilen3NWKb\thumbnails) because it does not exist +new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileV13Vgf\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58844/devtools/browser/17865b82-8d5d-464e-9215-5f680399d250 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileV13Vgf\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileV13Vgf\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileV13Vgf\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileV13Vgf\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileV13Vgf\thumbnails) because it does not exist +new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileS2gS5V\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58927/devtools/browser/11d04372-fcfa-434f-8465-ef60400ed8c7 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileS2gS5V\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileS2gS5V\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileS2gS5V\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileS2gS5V\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileS2gS5V\thumbnails) because it does not exist +new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilewU9KIk\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59018/devtools/browser/fbb98d81-f04b-44a6-9a34-0f1b89afae9b +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681805295705 geckodriver INFO Listening on 127.0.0.1:59102 +1681805298772 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "591 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileVq24vM" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681805300809 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681805300817 Marionette INFO Listening on port 59113 +Read port: 59113 +WebDriver BiDi listening on ws://127.0.0.1:59103 +1681805301269 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileVq24vM\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59103/devtools/browser/d69f3f73-d3ac-4b6a-9e0d-87ae4721f919 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileVq24vM\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileVq24vM\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileVq24vM\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileVq24vM\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilefnJAY5\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59190/devtools/browser/e694f413-f514-48e8-9ac9-17b3c4f49c83 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681805375473 Marionette INFO Stopped listening on port 59197 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +1681805381873 geckodriver INFO Listening on 127.0.0.1:59285 +1681805385122 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "592 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileryZA30" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681805386425 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681805386459 Marionette INFO Listening on port 59298 +Read port: 59298 +WebDriver BiDi listening on ws://127.0.0.1:59286 +1681805386881 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileryZA30\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59286/devtools/browser/ed119a68-fa35-4700-9c85-7908f2f62d6e +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681805415268 Marionette INFO Stopped listening on port 59298 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +1681805425337 geckodriver INFO Listening on 127.0.0.1:59378 +1681805428235 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "593 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileKFj9r3" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681805429144 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681805429151 Marionette INFO Listening on port 59388 +Read port: 59388 +WebDriver BiDi listening on ws://127.0.0.1:59379 +1681805429670 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileKFj9r3\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59379/devtools/browser/7d4f56fd-e584-439b-804a-0e1376a65886 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileKFj9r3\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileKFj9r3\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileKFj9r3\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileKFj9r3\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileYRJYOV\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59547/devtools/browser/d0c788cb-0409-44c0-a403-e6f8a6a9d4d4 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681805520688 Marionette INFO Stopped listening on port 59568 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +1681805528980 geckodriver INFO Listening on 127.0.0.1:59644 +1681805532079 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "596 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilep6DnCv" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681805536398 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681805536408 Marionette INFO Listening on port 59710 +Read port: 59710 +Read port: 59710 +WebDriver BiDi listening on ws://127.0.0.1:59645 +1681805538519 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilep6DnCv\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59645/devtools/browser/6674e81c-e17f-4f53-8c4d-d995d1f6bea8 +console.error: (new TypeError("this._searchProviderInfo is null", "resource:///modules/SearchSERPTelemetry.sys.mjs", 488)) +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilep6DnCv\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilep6DnCv\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilep6DnCv\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilep6DnCv\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileyw3qYb\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59851/devtools/browser/9a99a15d-2448-425c-a25c-d3efc47114eb +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681805621606 Marionette INFO Stopped listening on port 59860 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +1681805626900 geckodriver INFO Listening on 127.0.0.1:59929 +1681805629954 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "599 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilefKf0iN" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681805631410 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681805631424 Marionette INFO Listening on port 59937 +Read port: 59937 +WebDriver BiDi listening on ws://127.0.0.1:59930 +1681805631822 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilefKf0iN\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59930/devtools/browser/03aeeff7-eb90-45f6-8557-06968ee457ce +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681805683339 geckodriver INFO Listening on 127.0.0.1:60017 +1681805686804 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "600 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilewu7KeY" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681805687825 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681805687832 Marionette INFO Listening on port 60027 +Read port: 60027 +WebDriver BiDi listening on ws://127.0.0.1:60018 +1681805688647 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilewu7KeY\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:60018/devtools/browser/3141e97a-e014-41be-bf9e-7d4737e79ec2 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilewu7KeY\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilewu7KeY\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilewu7KeY\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilewu7KeY\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileVjS9aD\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:51204/devtools/browser/ad9e3f8d-5646-43a5-9f19-87197c596675 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681805790500 geckodriver INFO Listening on 127.0.0.1:51355 +1681805794067 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "513 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileCakHlZ" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681805794587 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681805794593 Marionette INFO Listening on port 51364 +Read port: 51364 +WebDriver BiDi listening on ws://127.0.0.1:51356 +1681805794785 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileCakHlZ\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:51356/devtools/browser/55d98511-23e2-47ff-b279-2d1375cf4027 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileCakHlZ\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileCakHlZ\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileCakHlZ\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileCakHlZ\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileif5PkV\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:51474/devtools/browser/7d34950c-053e-4161-b54b-e89b2b857c88 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681805860410 Marionette INFO Stopped listening on port 51481 +Dynamically enable window occlusion 1 +1681805861390 geckodriver INFO Listening on 127.0.0.1:51554 +1681805864540 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "515 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileynf0YX" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681805864961 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681805864966 Marionette INFO Listening on port 51562 +Read port: 51562 +WebDriver BiDi listening on ws://127.0.0.1:51555 +1681805865184 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileynf0YX\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:51555/devtools/browser/9ccb19cc-8b93-4c1f-b161-d2f5602e6821 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileynf0YX\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileynf0YX\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileynf0YX\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileynf0YX\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilewVEKZg\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:51706/devtools/browser/b39fa576-8ad3-454f-9d46-b15376ea1e9d +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681805952526 Marionette INFO Stopped listening on port 51727 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +1681805954213 geckodriver INFO Listening on 127.0.0.1:51868 +1681805957377 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "518 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileEUMGPU" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681805958010 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681805958016 Marionette INFO Listening on port 51879 +Read port: 51879 +WebDriver BiDi listening on ws://127.0.0.1:51869 +1681805958280 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileEUMGPU\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:51869/devtools/browser/9325ae87-f51e-4815-b5e0-611b3c2e9a04 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileEUMGPU\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileEUMGPU\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileEUMGPU\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileEUMGPU\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileG1QEi4\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:52011/devtools/browser/8654f60f-1cb7-441e-a29d-a9c27c046903 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileG1QEi4\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileG1QEi4\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileG1QEi4\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileG1QEi4\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileLy3w4c\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:52104/devtools/browser/c24000b3-7879-4227-91e4-aa75c79f949b +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileLy3w4c\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileLy3w4c\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileLy3w4c\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileLy3w4c\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilewyByCa\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:52236/devtools/browser/5e07e58a-f08b-42b2-a1a4-0563bbb9e442 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilewyByCa\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilewyByCa\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilewyByCa\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilewyByCa\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilekY3cEm\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:51731/devtools/browser/561e5ada-7d30-4e66-89da-f0af4510b02d +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681806184394 Marionette INFO Stopped listening on port 51740 +Dynamically enable window occlusion 1 +1681806186690 geckodriver INFO Listening on 127.0.0.1:51829 +1681806190089 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "518 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileTSXvKv" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681806190759 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681806190767 Marionette INFO Listening on port 51837 +Read port: 51837 +WebDriver BiDi listening on ws://127.0.0.1:51830 +1681806190979 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileTSXvKv\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:51830/devtools/browser/b94e61fa-dfc1-44d0-811c-6da2fe4e6713 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileTSXvKv\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileTSXvKv\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileTSXvKv\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileTSXvKv\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile2Oj0k5\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:51933/devtools/browser/dbc07003-3aed-41a8-9638-05c37b96b112 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681806261909 Marionette INFO Stopped listening on port 51941 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +1681806263066 geckodriver INFO Listening on 127.0.0.1:52023 +1681806266287 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "520 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilegdSkfa" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681806266852 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681806266859 Marionette INFO Listening on port 52031 +Read port: 52031 +WebDriver BiDi listening on ws://127.0.0.1:52024 +1681806267096 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilegdSkfa\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:52024/devtools/browser/8b2a98bf-fe95-4260-9d71-b3cd481ef557 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilegdSkfa\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilegdSkfa\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilegdSkfa\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilegdSkfa\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileXHmSb1\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:52140/devtools/browser/ad2fa512-4531-4b87-a33b-1e2ee4d6ec1e +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileXHmSb1\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileXHmSb1\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileXHmSb1\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileXHmSb1\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileJZnmR9\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:52240/devtools/browser/0e50f705-2b1d-4d60-803e-c9299a18d55f +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681806388988 Marionette INFO Stopped listening on port 52255 +Dynamically enable window occlusion 1 +1681806390721 geckodriver INFO Listening on 127.0.0.1:52332 +1681806393776 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "523 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileQXlFwa" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681806394252 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681806394257 Marionette INFO Listening on port 52340 +Read port: 52340 +WebDriver BiDi listening on ws://127.0.0.1:52333 +1681806394491 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileQXlFwa\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:52333/devtools/browser/f06344c8-49a4-4b94-99c7-e185ead5490a +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileQXlFwa\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileQXlFwa\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileQXlFwa\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileQXlFwa\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileKJxFas\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:52440/devtools/browser/6c8619a0-c56c-4f28-b525-c72b29dde741 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681806459275 Marionette INFO Stopped listening on port 52447 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +console.error: (new Error("Data is not ready.", "resource://gre/modules/JSONFile.sys.mjs", 184)) +1681806460502 geckodriver INFO Listening on 127.0.0.1:52523 +1681806463539 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "525 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilev4wFel" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681806464231 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681806464237 Marionette INFO Listening on port 52545 +Read port: 52545 +WebDriver BiDi listening on ws://127.0.0.1:52524 +1681806464697 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilev4wFel\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:52524/devtools/browser/5c79c093-d9e2-4313-852c-0ec6663149f7 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681806515542 geckodriver INFO Listening on 127.0.0.1:54119 +1681806518975 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "541 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilexZ30JN" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681806520035 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681806520041 Marionette INFO Listening on port 54132 +Read port: 54132 +WebDriver BiDi listening on ws://127.0.0.1:54120 +1681806520251 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilexZ30JN\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:54120/devtools/browser/91680291-b400-48ed-b6a1-9e8cd5d2547d +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681806539395 Marionette INFO Stopped listening on port 54132 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +1681806542355 geckodriver INFO Listening on 127.0.0.1:54220 +1681806545061 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "542 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofiledf1nbQ" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681806546687 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681806546696 Marionette INFO Listening on port 54230 +Read port: 54230 +WebDriver BiDi listening on ws://127.0.0.1:54221 +1681806546976 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofiledf1nbQ\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:54221/devtools/browser/0e60b5dc-719b-4420-9140-779bddf70711 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681806559035 Marionette WARN TimedPromise timed out after 500 ms: stacktrace: +TimedPromise/<@chrome://remote/content/marionette/sync.sys.mjs:219:24 +TimedPromise@chrome://remote/content/marionette/sync.sys.mjs:204:10 +interaction.flushEventLoop@chrome://remote/content/marionette/interaction.sys.mjs:424:10 +webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:173:31 +1681806596410 geckodriver INFO Listening on 127.0.0.1:54317 +1681806599564 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "543 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileh3v0JK" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681806608695 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681806608704 Marionette INFO Listening on port 63325 +Read port: 63325 +Read port: 63325 +WebDriver BiDi listening on ws://127.0.0.1:54318 +1681806610241 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileh3v0JK\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:54318/devtools/browser/f508be26-56ec-4805-87af-05029032856e +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681806636215 Marionette INFO Stopped listening on port 63325 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +console.error: (new Error("Data is not ready.", "resource://gre/modules/JSONFile.sys.mjs", 184)) +1681806641829 geckodriver INFO Listening on 127.0.0.1:63411 +1681806645121 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "634 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileBiK8ER" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681806646378 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681806646388 Marionette INFO Listening on port 63419 +Read port: 63419 +WebDriver BiDi listening on ws://127.0.0.1:63412 +1681806646656 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileBiK8ER\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63412/devtools/browser/2f1dcd6c-985c-4edb-af85-a09c96fd7baa +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681806706803 geckodriver INFO Listening on 127.0.0.1:63526 +1681806710117 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "635 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileuXfrCb" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681806711352 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681806711359 Marionette INFO Listening on port 63549 +Read port: 63549 +WebDriver BiDi listening on ws://127.0.0.1:63527 +1681806711737 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileuXfrCb\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63527/devtools/browser/5d573501-4eb4-40db-b104-44523b195980 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileuXfrCb\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileuXfrCb\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileuXfrCb\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileuXfrCb\thumbnails) because it does not exist +RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileY3cU24\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63643/devtools/browser/309cf22e-dd36-426d-bbab-a0101ea2d7e6 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681806802747 Marionette INFO Stopped listening on port 63652 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +console.error: (new Error("Data is not ready.", "resource://gre/modules/JSONFile.sys.mjs", 184)) +1681806806921 geckodriver INFO Listening on 127.0.0.1:63740 +1681806810085 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "637 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileXnJC2I" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681806811483 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681806811487 Marionette INFO Listening on port 63749 +Read port: 63749 +WebDriver BiDi listening on ws://127.0.0.1:63741 +1681806812302 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileXnJC2I\\search.json.mozlz4", (void 0))) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63741/devtools/browser/c9c3f3b1-0251-4fbf-8c63-f84fb1056da7 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681806834361 Marionette INFO Stopped listening on port 63749 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +1681806837054 geckodriver INFO Listening on 127.0.0.1:63824 +1681806840760 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "638 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilemY9lGV" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681806841823 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681806841829 Marionette INFO Listening on port 63834 +Read port: 63834 +WebDriver BiDi listening on ws://127.0.0.1:63825 +1681806842036 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilemY9lGV\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63825/devtools/browser/c711a50c-20b4-4aba-b840-44eeaf7d8a19 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681806866838 Marionette INFO Stopped listening on port 63834 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +[Parent 24816, Main Thread] WARNING: pipe error: 232: file /builds/worker/checkouts/gecko/ipc/chromium/src/chrome/common/ipc_channel_win.cc:583 +1681806872758 geckodriver INFO Listening on 127.0.0.1:63065 +1681806876301 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "630 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileczYAzZ" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681806877384 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681806877391 Marionette INFO Listening on port 63075 +Read port: 63075 +WebDriver BiDi listening on ws://127.0.0.1:63066 +Read port: 63075 +1681806878868 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileczYAzZ\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63066/devtools/browser/132918a9-fcfe-438c-954f-281f67a48acf +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileczYAzZ\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileczYAzZ\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileczYAzZ\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileczYAzZ\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileTy9JnF\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:62687/devtools/browser/0f868594-f491-4f3b-a349-8ec3a33b5efd +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileTy9JnF\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileTy9JnF\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileTy9JnF\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileTy9JnF\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileNdHLS4\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:62783/devtools/browser/cc001892-26ac-4334-8dce-3706d06c9c38 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileNdHLS4\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileNdHLS4\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileNdHLS4\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileNdHLS4\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilehJP2Ae\\search.json.mozlz4", (void 0))) +console.error: ({}) +DevTools listening on ws://127.0.0.1:62873/devtools/browser/88715a2e-00a0-4206-9c46-d54602b37349 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilehJP2Ae\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilehJP2Ae\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilehJP2Ae\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilehJP2Ae\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileaR3Lah\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63009/devtools/browser/0c312474-3e07-4795-8ecc-496fb0183d4f +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileaR3Lah\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileaR3Lah\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileaR3Lah\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileaR3Lah\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilebDwckQ\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63134/devtools/browser/7d3c8278-89f5-4da6-b47c-d460639ecf28 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681807177968 Marionette INFO Stopped listening on port 63142 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +1681807180221 geckodriver INFO Listening on 127.0.0.1:63212 +1681807183750 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "632 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileoHl9OC" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681807184543 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681807184549 Marionette INFO Listening on port 63220 +Read port: 63220 +WebDriver BiDi listening on ws://127.0.0.1:63213 +1681807184711 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileoHl9OC\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63213/devtools/browser/96434326-f207-481f-9a6c-4c3a2894221c +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileoHl9OC\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileoHl9OC\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileoHl9OC\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileoHl9OC\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileUFhjj8\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63406/devtools/browser/0be4ad97-e672-4c09-b5d6-138b79993c05 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681807263827 Marionette INFO Stopped listening on port 63423 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +1681807267482 geckodriver INFO Listening on 127.0.0.1:63509 +1681807270685 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "635 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileAMfywN" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681807273894 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681807273904 Marionette INFO Listening on port 63529 +Read port: 63529 +WebDriver BiDi listening on ws://127.0.0.1:63510 +1681807274319 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileAMfywN\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63510/devtools/browser/fac24363-f1bf-4776-a685-7e2a0870f4ba +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681807338854 geckodriver INFO Listening on 127.0.0.1:63622 +1681807342200 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "636 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileaN7IkC" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681807343160 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681807343166 Marionette INFO Listening on port 63646 +Read port: 63646 +Read port: 63646 +WebDriver BiDi listening on ws://127.0.0.1:63623 +1681807344944 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileaN7IkC\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63623/devtools/browser/dbfed23f-b6ba-40ef-a10f-21a01d3c445d +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681807394241 geckodriver INFO Listening on 127.0.0.1:63745 +1681807397634 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "637 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileJaMllw" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681807400415 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681807400419 Marionette INFO Listening on port 63754 +Read port: 63754 +WebDriver BiDi listening on ws://127.0.0.1:63746 +Read port: 63754 +1681807402348 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileJaMllw\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63746/devtools/browser/37093082-fe10-43c8-b702-e8ca0eb8656c +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681807456502 geckodriver INFO Listening on 127.0.0.1:63850 +1681807459684 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "638 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile4N3uh0" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681807464846 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681807464855 Marionette INFO Listening on port 63862 +Read port: 63862 +WebDriver BiDi listening on ws://127.0.0.1:63851 +1681807465494 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile4N3uh0\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63851/devtools/browser/3e1c0e8c-6b50-4018-8658-372782e5f8e8 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681807521647 geckodriver INFO Listening on 127.0.0.1:63957 +1681807524929 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "639 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile2YIePh" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681807525736 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681807525742 Marionette INFO Listening on port 63981 +Read port: 63981 +WebDriver BiDi listening on ws://127.0.0.1:63958 +1681807526473 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile2YIePh\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:63958/devtools/browser/013cc82d-0b86-4a1d-9880-f407e8e08e6f +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681807548110 Marionette WARN TimedPromise timed out after 500 ms: stacktrace: +TimedPromise/<@chrome://remote/content/marionette/sync.sys.mjs:219:24 +TimedPromise@chrome://remote/content/marionette/sync.sys.mjs:204:10 +interaction.flushEventLoop@chrome://remote/content/marionette/interaction.sys.mjs:424:10 +webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:173:31 +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681807555780 Marionette INFO Stopped listening on port 63981 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +1681807561573 geckodriver INFO Listening on 127.0.0.1:64065 +1681807564862 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "640 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileolKY5q" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681807567957 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681807567961 Marionette INFO Listening on port 64074 +Read port: 64074 +WebDriver BiDi listening on ws://127.0.0.1:64066 +1681807568488 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileolKY5q\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:64066/devtools/browser/7731d044-6a1f-49a0-a262-e5896ef156ec +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileolKY5q\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileolKY5q\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileolKY5q\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileolKY5q\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileDN6Aps\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:64216/devtools/browser/ca276fd2-54ce-48e8-aaeb-24de196953eb +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681807696486 geckodriver INFO Listening on 127.0.0.1:64342 +1681807699738 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "643 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilefUGmWz" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681807701019 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681807701040 Marionette INFO Listening on port 64411 +Read port: 64411 +WebDriver BiDi listening on ws://127.0.0.1:64355 +1681807701366 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilefUGmWz\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:64355/devtools/browser/a85d74c4-e28d-49a9-a290-3eedebba05b4 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681807728246 Marionette INFO Stopped listening on port 64411 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +1681807731224 geckodriver INFO Listening on 127.0.0.1:64504 +1681807735014 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "645 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileIoh1Dp" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681807736456 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681807736462 Marionette INFO Listening on port 64520 +Read port: 64520 +WebDriver BiDi listening on ws://127.0.0.1:64505 +1681807737020 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileIoh1Dp\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:64505/devtools/browser/0f909700-7636-4040-b7c2-284b2e94b257 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileIoh1Dp\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileIoh1Dp\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileIoh1Dp\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileIoh1Dp\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile3tyxB5\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:61073/devtools/browser/1db189bd-e368-43fb-bb9f-0cdd57be88ee +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681807882736 geckodriver INFO Listening on 127.0.0.1:49958 +1681807886398 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "499 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilee0mkTu" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681807887819 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681807887823 Marionette INFO Listening on port 49981 +Read port: 49981 +WebDriver BiDi listening on ws://127.0.0.1:49959 +1681807888068 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilee0mkTu\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:49959/devtools/browser/ec2a570e-013e-48ef-928f-cbd30c0395a4 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681807947098 geckodriver INFO Listening on 127.0.0.1:50196 +1681807950653 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "501 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilegaPmh5" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681807952335 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681807952340 Marionette INFO Listening on port 50209 +Read port: 50209 +WebDriver BiDi listening on ws://127.0.0.1:50197 +1681807952528 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilegaPmh5\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50197/devtools/browser/29d81954-13c3-41c6-9920-c06a7f036990 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: , line 0: NotFoundError: Could not move source file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilegaPmh5\bookmarkbackups\bookmarks-2023-04-18.jsonlz4) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilegaPmh5\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilegaPmh5\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilegaPmh5\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilegaPmh5\thumbnails) because it does not exist +?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile8iD3Mc\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50289/devtools/browser/2982b77f-c335-45ba-a51e-93a947350532 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681808030714 Marionette INFO Stopped listening on port 50297 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +1681808036227 geckodriver INFO Listening on 127.0.0.1:50386 +1681808039481 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "503 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilehpdol1" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681808041086 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681808041094 Marionette INFO Listening on port 50394 +Read port: 50394 +WebDriver BiDi listening on ws://127.0.0.1:50387 +1681808041440 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilehpdol1\\search.json.mozlz4", (void 0))) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50387/devtools/browser/3b003f98-276f-411a-b93c-c922a07f463b +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilehpdol1\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilehpdol1\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilehpdol1\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilehpdol1\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile7VdABv\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50495/devtools/browser/5d056171-e739-45d5-b5d6-62e872d9fae8 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile7VdABv\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile7VdABv\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile7VdABv\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofile7VdABv\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileoSuQvR\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50592/devtools/browser/47f509ab-02dc-4890-94b1-106aba11a3b7 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileoSuQvR\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileoSuQvR\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileoSuQvR\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileoSuQvR\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileg7Y6T7\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50702/devtools/browser/dea79591-e734-4c6f-92f7-c5ccd2f39205 +console.error: (new TypeError("this._searchProviderInfo is null", "resource:///modules/SearchSERPTelemetry.sys.mjs", 488)) +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileg7Y6T7\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileg7Y6T7\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileg7Y6T7\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileg7Y6T7\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileV1QJMa\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50814/devtools/browser/72f0d4cc-1a1d-4a8f-9b79-eff0bfaa782e +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileV1QJMa\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileV1QJMa\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileV1QJMa\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileV1QJMa\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile1DXMWr\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:50916/devtools/browser/039fe2e4-da29-4779-8490-cf3d369629b5 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681808365783 Marionette INFO Stopped listening on port 50925 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +console.error: (new Error("Data is not ready.", "resource://gre/modules/JSONFile.sys.mjs", 184)) +1681808375828 geckodriver INFO Listening on 127.0.0.1:51003 +1681808379059 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "510 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileTiFNAM" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681808381640 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681808381670 Marionette INFO Listening on port 51031 +Read port: 51031 +WebDriver BiDi listening on ws://127.0.0.1:51004 +1681808382239 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileTiFNAM\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:51004/devtools/browser/c760e612-0b88-492c-bc50-9715b94b539a +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileTiFNAM\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileTiFNAM\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileTiFNAM\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileTiFNAM\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileVoYZd5\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:51163/devtools/browser/f733c05f-dafa-4f6f-a738-e024af8e1a70 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript error: moz-extension://45458ef5-010f-4c8e-8ac0-d4a63b3ce802/js/background.js, line 4588: Error: Tries exceeded +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileVoYZd5\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileVoYZd5\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileVoYZd5\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileVoYZd5\thumbnails) because it does not exist +RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileV5bTA9\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:61115/devtools/browser/8e51dc34-9933-4150-9a38-0618008a30f0 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileV5bTA9\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileV5bTA9\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileV5bTA9\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofileV5bTA9\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilezgDYLL\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:61313/devtools/browser/a3711064-46be-4121-a456-49bbce6c4f13 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilezgDYLL\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilezgDYLL\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilezgDYLL\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilezgDYLL\thumbnails) because it does not exist +TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileZ4zJ8v\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:61411/devtools/browser/f3382ba6-2bb8-42bc-a15c-c81959ada424 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681808746376 Marionette INFO Stopped listening on port 61418 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +1681808760030 geckodriver INFO Listening on 127.0.0.1:61495 +1681808763478 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "614 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilevDd0Xk" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681808764529 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681808764534 Marionette INFO Listening on port 61515 +Read port: +1681808764621 geckodriver::browser WARN Failed fo convert to u16 +Read port: 61515 +WebDriver BiDi listening on ws://127.0.0.1:61496 +1681808765356 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilevDd0Xk\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:61496/devtools/browser/cd520bf4-5d9e-47eb-a3cf-77de0dc16cfa +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilevDd0Xk\thumbnails) because it does not exist +console.error: (new NotFoundError("Could not get children of1681808823873 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headlesJavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilevDd0Xk\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilevDd0Xk\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilevDd0Xk\thumbnails) because it does not exist +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\radvanyi\AppData\Local\Temp\rust_mozprofilevDd0Xk\thumbnails) because it does not exist +, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilenL3ZWk\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:61602/devtools/browser/21b1eea6-ef41-49fe-b66a-191575cbbf73 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681808862211 Marionette INFO Stopped listening on port 61610 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +[Parent 84116, Main Thread] WARNING: pipe error: 232: file /builds/worker/checkouts/gecko/ipc/chromium/src/chrome/common/ipc_channel_win.cc:583 +1681808865319 geckodriver INFO Listening on 127.0.0.1:61713 +1681808868834 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "617 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileUtqQT9" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681808870140 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681808870147 Marionette INFO Listening on port 61730 +Read port: 61730 +WebDriver BiDi listening on ws://127.0.0.1:61714 +1681808870425 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileUtqQT9\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:61714/devtools/browser/d958ef3a-9b02-4465-95da-68edc23df548 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681808925829 geckodriver INFO Listening on 127.0.0.1:61814 +1681808929039 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "618 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileF1YuPL" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681808931059 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681808931068 Marionette INFO Listening on port 61823 +Read port: 61823 +WebDriver BiDi listening on ws://127.0.0.1:61815 +1681808931954 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileF1YuPL\\search.json.mozlz4", (void 0))) +console.error: ({}) +DevTools listening on ws://127.0.0.1:61815/devtools/browser/49225f39-cb3d-4901-bc5d-b95e38c6f817 +console.error: (new TypeError("this._searchProviderInfo is null", "resource:///modules/SearchSERPTelemetry.sys.mjs", 488)) +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681809593011 geckodriver INFO Listening on 127.0.0.1:62254 +1681809596247 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "622 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileKPvGWh" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681809599825 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681809599841 Marionette INFO Listening on port 62267 +Read port: 62267 +WebDriver BiDi listening on ws://127.0.0.1:62255 +1681809600547 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileKPvGWh\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:62255/devtools/browser/f2f892b9-41ce-4683-9b22-a1a113884c03 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681809624367 Marionette WARN TimedPromise timed out after 500 ms: stacktrace: +TimedPromise/<@chrome://remote/content/marionette/sync.sys.mjs:219:24 +TimedPromise@chrome://remote/content/marionette/sync.sys.mjs:204:10 +interaction.flushEventLoop@chrome://remote/content/marionette/interaction.sys.mjs:424:10 +webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:173:31 +1681809663997 geckodriver INFO Listening on 127.0.0.1:62408 +1681809667470 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "624 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilelI8Jhg" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681809677240 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681809677244 Marionette INFO Listening on port 62431 +Read port: 62431 +WebDriver BiDi listening on ws://127.0.0.1:62409 +1681809678184 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilelI8Jhg\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:62409/devtools/browser/dc45da80-1433-456a-8025-c50a13a265b5 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681809744045 geckodriver INFO Listening on 127.0.0.1:62530 +1681809747344 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "625 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileUtF7Yd" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681809751423 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681809751429 Marionette INFO Listening on port 64998 +Read port: +1681809751508 geckodriver::browser WARN Failed fo convert to u16 +Read port: +1681809751633 geckodriver::browser WARN Failed fo convert to u16 +Read port: 64998 +Read port: 64998 +WebDriver BiDi listening on ws://127.0.0.1:62531 +1681809753319 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileUtF7Yd\\search.json.mozlz4", (void 0))) +console.error: ({}) +DevTools listening on ws://127.0.0.1:62531/devtools/browser/8762508f-13d9-4346-b650-27326d4f245b +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681809810737 geckodriver INFO Listening on 127.0.0.1:65096 +1681809814273 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "650 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileBxjvhb" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681809816667 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681809816686 Marionette INFO Listening on port 65106 +Read port: 65106 +WebDriver BiDi listening on ws://127.0.0.1:65097 +Read port: 65106 +1681809817925 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileBxjvhb\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:65097/devtools/browser/6300cdcb-3cf5-4f26-9be9-43d9e5b85373 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681809870144 geckodriver INFO Listening on 127.0.0.1:65192 +1681809873487 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "651 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilewUE4oo" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681809874182 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681809874187 Marionette INFO Listening on port 65210 +Read port: 65210 +WebDriver BiDi listening on ws://127.0.0.1:65193 +1681809875130 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilewUE4oo\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:65193/devtools/browser/a9f92b6a-dd54-4133-8a61-4060b9192dd8 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681809905675 Marionette INFO Stopped listening on port 65210 +Dynamically enable window occlusion 1 +1681809910802 geckodriver INFO Listening on 127.0.0.1:65292 +1681809914348 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "652 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileRlgNDE" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681809915535 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681809915541 Marionette INFO Listening on port 65301 +Read port: 65301 +WebDriver BiDi listening on ws://127.0.0.1:65293 +1681809915832 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileRlgNDE\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:65293/devtools/browser/50c4bbc4-b802-42e0-85b7-c462663b4168 +console.error: (new TypeError("this._searchProviderInfo is null", "resource:///modules/SearchSERPTelemetry.sys.mjs", 488)) +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681810015039 geckodriver INFO Listening on 127.0.0.1:65430 +1681810018456 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "654 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileKhhqsw" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681810019654 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681810019660 Marionette INFO Listening on port 65439 +Read port: 65439 +WebDriver BiDi listening on ws://127.0.0.1:65431 +1681810020008 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileKhhqsw\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:65431/devtools/browser/211cb02c-d788-404d-8d74-6ab043d41241 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681810170330 Marionette INFO Stopped listening on port 65439 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +console.error: (new Error("Data is not ready.", "resource://gre/modules/JSONFile.sys.mjs", 184)) +1681810177389 geckodriver INFO Listening on 127.0.0.1:49302 +1681810180972 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "493 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile8iIDjA" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681810182575 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681810182580 Marionette INFO Listening on port 49311 +Read port: 49311 +WebDriver BiDi listening on ws://127.0.0.1:49303 +1681810183094 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile8iIDjA\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:49303/devtools/browser/4ab7c42b-0de0-4b1b-903d-7b22db6f9420 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681810277247 Marionette WARN TimedPromise timed out after 500 ms: stacktrace: +TimedPromise/<@chrome://remote/content/marionette/sync.sys.mjs:219:24 +TimedPromise@chrome://remote/content/marionette/sync.sys.mjs:204:10 +interaction.flushEventLoop@chrome://remote/content/marionette/interaction.sys.mjs:424:10 +webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:173:31 +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681810283012 Marionette INFO Stopped listening on port 49311 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +console.error: (new Error("Data is not ready.", "resource://gre/modules/JSONFile.sys.mjs", 184)) +1681810307458 geckodriver INFO Listening on 127.0.0.1:49456 +1681810310841 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "494 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileosfsMb" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681810313512 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681810313521 Marionette INFO Listening on port 49466 +Read port: 49466 +WebDriver BiDi listening on ws://127.0.0.1:49457 +1681810314104 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileosfsMb\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:49457/devtools/browser/bde46da5-00db-4567-945e-36abe7552f3c +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +1681810528857 Marionette WARN TimedPromise timed out after 500 ms: stacktrace: +TimedPromise/<@chrome://remote/content/marionette/sync.sys.mjs:219:24 +TimedPromise@chrome://remote/content/marionette/sync.sys.mjs:204:10 +interaction.flushEventLoop@chrome://remote/content/marionette/interaction.sys.mjs:424:10 +webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:173:31 +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +1681810546933 Marionette WARN TimedPromise timed out after 500 ms: stacktrace: +TimedPromise/<@chrome://remote/content/marionette/sync.sys.mjs:219:24 +TimedPromise@chrome://remote/content/marionette/sync.sys.mjs:204:10 +interaction.flushEventLoop@chrome://remote/content/marionette/interaction.sys.mjs:424:10 +webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:173:31 +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +1681810604803 Marionette WARN TimedPromise timed out after 500 ms: stacktrace: +TimedPromise/<@chrome://remote/content/marionette/sync.sys.mjs:219:24 +TimedPromise@chrome://remote/content/marionette/sync.sys.mjs:204:10 +interaction.flushEventLoop@chrome://remote/content/marionette/interaction.sys.mjs:424:10 +webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:173:31 +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +1681815623617 geckodriver INFO Listening on 127.0.0.1:59075 +1681815626688 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "590 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileITHuHr" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681815629630 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681815629642 Marionette INFO Listening on port 59084 +Read port: 59084 +WebDriver BiDi listening on ws://127.0.0.1:59076 +Read port: 59084 +1681815631217 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileITHuHr\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59076/devtools/browser/b4e2f3a8-d885-4c6c-93a8-9e9b13694901 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681815656191 Marionette INFO Stopped listening on port 59084 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +1681815661621 geckodriver INFO Listening on 127.0.0.1:59165 +1681815664958 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "591 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileqevAng" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681815665662 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681815665668 Marionette INFO Listening on port 59231 +Read port: 59231 +WebDriver BiDi listening on ws://127.0.0.1:59166 +1681815666483 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileqevAng\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59166/devtools/browser/bc300727-71a6-4a91-b0ec-9d73181d4e09 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681815689046 Marionette INFO Stopped listening on port 59231 +Dynamically enable window occlusion 1 +1681815692767 geckodriver INFO Listening on 127.0.0.1:59335 +1681815695802 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "593 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileC0wBIm" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681815696198 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681815696203 Marionette INFO Listening on port 59344 +Read port: 59344 +WebDriver BiDi listening on ws://127.0.0.1:59336 +1681815696395 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileC0wBIm\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59336/devtools/browser/de81df6e-68bb-4978-a7fb-909dc298daee +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681815715116 Marionette INFO Stopped listening on port 59344 +Dynamically enable window occlusion 1 +1681815716687 geckodriver INFO Listening on 127.0.0.1:59425 +1681815720265 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "594 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileqXDPjg" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681815720899 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681815720903 Marionette INFO Listening on port 59434 +Read port: 59434 +WebDriver BiDi listening on ws://127.0.0.1:59426 +1681815721115 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileqXDPjg\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59426/devtools/browser/bc2a0176-15a1-4d19-81dd-428654c5190d +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681815738165 Marionette INFO Stopped listening on port 59434 +Dynamically enable window occlusion 1 +1681815739323 geckodriver INFO Listening on 127.0.0.1:59582 +1681815742357 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "595 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilech1piG" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681815742772 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681815742776 Marionette INFO Listening on port 59591 +Read port: 59591 +WebDriver BiDi listening on ws://127.0.0.1:59583 +1681815742980 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilech1piG\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59583/devtools/browser/9e4fb45b-dbd7-4e3d-921a-99e28c133783 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681815759860 Marionette INFO Stopped listening on port 59591 +Dynamically enable window occlusion 1 +1681815761113 geckodriver INFO Listening on 127.0.0.1:59658 +1681815764148 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "596 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile7IK5Db" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681815764522 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681815764532 Marionette INFO Listening on port 59666 +Read port: 59666 +WebDriver BiDi listening on ws://127.0.0.1:59659 +1681815764726 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile7IK5Db\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59659/devtools/browser/05da7060-df73-4fd8-91c5-4d1af886511f +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681815783020 Marionette INFO Stopped listening on port 59666 +Dynamically enable window occlusion 1 +1681815793368 geckodriver INFO Listening on 127.0.0.1:59755 +1681815796403 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "597 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilef2ragW" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681815796929 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681815796933 Marionette INFO Listening on port 59765 +Read port: 59765 +WebDriver BiDi listening on ws://127.0.0.1:59756 +1681815797152 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilef2ragW\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59756/devtools/browser/63817ba4-ad31-4e7a-8cd7-edc42ce631f4 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681815817387 Marionette INFO Stopped listening on port 59765 +Dynamically enable window occlusion 1 +1681815819295 geckodriver INFO Listening on 127.0.0.1:59843 +1681815822657 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "598 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileHYP2ow" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681815823369 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681815823374 Marionette INFO Listening on port 59852 +Read port: 59852 +WebDriver BiDi listening on ws://127.0.0.1:59844 +1681815823609 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileHYP2ow\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:59844/devtools/browser/25138e43-36c4-444c-be95-1a5f8a4c91ee +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681815843390 Marionette INFO Stopped listening on port 59852 +Dynamically enable window occlusion 1 +1681815844648 geckodriver INFO Listening on 127.0.0.1:56117 +1681815847668 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "561 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileDXaU9S" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681815848461 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681815848466 Marionette INFO Listening on port 56127 +Read port: 56127 +WebDriver BiDi listening on ws://127.0.0.1:56118 +1681815848658 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileDXaU9S\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:56118/devtools/browser/1df4e2a2-31c6-4242-b5f5-e2fad8cf4f4e +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681815868632 Marionette INFO Stopped listening on port 56127 +Dynamically enable window occlusion 1 +1681815869925 geckodriver INFO Listening on 127.0.0.1:56211 +1681815873483 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "562 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileA1OKQh" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681815874118 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681815874123 Marionette INFO Listening on port 56223 +Read port: 56223 +WebDriver BiDi listening on ws://127.0.0.1:56212 +1681815874325 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileA1OKQh\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:56212/devtools/browser/ebf95407-b3eb-4486-8d7a-6f10fb55d3ac +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681815970973 geckodriver INFO Listening on 127.0.0.1:56324 +1681815973994 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "563 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileI8Ari1" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681815974615 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681815974620 Marionette INFO Listening on port 56333 +Read port: 56333 +WebDriver BiDi listening on ws://127.0.0.1:56325 +1681815974925 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileI8Ari1\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:56325/devtools/browser/f56c2243-a56d-484c-bf63-cb8fbed4012a +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681815997311 Marionette INFO Stopped listening on port 56333 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +1681815999370 geckodriver INFO Listening on 127.0.0.1:56432 +1681816002618 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "564 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileBYSiuM" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681816003844 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681816003852 Marionette INFO Listening on port 56442 +Read port: 56442 +WebDriver BiDi listening on ws://127.0.0.1:56433 +1681816004156 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileBYSiuM\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:56433/devtools/browser/d25b81ec-9bcc-4ea0-8252-9f947c3ab7f5 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681816025464 Marionette INFO Stopped listening on port 56442 +Dynamically enable window occlusion 1 +1681816027209 geckodriver INFO Listening on 127.0.0.1:56519 +1681816030252 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "565 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileQfI8H8" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681816030964 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681816030970 Marionette INFO Listening on port 56528 +Read port: 56528 +WebDriver BiDi listening on ws://127.0.0.1:56520 +1681816031210 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileQfI8H8\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:56520/devtools/browser/3273f6e7-e05b-4373-9688-c9add31e8666 +console.error: (new TypeError("this._searchProviderInfo is null", "resource:///modules/SearchSERPTelemetry.sys.mjs", 488)) +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681816052590 Marionette INFO Stopped listening on port 56528 +Dynamically enable window occlusion 1 +1681816053606 geckodriver INFO Listening on 127.0.0.1:56616 +1681816056654 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "566 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileXi2ArY" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681816057182 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681816057201 Marionette INFO Listening on port 56627 +Read port: 56627 +WebDriver BiDi listening on ws://127.0.0.1:56617 +1681816057526 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileXi2ArY\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:56617/devtools/browser/853151a3-3389-4f86-b4bd-f626f6b3bf6e +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681816079180 Marionette INFO Stopped listening on port 56627 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +1681816083625 geckodriver INFO Listening on 127.0.0.1:60483 +1681816087012 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "604 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilenhWiVP" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681816088087 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681816088101 Marionette INFO Listening on port 60494 +Read port: 60494 +WebDriver BiDi listening on ws://127.0.0.1:60484 +1681816088817 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilenhWiVP\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:60484/devtools/browser/1b49aaf3-d43a-47d3-8428-7a30a07e0ffa +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681816107218 Marionette INFO Stopped listening on port 60494 +Dynamically enable window occlusion 1 +1681816108241 geckodriver INFO Listening on 127.0.0.1:60584 +1681816111523 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "605 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileyx4gZz" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681816112014 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681816112019 Marionette INFO Listening on port 60592 +Read port: 60592 +WebDriver BiDi listening on ws://127.0.0.1:60585 +1681816112236 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileyx4gZz\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:60585/devtools/browser/f5258cc3-5b01-465b-b729-2ed0cd4b67b7 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681816131401 Marionette INFO Stopped listening on port 60592 +Dynamically enable window occlusion 1 +1681816132781 geckodriver INFO Listening on 127.0.0.1:60660 +1681816135830 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "606 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileazNsxl" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681816136645 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681816136650 Marionette INFO Listening on port 60669 +Read port: 60669 +WebDriver BiDi listening on ws://127.0.0.1:60661 +1681816136862 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileazNsxl\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:60661/devtools/browser/ac6e2927-fd46-4790-aa76-293e647cd134 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681816153793 Marionette INFO Stopped listening on port 60669 +Dynamically enable window occlusion 1 +1681816155543 geckodriver INFO Listening on 127.0.0.1:60744 +1681816158767 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "607 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilemOy7my" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681816159154 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681816159159 Marionette INFO Listening on port 60754 +Read port: 60754 +WebDriver BiDi listening on ws://127.0.0.1:60745 +1681816159358 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilemOy7my\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:60745/devtools/browser/01af4d83-a6f1-4728-9861-18a38a871e6d +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681816186906 Marionette INFO Stopped listening on port 60754 +Dynamically enable window occlusion 1 +1681816190683 geckodriver INFO Listening on 127.0.0.1:58150 +1681816194087 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "581 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileghsftB" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681816194677 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681816194682 Marionette INFO Listening on port 58160 +Read port: 58160 +WebDriver BiDi listening on ws://127.0.0.1:58151 +1681816195015 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileghsftB\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58151/devtools/browser/ae90c4ef-e03a-4ca5-a883-b8a430f915a8 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681816212054 Marionette INFO Stopped listening on port 58160 +Dynamically enable window occlusion 1 +1681816213556 geckodriver INFO Listening on 127.0.0.1:58234 +1681816216837 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "582 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilex5ORnf" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681816217573 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681816217577 Marionette INFO Listening on port 58243 +Read port: 58243 +WebDriver BiDi listening on ws://127.0.0.1:58235 +1681816217786 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofilex5ORnf\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58235/devtools/browser/c9a93ca9-de9a-466f-86f3-acee1a16cd32 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681816235701 Marionette INFO Stopped listening on port 58243 +Dynamically enable window occlusion 1 +1681816253592 geckodriver INFO Listening on 127.0.0.1:58322 +1681816256529 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "583 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileQ74OLN" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681816256896 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681816256900 Marionette INFO Listening on port 58331 +Read port: 58331 +WebDriver BiDi listening on ws://127.0.0.1:58323 +1681816257102 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileQ74OLN\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:58323/devtools/browser/41892090-324e-4aa7-bfd1-a4538354f6ad +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681816328195 Marionette INFO Stopped listening on port 58331 +Dynamically enable window occlusion 1 +!!! error running onStopped callback: TypeError: callback is not a function +1681816331213 geckodriver INFO Listening on 127.0.0.1:64424 +1681816334217 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "644 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileNZQW5U" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681816334977 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681816334987 Marionette INFO Listening on port 64432 +Read port: 64432 +WebDriver BiDi listening on ws://127.0.0.1:64425 +1681816335561 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileNZQW5U\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:64425/devtools/browser/4a8b4823-6217-465f-9e09-c4ac816546d8 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +1681816399271 Marionette INFO Stopped listening on port 64432 +Dynamically enable window occlusion 1 +1681829984523 geckodriver INFO Listening on 127.0.0.1:61065 +1681829987583 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "610 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofile9rHiao" +*** You are running in headless mode. +1681830003634 geckodriver INFO Listening on 127.0.0.1:61105 +1681830006673 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--remote-debugging-port" "611 ... "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileb4BcJm" +*** You are running in headless mode. +console.warn: services.settings: Ignoring preference override of remote settings server +console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment +1681830006958 Marionette INFO Marionette enabled +Dynamically enable window occlusion 0 +1681830006962 Marionette INFO Listening on port 61113 +Read port: 61113 +WebDriver BiDi listening on ws://127.0.0.1:61106 +1681830007087 RemoteAgent WARN TLS certificate errors will be ignored for this session +[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt +console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\radvanyi\\AppData\\Local\\Temp\\rust_mozprofileb4BcJm\\search.json.mozlz4", (void 0))) +[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) +console.error: ({}) +DevTools listening on ws://127.0.0.1:61106/devtools/browser/39959099-ffd8-44ea-b4ed-3a1840418d73 +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://access.clarivate.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: unreachable code after return statement +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +JavaScript warning: https://www.webofscience.com/clbnjdTg/9nf/gyA/CJsVrarU82/uGr3c4zSEOaaha/YF1ZTmQpBw/Fy01MkwO/Uls, line 1: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. +console.warn: LoginRecipes: "Falling back to a synchronous message for: https://www.webofscience.com." +1681831539198 Marionette INFO Stopped listening on port 61113 +Dynamically enable window occlusion 1 diff --git a/WOS/wos_extract/wos_downloads/aggregated/2023-04-12-10-40-14-335447save/analyze_scope.txt b/WOS/wos_extract/wos_downloads/aggregated/2023-04-12-10-40-14-335447save/analyze_scope.txt deleted file mode 100644 index 58c929e..0000000 --- a/WOS/wos_extract/wos_downloads/aggregated/2023-04-12-10-40-14-335447save/analyze_scope.txt +++ /dev/null @@ -1,13 +0,0 @@ -Publication Years Record Count % of 45 355 -2022 9081 20.022 -2021 8630 19.028 -2020 6800 14.993 -2019 5502 12.131 -2018 4087 9.011 -2017 2816 6.209 -2016 2338 5.155 -2015 1818 4.008 -2014 1571 3.464 -2013 1135 2.502 -2012 863 1.903 -2011 714 1.574 \ No newline at end of file diff --git a/WOS/wos_extract/wos_query_generator_simplesyntax.ipynb b/WOS/wos_extract/wos_query_generator_simplesyntax.ipynb index 9bbd50f..aff874f 100644 --- a/WOS/wos_extract/wos_query_generator_simplesyntax.ipynb +++ b/WOS/wos_extract/wos_query_generator_simplesyntax.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 29, + "execution_count": 51, "metadata": { "collapsed": true }, @@ -16,7 +16,7 @@ }, { "cell_type": "code", - "execution_count": 30, + "execution_count": 52, "outputs": [], "source": [ "country_mode = \"CU\" #CU-country-region AU-address" @@ -27,7 +27,7 @@ }, { "cell_type": "code", - "execution_count": 31, + "execution_count": 53, "outputs": [], "source": [ "# (TS=(\"artificial intelligence\") OR TS=(\"machine learning\") OR TS=(\"neural network\") OR TS=(\"big data\") OR TS=(\"deep learning\") OR TS=(\"computer vision\") OR TS=(\"pattern recognition\")) AND" @@ -38,7 +38,7 @@ }, { "cell_type": "code", - "execution_count": 32, + "execution_count": 54, "outputs": [], "source": [ "keywords_source = r'..\\ai_scope_keywords.txt'\n", @@ -51,18 +51,32 @@ }, { "cell_type": "code", - "execution_count": 33, + "execution_count": 55, + "outputs": [], + "source": [ + "keywords_source_suggest = r'..\\ai_scope_keywords_suggestions.txt'\n", + "with open(keywords_source_suggest,'r') as f:\n", + " keywords_suggest = \"\\n\".join(f.readlines()).replace('\\n','')" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 56, "outputs": [ { "data": { - "text/plain": "'artificial intelligence*,machine* learn*,neural network*,big data*,deep learn*,pattern recognition,computer vision,image classification,reinforcement learning,support vector machine*,recommender system*,random forest*,ensemble model*,image processing,generative network*,ai ethic*,natural language processing,clustering algorithm*,feature extraction,time series forecast*,anomaly detection,identity fraud detection,dimensionality reduction,feature elicitation,chatbot*,clustering,*supervised learning,convolutional network*,convolutional neural,adversarial network*,adversarial neural,adversarial machine*,autoencoder*,gated recurrent unit*,perceptron*,feature learning,feature engineering,long short-term memor*,word embedding*,word vector*,gradient descent,k-nearest neighbor*,naive bayes,transfer learning,fuzzy logic*,backpropagation,computational modeling,computational statistic*,intelligent agent*,expert system*,decision tree*,Bayesian network*,genetic algorithm*,swarm intelligence,cognitive computing,artificial neural network*,convolutional neural network*,recurrent neural network*,ensemble learning,data mining,artificial general intelligence,artificial consciousness,evolutionary algorithm*,self-organizing map*,deep reinforcement learning,adversarial machine learning,machine vision,neural-symbolic integration,probabilistic graphical model*,hybrid intelligent system*,machine creativity,explainable AI,interactive machine learning,artificial emotional intelligence,evolutionary computation*,human-in-the-loop,unsupervised deep learning,deep belief network*,quantum machine learning,artificial immune system*,swarm robotics,autonomous agent*,machine ethic*,collaborative filtering,content based filtering,pervasive computing,ubiquitous computing,human-computer interaction,cloud computing,Internet of Things,artificial cognition,computational creativity,sentiment analy*,robotics,boltzmann machine*,kernel machine*,Hopfield network*,Hebbian learning,latent factor model*,non-negative matrix factorization,independent component analysis,principal component analysis,data augmentation,image segmentation,autoregressive language model*,generative pre-trained transformer*,smart city,smart home,smart grid,smart health,smart manufacturing,smart agriculture,smart environment,smart energy,smart mobility,smart buildings,smart tourism,smart logistics,smart supply chain,smart retail,smart waste management,smart parking,smart governance,smart education,smart technolog*,smart diagnostic*,data* analytic*,hadoop*,mapreduce,map$reduce,large$ dataset*,data warehouse*,predictive analytic*,no$sql,nosql,no sql,unstructured data*,data science*,facial recognition,t$SNE,KNN,singular value decomposition,regularization,turing test,computational learning theory,backward chaining,forward chaining,entity annotation,entity extraction,scalable computing,expectation maximization algorithm*,markov chain,markov process,markov decision process,monte carlo method,bayesian inference,kernel method,eigendecomposition,eigen decomposition,radial basis function,QR decomposition,LU decomposition,Cholesky decomposition,spectral theorem,model selection,lagrange multiplier,convex optimization,nonlinear optimization,L? regulari*,ridge regression,gaussian process,manifold learning,locally linear embedding*,vector database*,vector embedding*,text mining,human-robot interact*,semantic web*,fuzzy set*,face recognition &! brain,object detection &! brain,multi agent system*,speech recognition &! brain,brain computer interface,intelligent robot*,remote sensing,image reconstruction,representation learning,data augmentation,adversarial robustness,meta learning,learning system,adversarial training,adversarial example*,generative model*,large langauge model*,few shot learning,image representation,optimization algorithm,swarm optimization,variational inference,kalman network*,knowledge distillation,kernel learning,classifier,lasso regression'" + "text/plain": "'artificial intelligence*,machine* learn*,neural network*,big data*,deep learn*,pattern recognition,computer vision,image classification,reinforcement learning,support vector machine*,recommender system*,random forest*,ensemble model*,image processing,generative network*,ai ethic*,natural language processing,clustering algorithm*,feature extraction,time series forecast*,anomaly detection,identity fraud detection,dimensionality reduction,feature elicitation,chatbot*,clustering,*supervised learning,convolutional network*,convolutional neural,adversarial network*,adversarial neural,adversarial machine*,autoencoder*,gated recurrent unit*,perceptron*,feature learning,feature engineering,long short-term memor*,word embedding*,word vector*,gradient descent,k-nearest neighbor*,naive bayes,transfer learning,fuzzy logic*,backpropagation,computational modeling,computational statistic*,intelligent agent*,expert system*,decision tree*,Bayesian network*,genetic algorithm*,swarm intelligence,cognitive computing,artificial neural network*,convolutional neural network*,recurrent neural network*,ensemble learning,data mining,artificial general intelligence,artificial consciousness,evolutionary algorithm*,self-organizing map*,deep reinforcement learning,adversarial machine learning,machine vision,neural-symbolic integration,probabilistic graphical model*,hybrid intelligent system*,machine creativity,explainable AI,interactive machine learning,artificial emotional intelligence,evolutionary computation*,human-in-the-loop,unsupervised deep learning,deep belief network*,quantum machine learning,artificial immune system*,swarm robotics,autonomous agent*,machine ethic*,collaborative filtering,content based filtering,pervasive computing,ubiquitous computing,human-computer interaction,cloud computing,Internet of Things,artificial cognition,computational creativity,sentiment analy*,robotics,boltzmann machine*,kernel machine*,Hopfield network*,Hebbian learning,latent factor model*,non-negative matrix factorization,independent component analysis,principal component analysis,data augmentation,image segmentation,autoregressive language model*,generative pre-trained transformer*,smart city,smart home,smart grid,smart health,smart manufacturing,smart agriculture,smart environment,smart energy,smart mobility,smart buildings,smart tourism,smart logistics,smart supply chain,smart retail,smart waste management,smart parking,smart governance,smart education,smart technolog*,smart diagnostic*,data* analytic*,hadoop*,mapreduce,map$reduce,large$ dataset*,data warehous*,predictive analytic*,no$sql,nosql,no sql,unstructured data*,data science*,facial recognition,t$SNE,KNN,singular value decomposition,regularization,turing test,computational learning theory,backward chaining,forward chaining,entity annotation,entity extraction,scalable computing,expectation maximization algorithm*,markov chain,markov process,markov decision process,monte carlo method,bayesian inference,kernel method,eigendecomposition,eigen decomposition,radial basis function,QR decomposition,LU decomposition,Cholesky decomposition,spectral theorem,model selection,lagrange multiplier,convex optimization,nonlinear optimization,L? regulari*,ridge regression,gaussian process,manifold learning,locally linear embedding*,vector database*,vector embedding*,text mining,human-robot interact*,semantic web*,fuzzy set*,face recognition &! brain,object detection &! brain,multi agent system*,speech recognition &! brain,brain computer interface,intelligent robot*,remote sensing,image reconstruction,representation learning,data augmentation,adversarial robustness,meta learning,learning system,adversarial training,adversarial example*,generative model*,large language model*,few shot learning,image representation,optimization algorithm,swarm optimization,variational inference,kalman network*,knowledge distillation,kernel learning,classifier,lasso regression,multi-task learning,multi-label classification,variational autoencoder*,optimization algorithm*,stochastic gradient descent,adaptive moment estimation,momentum,attention mechanism*,transformer model*,sequence-to-sequence model*,seq2seq,bidirectional encoder representations from transformer*,openai gpt-3,openai codex,roberta,albert,xlm-r,t5,computer-aided diagnosis,healthcare ai,affective computing,edge computing,fog computing,capsule network*,extreme learning machine*,restricted boltzmann machine*,markov chain monte carlo,hierarchical clustering,k-means clustering,dbscan,latent dirichlet allocation ,gaussian mixture models ,support vector regression ,multimodal learning,multimodal representation,cross-modal learning,cross-lingual learning,zero-shot learning,few-shot learning,one-shot learning,continual learning,lifelong learning,meta-learning,active learning,semi-supervised learning,instance-based learning,rule-based learning,knowledge graph*,ontology learning,semantic web*,ai applications,ai in finance,ai in medicine,ai in agriculture,ai in law,ai in marketing,ai in transportation,ai in retail,ai in gaming,ai in sport*,ai in security,ai in human resources,ai in customer service,ai in art,ai in music,ai in astronomy,ai in drug discovery,ai in materials science,ai in climate change,ai in mental health,ai in environmental science,ai in geophysics,ai in oceanography,ai in meteorology,ai in earthquake prediction,ai in disaster management,ai in climate modeling,ai in seismology,ai in hydrology,ai in remote sensing,ai in ecology,ai in urban planning,ai in civil engineering,ai in construction,ai in energy management,ai in water management,ai in cultural heritage,ai in journalism,ai in media,ai in film,ai in fashion,ai in social media,ai in telecommunications,ai in cybersecurity,ai in linguistics,ai in education,ai in e-learning,ai in adaptive learning,ai in human-robot interaction,ai in space exploration,ai in astrophysics,ai in particle physics,ai in geospatial analysis,ai in atmospheric science,ai in biomedical engineering,ai in bioinformatics,ai in genomics,ai in proteomics,ai in metabolomics,ai in neuroscience,ai in brain-computer interfaces,ai in cognitive science,ai in behavioral science,ai in social science,ai in game theory,ai in optimization,ai in operations research,ai in simulation,ai in recommender systems,ai in digital twins,ai in human augmentation,ai in virtual reality,ai in augmented reality,ai in mixed reality,ai in digital art,ai in sound synthesis,ai in audio processing,ai in speech recognition,ai in speech synthesis,ai in text-to-speech,ai in speech-to-text,ai in voice cloning,ai in voice assistants,linear regression &! p=,logistic regression &! p=,language model*,data driven*,kalman filter*,target tracking,learning rate*,covariance matri*,loss function*'" }, - "execution_count": 33, + "execution_count": 56, "metadata": {}, "output_type": "execute_result" } ], "source": [ + "keywords = keywords+\",\"+keywords_suggest\n", "keywords" ], "metadata": { @@ -71,7 +85,7 @@ }, { "cell_type": "code", - "execution_count": 34, + "execution_count": 57, "outputs": [], "source": [ "keywords = [c.strip() for c in keywords.split(\",\")]" @@ -82,7 +96,7 @@ }, { "cell_type": "code", - "execution_count": 35, + "execution_count": 58, "outputs": [], "source": [ "def wos_kw_formatter(text):\n", @@ -97,13 +111,13 @@ }, { "cell_type": "code", - "execution_count": 36, + "execution_count": 59, "outputs": [ { "data": { - "text/plain": "'\"artificial intelligence*\" OR \"machine* learn*\" OR \"neural network*\" OR \"big data*\" OR \"deep learn*\" OR \"pattern recognition\" OR \"computer vision\" OR \"image classification\" OR \"reinforcement learning\" OR \"support vector machine*\" OR \"recommender system*\" OR \"random forest*\" OR \"ensemble model*\" OR \"image processing\" OR \"generative network*\" OR \"ai ethic*\" OR \"natural language processing\" OR \"clustering algorithm*\" OR \"feature extraction\" OR \"time series forecast*\" OR \"anomaly detection\" OR \"identity fraud detection\" OR \"dimensionality reduction\" OR \"feature elicitation\" OR \"chatbot*\" OR \"clustering\" OR \"*supervised learning\" OR \"convolutional network*\" OR \"convolutional neural\" OR \"adversarial network*\" OR \"adversarial neural\" OR \"adversarial machine*\" OR \"autoencoder*\" OR \"gated recurrent unit*\" OR \"perceptron*\" OR \"feature learning\" OR \"feature engineering\" OR \"long short-term memor*\" OR \"word embedding*\" OR \"word vector*\" OR \"gradient descent\" OR \"k-nearest neighbor*\" OR \"naive bayes\" OR \"transfer learning\" OR \"fuzzy logic*\" OR \"backpropagation\" OR \"computational modeling\" OR \"computational statistic*\" OR \"intelligent agent*\" OR \"expert system*\" OR \"decision tree*\" OR \"Bayesian network*\" OR \"genetic algorithm*\" OR \"swarm intelligence\" OR \"cognitive computing\" OR \"artificial neural network*\" OR \"convolutional neural network*\" OR \"recurrent neural network*\" OR \"ensemble learning\" OR \"data mining\" OR \"artificial general intelligence\" OR \"artificial consciousness\" OR \"evolutionary algorithm*\" OR \"self-organizing map*\" OR \"deep reinforcement learning\" OR \"adversarial machine learning\" OR \"machine vision\" OR \"neural-symbolic integration\" OR \"probabilistic graphical model*\" OR \"hybrid intelligent system*\" OR \"machine creativity\" OR \"explainable AI\" OR \"interactive machine learning\" OR \"artificial emotional intelligence\" OR \"evolutionary computation*\" OR \"human-in-the-loop\" OR \"unsupervised deep learning\" OR \"deep belief network*\" OR \"quantum machine learning\" OR \"artificial immune system*\" OR \"swarm robotics\" OR \"autonomous agent*\" OR \"machine ethic*\" OR \"collaborative filtering\" OR \"content based filtering\" OR \"pervasive computing\" OR \"ubiquitous computing\" OR \"human-computer interaction\" OR \"cloud computing\" OR \"Internet of Things\" OR \"artificial cognition\" OR \"computational creativity\" OR \"sentiment analy*\" OR \"robotics\" OR \"boltzmann machine*\" OR \"kernel machine*\" OR \"Hopfield network*\" OR \"Hebbian learning\" OR \"latent factor model*\" OR \"non-negative matrix factorization\" OR \"independent component analysis\" OR \"principal component analysis\" OR \"data augmentation\" OR \"image segmentation\" OR \"autoregressive language model*\" OR \"generative pre-trained transformer*\" OR \"smart city\" OR \"smart home\" OR \"smart grid\" OR \"smart health\" OR \"smart manufacturing\" OR \"smart agriculture\" OR \"smart environment\" OR \"smart energy\" OR \"smart mobility\" OR \"smart buildings\" OR \"smart tourism\" OR \"smart logistics\" OR \"smart supply chain\" OR \"smart retail\" OR \"smart waste management\" OR \"smart parking\" OR \"smart governance\" OR \"smart education\" OR \"smart technolog*\" OR \"smart diagnostic*\" OR \"data* analytic*\" OR \"hadoop*\" OR \"mapreduce\" OR \"map$reduce\" OR \"large$ dataset*\" OR \"data warehouse*\" OR \"predictive analytic*\" OR \"no$sql\" OR \"nosql\" OR \"no sql\" OR \"unstructured data*\" OR \"data science*\" OR \"facial recognition\" OR \"t$SNE\" OR \"KNN\" OR \"singular value decomposition\" OR \"regularization\" OR \"turing test\" OR \"computational learning theory\" OR \"backward chaining\" OR \"forward chaining\" OR \"entity annotation\" OR \"entity extraction\" OR \"scalable computing\" OR \"expectation maximization algorithm*\" OR \"markov chain\" OR \"markov process\" OR \"markov decision process\" OR \"monte carlo method\" OR \"bayesian inference\" OR \"kernel method\" OR \"eigendecomposition\" OR \"eigen decomposition\" OR \"radial basis function\" OR \"QR decomposition\" OR \"LU decomposition\" OR \"Cholesky decomposition\" OR \"spectral theorem\" OR \"model selection\" OR \"lagrange multiplier\" OR \"convex optimization\" OR \"nonlinear optimization\" OR \"L? regulari*\" OR \"ridge regression\" OR \"gaussian process\" OR \"manifold learning\" OR \"locally linear embedding*\" OR \"vector database*\" OR \"vector embedding*\" OR \"text mining\" OR \"human-robot interact*\" OR \"semantic web*\" OR \"fuzzy set*\" OR (\"face recognition\" NOT \"brain\") OR (\"object detection\" NOT \"brain\") OR \"multi agent system*\" OR (\"speech recognition\" NOT \"brain\") OR \"brain computer interface\" OR \"intelligent robot*\" OR \"remote sensing\" OR \"image reconstruction\" OR \"representation learning\" OR \"data augmentation\" OR \"adversarial robustness\" OR \"meta learning\" OR \"learning system\" OR \"adversarial training\" OR \"adversarial example*\" OR \"generative model*\" OR \"large langauge model*\" OR \"few shot learning\" OR \"image representation\" OR \"optimization algorithm\" OR \"swarm optimization\" OR \"variational inference\" OR \"kalman network*\" OR \"knowledge distillation\" OR \"kernel learning\" OR \"classifier\" OR \"lasso regression\"'" + "text/plain": "'\"artificial intelligence*\" OR \"machine* learn*\" OR \"neural network*\" OR \"big data*\" OR \"deep learn*\" OR \"pattern recognition\" OR \"computer vision\" OR \"image classification\" OR \"reinforcement learning\" OR \"support vector machine*\" OR \"recommender system*\" OR \"random forest*\" OR \"ensemble model*\" OR \"image processing\" OR \"generative network*\" OR \"ai ethic*\" OR \"natural language processing\" OR \"clustering algorithm*\" OR \"feature extraction\" OR \"time series forecast*\" OR \"anomaly detection\" OR \"identity fraud detection\" OR \"dimensionality reduction\" OR \"feature elicitation\" OR \"chatbot*\" OR \"clustering\" OR \"*supervised learning\" OR \"convolutional network*\" OR \"convolutional neural\" OR \"adversarial network*\" OR \"adversarial neural\" OR \"adversarial machine*\" OR \"autoencoder*\" OR \"gated recurrent unit*\" OR \"perceptron*\" OR \"feature learning\" OR \"feature engineering\" OR \"long short-term memor*\" OR \"word embedding*\" OR \"word vector*\" OR \"gradient descent\" OR \"k-nearest neighbor*\" OR \"naive bayes\" OR \"transfer learning\" OR \"fuzzy logic*\" OR \"backpropagation\" OR \"computational modeling\" OR \"computational statistic*\" OR \"intelligent agent*\" OR \"expert system*\" OR \"decision tree*\" OR \"Bayesian network*\" OR \"genetic algorithm*\" OR \"swarm intelligence\" OR \"cognitive computing\" OR \"artificial neural network*\" OR \"convolutional neural network*\" OR \"recurrent neural network*\" OR \"ensemble learning\" OR \"data mining\" OR \"artificial general intelligence\" OR \"artificial consciousness\" OR \"evolutionary algorithm*\" OR \"self-organizing map*\" OR \"deep reinforcement learning\" OR \"adversarial machine learning\" OR \"machine vision\" OR \"neural-symbolic integration\" OR \"probabilistic graphical model*\" OR \"hybrid intelligent system*\" OR \"machine creativity\" OR \"explainable AI\" OR \"interactive machine learning\" OR \"artificial emotional intelligence\" OR \"evolutionary computation*\" OR \"human-in-the-loop\" OR \"unsupervised deep learning\" OR \"deep belief network*\" OR \"quantum machine learning\" OR \"artificial immune system*\" OR \"swarm robotics\" OR \"autonomous agent*\" OR \"machine ethic*\" OR \"collaborative filtering\" OR \"content based filtering\" OR \"pervasive computing\" OR \"ubiquitous computing\" OR \"human-computer interaction\" OR \"cloud computing\" OR \"Internet of Things\" OR \"artificial cognition\" OR \"computational creativity\" OR \"sentiment analy*\" OR \"robotics\" OR \"boltzmann machine*\" OR \"kernel machine*\" OR \"Hopfield network*\" OR \"Hebbian learning\" OR \"latent factor model*\" OR \"non-negative matrix factorization\" OR \"independent component analysis\" OR \"principal component analysis\" OR \"data augmentation\" OR \"image segmentation\" OR \"autoregressive language model*\" OR \"generative pre-trained transformer*\" OR \"smart city\" OR \"smart home\" OR \"smart grid\" OR \"smart health\" OR \"smart manufacturing\" OR \"smart agriculture\" OR \"smart environment\" OR \"smart energy\" OR \"smart mobility\" OR \"smart buildings\" OR \"smart tourism\" OR \"smart logistics\" OR \"smart supply chain\" OR \"smart retail\" OR \"smart waste management\" OR \"smart parking\" OR \"smart governance\" OR \"smart education\" OR \"smart technolog*\" OR \"smart diagnostic*\" OR \"data* analytic*\" OR \"hadoop*\" OR \"mapreduce\" OR \"map$reduce\" OR \"large$ dataset*\" OR \"data warehous*\" OR \"predictive analytic*\" OR \"no$sql\" OR \"nosql\" OR \"no sql\" OR \"unstructured data*\" OR \"data science*\" OR \"facial recognition\" OR \"t$SNE\" OR \"KNN\" OR \"singular value decomposition\" OR \"regularization\" OR \"turing test\" OR \"computational learning theory\" OR \"backward chaining\" OR \"forward chaining\" OR \"entity annotation\" OR \"entity extraction\" OR \"scalable computing\" OR \"expectation maximization algorithm*\" OR \"markov chain\" OR \"markov process\" OR \"markov decision process\" OR \"monte carlo method\" OR \"bayesian inference\" OR \"kernel method\" OR \"eigendecomposition\" OR \"eigen decomposition\" OR \"radial basis function\" OR \"QR decomposition\" OR \"LU decomposition\" OR \"Cholesky decomposition\" OR \"spectral theorem\" OR \"model selection\" OR \"lagrange multiplier\" OR \"convex optimization\" OR \"nonlinear optimization\" OR \"L? regulari*\" OR \"ridge regression\" OR \"gaussian process\" OR \"manifold learning\" OR \"locally linear embedding*\" OR \"vector database*\" OR \"vector embedding*\" OR \"text mining\" OR \"human-robot interact*\" OR \"semantic web*\" OR \"fuzzy set*\" OR (\"face recognition\" NOT \"brain\") OR (\"object detection\" NOT \"brain\") OR \"multi agent system*\" OR (\"speech recognition\" NOT \"brain\") OR \"brain computer interface\" OR \"intelligent robot*\" OR \"remote sensing\" OR \"image reconstruction\" OR \"representation learning\" OR \"data augmentation\" OR \"adversarial robustness\" OR \"meta learning\" OR \"learning system\" OR \"adversarial training\" OR \"adversarial example*\" OR \"generative model*\" OR \"large language model*\" OR \"few shot learning\" OR \"image representation\" OR \"optimization algorithm\" OR \"swarm optimization\" OR \"variational inference\" OR \"kalman network*\" OR \"knowledge distillation\" OR \"kernel learning\" OR \"classifier\" OR \"lasso regression\" OR \"multi-task learning\" OR \"multi-label classification\" OR \"variational autoencoder*\" OR \"optimization algorithm*\" OR \"stochastic gradient descent\" OR \"adaptive moment estimation\" OR \"momentum\" OR \"attention mechanism*\" OR \"transformer model*\" OR \"sequence-to-sequence model*\" OR \"seq2seq\" OR \"bidirectional encoder representations from transformer*\" OR \"openai gpt-3\" OR \"openai codex\" OR \"roberta\" OR \"albert\" OR \"xlm-r\" OR \"t5\" OR \"computer-aided diagnosis\" OR \"healthcare ai\" OR \"affective computing\" OR \"edge computing\" OR \"fog computing\" OR \"capsule network*\" OR \"extreme learning machine*\" OR \"restricted boltzmann machine*\" OR \"markov chain monte carlo\" OR \"hierarchical clustering\" OR \"k-means clustering\" OR \"dbscan\" OR \"latent dirichlet allocation\" OR \"gaussian mixture models\" OR \"support vector regression\" OR \"multimodal learning\" OR \"multimodal representation\" OR \"cross-modal learning\" OR \"cross-lingual learning\" OR \"zero-shot learning\" OR \"few-shot learning\" OR \"one-shot learning\" OR \"continual learning\" OR \"lifelong learning\" OR \"meta-learning\" OR \"active learning\" OR \"semi-supervised learning\" OR \"instance-based learning\" OR \"rule-based learning\" OR \"knowledge graph*\" OR \"ontology learning\" OR \"semantic web*\" OR \"ai applications\" OR \"ai in finance\" OR \"ai in medicine\" OR \"ai in agriculture\" OR \"ai in law\" OR \"ai in marketing\" OR \"ai in transportation\" OR \"ai in retail\" OR \"ai in gaming\" OR \"ai in sport*\" OR \"ai in security\" OR \"ai in human resources\" OR \"ai in customer service\" OR \"ai in art\" OR \"ai in music\" OR \"ai in astronomy\" OR \"ai in drug discovery\" OR \"ai in materials science\" OR \"ai in climate change\" OR \"ai in mental health\" OR \"ai in environmental science\" OR \"ai in geophysics\" OR \"ai in oceanography\" OR \"ai in meteorology\" OR \"ai in earthquake prediction\" OR \"ai in disaster management\" OR \"ai in climate modeling\" OR \"ai in seismology\" OR \"ai in hydrology\" OR \"ai in remote sensing\" OR \"ai in ecology\" OR \"ai in urban planning\" OR \"ai in civil engineering\" OR \"ai in construction\" OR \"ai in energy management\" OR \"ai in water management\" OR \"ai in cultural heritage\" OR \"ai in journalism\" OR \"ai in media\" OR \"ai in film\" OR \"ai in fashion\" OR \"ai in social media\" OR \"ai in telecommunications\" OR \"ai in cybersecurity\" OR \"ai in linguistics\" OR \"ai in education\" OR \"ai in e-learning\" OR \"ai in adaptive learning\" OR \"ai in human-robot interaction\" OR \"ai in space exploration\" OR \"ai in astrophysics\" OR \"ai in particle physics\" OR \"ai in geospatial analysis\" OR \"ai in atmospheric science\" OR \"ai in biomedical engineering\" OR \"ai in bioinformatics\" OR \"ai in genomics\" OR \"ai in proteomics\" OR \"ai in metabolomics\" OR \"ai in neuroscience\" OR \"ai in brain-computer interfaces\" OR \"ai in cognitive science\" OR \"ai in behavioral science\" OR \"ai in social science\" OR \"ai in game theory\" OR \"ai in optimization\" OR \"ai in operations research\" OR \"ai in simulation\" OR \"ai in recommender systems\" OR \"ai in digital twins\" OR \"ai in human augmentation\" OR \"ai in virtual reality\" OR \"ai in augmented reality\" OR \"ai in mixed reality\" OR \"ai in digital art\" OR \"ai in sound synthesis\" OR \"ai in audio processing\" OR \"ai in speech recognition\" OR \"ai in speech synthesis\" OR \"ai in text-to-speech\" OR \"ai in speech-to-text\" OR \"ai in voice cloning\" OR \"ai in voice assistants\" OR (\"linear regression\" NOT \"p=\") OR (\"logistic regression\" NOT \"p=\") OR \"language model*\" OR \"data driven*\" OR \"kalman filter*\" OR \"target tracking\" OR \"learning rate*\" OR \"covariance matri*\" OR \"loss function*\"'" }, - "execution_count": 36, + "execution_count": 59, "metadata": {}, "output_type": "execute_result" } @@ -118,13 +132,13 @@ }, { "cell_type": "code", - "execution_count": 37, + "execution_count": 60, "outputs": [ { "data": { - "text/plain": "206" + "text/plain": "348" }, - "execution_count": 37, + "execution_count": 60, "metadata": {}, "output_type": "execute_result" } @@ -138,7 +152,7 @@ }, { "cell_type": "code", - "execution_count": 37, + "execution_count": 60, "outputs": [], "source": [], "metadata": { @@ -147,7 +161,7 @@ }, { "cell_type": "code", - "execution_count": 38, + "execution_count": 61, "outputs": [], "source": [ "scope_country_source = r'..\\eu_scope_countries.txt'\n", @@ -180,13 +194,13 @@ }, { "cell_type": "code", - "execution_count": 39, + "execution_count": 62, "outputs": [ { "data": { "text/plain": "'AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND'" }, - "execution_count": 39, + "execution_count": 62, "metadata": {}, "output_type": "execute_result" } @@ -201,13 +215,13 @@ }, { "cell_type": "code", - "execution_count": 40, + "execution_count": 63, "outputs": [ { "data": { "text/plain": "'PEOPLES R CHINA OR HONG KONG'" }, - "execution_count": 40, + "execution_count": 63, "metadata": {}, "output_type": "execute_result" } @@ -221,16 +235,18 @@ }, { "cell_type": "code", - "execution_count": 40, + "execution_count": 64, "outputs": [], - "source": [], + "source": [ + "p_regex='(\"p\" NEAR/0 \"0.0*\" OR \"p$value*\" OR \"p-value*\"))'" + ], "metadata": { "collapsed": false } }, { "cell_type": "code", - "execution_count": 40, + "execution_count": 64, "outputs": [], "source": [], "metadata": { @@ -239,19 +255,30 @@ }, { "cell_type": "code", - "execution_count": 41, + "execution_count": 65, + "outputs": [], + "source": [ + "scope_query = f'CU=({foc_str}) AND CU=({eu_assoc}) AND TS=({keywords_str}) AND PY=(2011-2022)'\n", + "scope_query = scope_query.replace('\"p=\")',p_regex).replace('OR \"momentum\"','')" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 66, "outputs": [ { "data": { - "text/plain": "'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"artificial intelligence*\" OR \"machine* learn*\" OR \"neural network*\" OR \"big data*\" OR \"deep learn*\" OR \"pattern recognition\" OR \"computer vision\" OR \"image classification\" OR \"reinforcement learning\" OR \"support vector machine*\" OR \"recommender system*\" OR \"random forest*\" OR \"ensemble model*\" OR \"image processing\" OR \"generative network*\" OR \"ai ethic*\" OR \"natural language processing\" OR \"clustering algorithm*\" OR \"feature extraction\" OR \"time series forecast*\" OR \"anomaly detection\" OR \"identity fraud detection\" OR \"dimensionality reduction\" OR \"feature elicitation\" OR \"chatbot*\" OR \"clustering\" OR \"*supervised learning\" OR \"convolutional network*\" OR \"convolutional neural\" OR \"adversarial network*\" OR \"adversarial neural\" OR \"adversarial machine*\" OR \"autoencoder*\" OR \"gated recurrent unit*\" OR \"perceptron*\" OR \"feature learning\" OR \"feature engineering\" OR \"long short-term memor*\" OR \"word embedding*\" OR \"word vector*\" OR \"gradient descent\" OR \"k-nearest neighbor*\" OR \"naive bayes\" OR \"transfer learning\" OR \"fuzzy logic*\" OR \"backpropagation\" OR \"computational modeling\" OR \"computational statistic*\" OR \"intelligent agent*\" OR \"expert system*\" OR \"decision tree*\" OR \"Bayesian network*\" OR \"genetic algorithm*\" OR \"swarm intelligence\" OR \"cognitive computing\" OR \"artificial neural network*\" OR \"convolutional neural network*\" OR \"recurrent neural network*\" OR \"ensemble learning\" OR \"data mining\" OR \"artificial general intelligence\" OR \"artificial consciousness\" OR \"evolutionary algorithm*\" OR \"self-organizing map*\" OR \"deep reinforcement learning\" OR \"adversarial machine learning\" OR \"machine vision\" OR \"neural-symbolic integration\" OR \"probabilistic graphical model*\" OR \"hybrid intelligent system*\" OR \"machine creativity\" OR \"explainable AI\" OR \"interactive machine learning\" OR \"artificial emotional intelligence\" OR \"evolutionary computation*\" OR \"human-in-the-loop\" OR \"unsupervised deep learning\" OR \"deep belief network*\" OR \"quantum machine learning\" OR \"artificial immune system*\" OR \"swarm robotics\" OR \"autonomous agent*\" OR \"machine ethic*\" OR \"collaborative filtering\" OR \"content based filtering\" OR \"pervasive computing\" OR \"ubiquitous computing\" OR \"human-computer interaction\" OR \"cloud computing\" OR \"Internet of Things\" OR \"artificial cognition\" OR \"computational creativity\" OR \"sentiment analy*\" OR \"robotics\" OR \"boltzmann machine*\" OR \"kernel machine*\" OR \"Hopfield network*\" OR \"Hebbian learning\" OR \"latent factor model*\" OR \"non-negative matrix factorization\" OR \"independent component analysis\" OR \"principal component analysis\" OR \"data augmentation\" OR \"image segmentation\" OR \"autoregressive language model*\" OR \"generative pre-trained transformer*\" OR \"smart city\" OR \"smart home\" OR \"smart grid\" OR \"smart health\" OR \"smart manufacturing\" OR \"smart agriculture\" OR \"smart environment\" OR \"smart energy\" OR \"smart mobility\" OR \"smart buildings\" OR \"smart tourism\" OR \"smart logistics\" OR \"smart supply chain\" OR \"smart retail\" OR \"smart waste management\" OR \"smart parking\" OR \"smart governance\" OR \"smart education\" OR \"smart technolog*\" OR \"smart diagnostic*\" OR \"data* analytic*\" OR \"hadoop*\" OR \"mapreduce\" OR \"map$reduce\" OR \"large$ dataset*\" OR \"data warehouse*\" OR \"predictive analytic*\" OR \"no$sql\" OR \"nosql\" OR \"no sql\" OR \"unstructured data*\" OR \"data science*\" OR \"facial recognition\" OR \"t$SNE\" OR \"KNN\" OR \"singular value decomposition\" OR \"regularization\" OR \"turing test\" OR \"computational learning theory\" OR \"backward chaining\" OR \"forward chaining\" OR \"entity annotation\" OR \"entity extraction\" OR \"scalable computing\" OR \"expectation maximization algorithm*\" OR \"markov chain\" OR \"markov process\" OR \"markov decision process\" OR \"monte carlo method\" OR \"bayesian inference\" OR \"kernel method\" OR \"eigendecomposition\" OR \"eigen decomposition\" OR \"radial basis function\" OR \"QR decomposition\" OR \"LU decomposition\" OR \"Cholesky decomposition\" OR \"spectral theorem\" OR \"model selection\" OR \"lagrange multiplier\" OR \"convex optimization\" OR \"nonlinear optimization\" OR \"L? regulari*\" OR \"ridge regression\" OR \"gaussian process\" OR \"manifold learning\" OR \"locally linear embedding*\" OR \"vector database*\" OR \"vector embedding*\" OR \"text mining\" OR \"human-robot interact*\" OR \"semantic web*\" OR \"fuzzy set*\" OR (\"face recognition\" NOT \"brain\") OR (\"object detection\" NOT \"brain\") OR \"multi agent system*\" OR (\"speech recognition\" NOT \"brain\") OR \"brain computer interface\" OR \"intelligent robot*\" OR \"remote sensing\" OR \"image reconstruction\" OR \"representation learning\" OR \"data augmentation\" OR \"adversarial robustness\" OR \"meta learning\" OR \"learning system\" OR \"adversarial training\" OR \"adversarial example*\" OR \"generative model*\" OR \"large langauge model*\" OR \"few shot learning\" OR \"image representation\" OR \"optimization algorithm\" OR \"swarm optimization\" OR \"variational inference\" OR \"kalman network*\" OR \"knowledge distillation\" OR \"kernel learning\" OR \"classifier\" OR \"lasso regression\") AND PY=(2011-2022)'" + "text/plain": "'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"artificial intelligence*\" OR \"machine* learn*\" OR \"neural network*\" OR \"big data*\" OR \"deep learn*\" OR \"pattern recognition\" OR \"computer vision\" OR \"image classification\" OR \"reinforcement learning\" OR \"support vector machine*\" OR \"recommender system*\" OR \"random forest*\" OR \"ensemble model*\" OR \"image processing\" OR \"generative network*\" OR \"ai ethic*\" OR \"natural language processing\" OR \"clustering algorithm*\" OR \"feature extraction\" OR \"time series forecast*\" OR \"anomaly detection\" OR \"identity fraud detection\" OR \"dimensionality reduction\" OR \"feature elicitation\" OR \"chatbot*\" OR \"clustering\" OR \"*supervised learning\" OR \"convolutional network*\" OR \"convolutional neural\" OR \"adversarial network*\" OR \"adversarial neural\" OR \"adversarial machine*\" OR \"autoencoder*\" OR \"gated recurrent unit*\" OR \"perceptron*\" OR \"feature learning\" OR \"feature engineering\" OR \"long short-term memor*\" OR \"word embedding*\" OR \"word vector*\" OR \"gradient descent\" OR \"k-nearest neighbor*\" OR \"naive bayes\" OR \"transfer learning\" OR \"fuzzy logic*\" OR \"backpropagation\" OR \"computational modeling\" OR \"computational statistic*\" OR \"intelligent agent*\" OR \"expert system*\" OR \"decision tree*\" OR \"Bayesian network*\" OR \"genetic algorithm*\" OR \"swarm intelligence\" OR \"cognitive computing\" OR \"artificial neural network*\" OR \"convolutional neural network*\" OR \"recurrent neural network*\" OR \"ensemble learning\" OR \"data mining\" OR \"artificial general intelligence\" OR \"artificial consciousness\" OR \"evolutionary algorithm*\" OR \"self-organizing map*\" OR \"deep reinforcement learning\" OR \"adversarial machine learning\" OR \"machine vision\" OR \"neural-symbolic integration\" OR \"probabilistic graphical model*\" OR \"hybrid intelligent system*\" OR \"machine creativity\" OR \"explainable AI\" OR \"interactive machine learning\" OR \"artificial emotional intelligence\" OR \"evolutionary computation*\" OR \"human-in-the-loop\" OR \"unsupervised deep learning\" OR \"deep belief network*\" OR \"quantum machine learning\" OR \"artificial immune system*\" OR \"swarm robotics\" OR \"autonomous agent*\" OR \"machine ethic*\" OR \"collaborative filtering\" OR \"content based filtering\" OR \"pervasive computing\" OR \"ubiquitous computing\" OR \"human-computer interaction\" OR \"cloud computing\" OR \"Internet of Things\" OR \"artificial cognition\" OR \"computational creativity\" OR \"sentiment analy*\" OR \"robotics\" OR \"boltzmann machine*\" OR \"kernel machine*\" OR \"Hopfield network*\" OR \"Hebbian learning\" OR \"latent factor model*\" OR \"non-negative matrix factorization\" OR \"independent component analysis\" OR \"principal component analysis\" OR \"data augmentation\" OR \"image segmentation\" OR \"autoregressive language model*\" OR \"generative pre-trained transformer*\" OR \"smart city\" OR \"smart home\" OR \"smart grid\" OR \"smart health\" OR \"smart manufacturing\" OR \"smart agriculture\" OR \"smart environment\" OR \"smart energy\" OR \"smart mobility\" OR \"smart buildings\" OR \"smart tourism\" OR \"smart logistics\" OR \"smart supply chain\" OR \"smart retail\" OR \"smart waste management\" OR \"smart parking\" OR \"smart governance\" OR \"smart education\" OR \"smart technolog*\" OR \"smart diagnostic*\" OR \"data* analytic*\" OR \"hadoop*\" OR \"mapreduce\" OR \"map$reduce\" OR \"large$ dataset*\" OR \"data warehous*\" OR \"predictive analytic*\" OR \"no$sql\" OR \"nosql\" OR \"no sql\" OR \"unstructured data*\" OR \"data science*\" OR \"facial recognition\" OR \"t$SNE\" OR \"KNN\" OR \"singular value decomposition\" OR \"regularization\" OR \"turing test\" OR \"computational learning theory\" OR \"backward chaining\" OR \"forward chaining\" OR \"entity annotation\" OR \"entity extraction\" OR \"scalable computing\" OR \"expectation maximization algorithm*\" OR \"markov chain\" OR \"markov process\" OR \"markov decision process\" OR \"monte carlo method\" OR \"bayesian inference\" OR \"kernel method\" OR \"eigendecomposition\" OR \"eigen decomposition\" OR \"radial basis function\" OR \"QR decomposition\" OR \"LU decomposition\" OR \"Cholesky decomposition\" OR \"spectral theorem\" OR \"model selection\" OR \"lagrange multiplier\" OR \"convex optimization\" OR \"nonlinear optimization\" OR \"L? regulari*\" OR \"ridge regression\" OR \"gaussian process\" OR \"manifold learning\" OR \"locally linear embedding*\" OR \"vector database*\" OR \"vector embedding*\" OR \"text mining\" OR \"human-robot interact*\" OR \"semantic web*\" OR \"fuzzy set*\" OR (\"face recognition\" NOT \"brain\") OR (\"object detection\" NOT \"brain\") OR \"multi agent system*\" OR (\"speech recognition\" NOT \"brain\") OR \"brain computer interface\" OR \"intelligent robot*\" OR \"remote sensing\" OR \"image reconstruction\" OR \"representation learning\" OR \"data augmentation\" OR \"adversarial robustness\" OR \"meta learning\" OR \"learning system\" OR \"adversarial training\" OR \"adversarial example*\" OR \"generative model*\" OR \"large language model*\" OR \"few shot learning\" OR \"image representation\" OR \"optimization algorithm\" OR \"swarm optimization\" OR \"variational inference\" OR \"kalman network*\" OR \"knowledge distillation\" OR \"kernel learning\" OR \"classifier\" OR \"lasso regression\" OR \"multi-task learning\" OR \"multi-label classification\" OR \"variational autoencoder*\" OR \"optimization algorithm*\" OR \"stochastic gradient descent\" OR \"adaptive moment estimation\" OR \"attention mechanism*\" OR \"transformer model*\" OR \"sequence-to-sequence model*\" OR \"seq2seq\" OR \"bidirectional encoder representations from transformer*\" OR \"openai gpt-3\" OR \"openai codex\" OR \"roberta\" OR \"albert\" OR \"xlm-r\" OR \"t5\" OR \"computer-aided diagnosis\" OR \"healthcare ai\" OR \"affective computing\" OR \"edge computing\" OR \"fog computing\" OR \"capsule network*\" OR \"extreme learning machine*\" OR \"restricted boltzmann machine*\" OR \"markov chain monte carlo\" OR \"hierarchical clustering\" OR \"k-means clustering\" OR \"dbscan\" OR \"latent dirichlet allocation\" OR \"gaussian mixture models\" OR \"support vector regression\" OR \"multimodal learning\" OR \"multimodal representation\" OR \"cross-modal learning\" OR \"cross-lingual learning\" OR \"zero-shot learning\" OR \"few-shot learning\" OR \"one-shot learning\" OR \"continual learning\" OR \"lifelong learning\" OR \"meta-learning\" OR \"active learning\" OR \"semi-supervised learning\" OR \"instance-based learning\" OR \"rule-based learning\" OR \"knowledge graph*\" OR \"ontology learning\" OR \"semantic web*\" OR \"ai applications\" OR \"ai in finance\" OR \"ai in medicine\" OR \"ai in agriculture\" OR \"ai in law\" OR \"ai in marketing\" OR \"ai in transportation\" OR \"ai in retail\" OR \"ai in gaming\" OR \"ai in sport*\" OR \"ai in security\" OR \"ai in human resources\" OR \"ai in customer service\" OR \"ai in art\" OR \"ai in music\" OR \"ai in astronomy\" OR \"ai in drug discovery\" OR \"ai in materials science\" OR \"ai in climate change\" OR \"ai in mental health\" OR \"ai in environmental science\" OR \"ai in geophysics\" OR \"ai in oceanography\" OR \"ai in meteorology\" OR \"ai in earthquake prediction\" OR \"ai in disaster management\" OR \"ai in climate modeling\" OR \"ai in seismology\" OR \"ai in hydrology\" OR \"ai in remote sensing\" OR \"ai in ecology\" OR \"ai in urban planning\" OR \"ai in civil engineering\" OR \"ai in construction\" OR \"ai in energy management\" OR \"ai in water management\" OR \"ai in cultural heritage\" OR \"ai in journalism\" OR \"ai in media\" OR \"ai in film\" OR \"ai in fashion\" OR \"ai in social media\" OR \"ai in telecommunications\" OR \"ai in cybersecurity\" OR \"ai in linguistics\" OR \"ai in education\" OR \"ai in e-learning\" OR \"ai in adaptive learning\" OR \"ai in human-robot interaction\" OR \"ai in space exploration\" OR \"ai in astrophysics\" OR \"ai in particle physics\" OR \"ai in geospatial analysis\" OR \"ai in atmospheric science\" OR \"ai in biomedical engineering\" OR \"ai in bioinformatics\" OR \"ai in genomics\" OR \"ai in proteomics\" OR \"ai in metabolomics\" OR \"ai in neuroscience\" OR \"ai in brain-computer interfaces\" OR \"ai in cognitive science\" OR \"ai in behavioral science\" OR \"ai in social science\" OR \"ai in game theory\" OR \"ai in optimization\" OR \"ai in operations research\" OR \"ai in simulation\" OR \"ai in recommender systems\" OR \"ai in digital twins\" OR \"ai in human augmentation\" OR \"ai in virtual reality\" OR \"ai in augmented reality\" OR \"ai in mixed reality\" OR \"ai in digital art\" OR \"ai in sound synthesis\" OR \"ai in audio processing\" OR \"ai in speech recognition\" OR \"ai in speech synthesis\" OR \"ai in text-to-speech\" OR \"ai in speech-to-text\" OR \"ai in voice cloning\" OR \"ai in voice assistants\" OR (\"linear regression\" NOT (\"p\" NEAR/0 \"0.0*\" OR \"p$value*\" OR \"p-value*\")) OR (\"logistic regression\" NOT (\"p\" NEAR/0 \"0.0*\" OR \"p$value*\" OR \"p-value*\")) OR \"language model*\" OR \"data driven*\" OR \"kalman filter*\" OR \"target tracking\" OR \"learning rate*\" OR \"covariance matri*\" OR \"loss function*\") AND PY=(2011-2022)'" }, - "execution_count": 41, + "execution_count": 66, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "scope_query = f'CU=({foc_str}) AND CU=({eu_assoc}) AND TS=({keywords_str}) AND PY=(2011-2022)'\n", "scope_query" ], "metadata": { @@ -260,7 +287,16 @@ }, { "cell_type": "code", - "execution_count": 42, + "execution_count": null, + "outputs": [], + "source": [], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 18, "outputs": [], "source": [ "from wossel_miners import wos_fetch_entries,wos_fetch_yearly_output" @@ -271,30 +307,19 @@ }, { "cell_type": "code", - "execution_count": 43, + "execution_count": null, "outputs": [], - "source": [ - "keywords_sub_str = keywords_str.split(' OR ')" - ], + "source": [], "metadata": { "collapsed": false } }, { "cell_type": "code", - "execution_count": 44, - "outputs": [ - { - "data": { - "text/plain": "['\"identity fraud detection\"',\n '\"dimensionality reduction\"',\n '\"feature elicitation\"',\n '\"chatbot*\"',\n '\"clustering\"',\n '\"*supervised learning\"',\n '\"convolutional network*\"',\n '\"convolutional neural\"',\n '\"adversarial network*\"',\n '\"adversarial neural\"',\n '\"adversarial machine*\"',\n '\"autoencoder*\"',\n '\"gated recurrent unit*\"',\n '\"perceptron*\"',\n '\"feature learning\"',\n '\"feature engineering\"',\n '\"long short-term memor*\"',\n '\"word embedding*\"',\n '\"word vector*\"',\n '\"gradient descent\"',\n '\"k-nearest neighbor*\"',\n '\"naive bayes\"',\n '\"transfer learning\"',\n '\"fuzzy logic*\"',\n '\"backpropagation\"',\n '\"computational modeling\"',\n '\"computational statistic*\"',\n '\"intelligent agent*\"',\n '\"expert system*\"',\n '\"decision tree*\"',\n '\"Bayesian network*\"',\n '\"genetic algorithm*\"',\n '\"swarm intelligence\"',\n '\"cognitive computing\"',\n '\"artificial neural network*\"',\n '\"convolutional neural network*\"',\n '\"recurrent neural network*\"',\n '\"ensemble learning\"',\n '\"data mining\"',\n '\"artificial general intelligence\"',\n '\"artificial consciousness\"',\n '\"evolutionary algorithm*\"',\n '\"self-organizing map*\"',\n '\"deep reinforcement learning\"',\n '\"adversarial machine learning\"',\n '\"machine vision\"',\n '\"neural-symbolic integration\"',\n '\"probabilistic graphical model*\"',\n '\"hybrid intelligent system*\"',\n '\"machine creativity\"',\n '\"explainable AI\"',\n '\"interactive machine learning\"',\n '\"artificial emotional intelligence\"',\n '\"evolutionary computation*\"',\n '\"human-in-the-loop\"',\n '\"unsupervised deep learning\"',\n '\"deep belief network*\"',\n '\"quantum machine learning\"',\n '\"artificial immune system*\"',\n '\"swarm robotics\"',\n '\"autonomous agent*\"',\n '\"machine ethic*\"',\n '\"collaborative filtering\"',\n '\"content based filtering\"',\n '\"pervasive computing\"',\n '\"ubiquitous computing\"',\n '\"human-computer interaction\"',\n '\"cloud computing\"',\n '\"Internet of Things\"',\n '\"artificial cognition\"',\n '\"computational creativity\"',\n '\"sentiment analy*\"',\n '\"robotics\"',\n '\"boltzmann machine*\"',\n '\"kernel machine*\"',\n '\"Hopfield network*\"',\n '\"Hebbian learning\"',\n '\"latent factor model*\"',\n '\"non-negative matrix factorization\"',\n '\"independent component analysis\"',\n '\"principal component analysis\"',\n '\"data augmentation\"',\n '\"image segmentation\"',\n '\"autoregressive language model*\"',\n '\"generative pre-trained transformer*\"',\n '\"smart city\"',\n '\"smart home\"',\n '\"smart grid\"',\n '\"smart health\"',\n '\"smart manufacturing\"',\n '\"smart agriculture\"',\n '\"smart environment\"',\n '\"smart energy\"',\n '\"smart mobility\"',\n '\"smart buildings\"',\n '\"smart tourism\"',\n '\"smart logistics\"',\n '\"smart supply chain\"',\n '\"smart retail\"',\n '\"smart waste management\"',\n '\"smart parking\"',\n '\"smart governance\"',\n '\"smart education\"',\n '\"smart technolog*\"',\n '\"smart diagnostic*\"',\n '\"data* analytic*\"',\n '\"hadoop*\"',\n '\"mapreduce\"',\n '\"map$reduce\"',\n '\"large$ dataset*\"',\n '\"data warehouse*\"',\n '\"predictive analytic*\"',\n '\"no$sql\"',\n '\"nosql\"',\n '\"no sql\"',\n '\"unstructured data*\"',\n '\"data science*\"',\n '\"facial recognition\"',\n '\"t$SNE\"',\n '\"KNN\"',\n '\"singular value decomposition\"',\n '\"regularization\"',\n '\"turing test\"',\n '\"computational learning theory\"',\n '\"backward chaining\"',\n '\"forward chaining\"',\n '\"entity annotation\"',\n '\"entity extraction\"',\n '\"scalable computing\"',\n '\"expectation maximization algorithm*\"',\n '\"markov chain\"',\n '\"markov process\"',\n '\"markov decision process\"',\n '\"monte carlo method\"',\n '\"bayesian inference\"',\n '\"kernel method\"',\n '\"eigendecomposition\"',\n '\"eigen decomposition\"',\n '\"radial basis function\"',\n '\"QR decomposition\"',\n '\"LU decomposition\"',\n '\"Cholesky decomposition\"',\n '\"spectral theorem\"',\n '\"model selection\"',\n '\"lagrange multiplier\"',\n '\"convex optimization\"',\n '\"nonlinear optimization\"',\n '\"L? regulari*\"',\n '\"ridge regression\"',\n '\"gaussian process\"',\n '\"manifold learning\"',\n '\"locally linear embedding*\"',\n '\"vector database*\"',\n '\"vector embedding*\"',\n '\"text mining\"',\n '\"human-robot interact*\"',\n '\"semantic web*\"',\n '\"fuzzy set*\"',\n '(\"face recognition\" NOT \"brain\")',\n '(\"object detection\" NOT \"brain\")',\n '\"multi agent system*\"',\n '(\"speech recognition\" NOT \"brain\")',\n '\"brain computer interface\"',\n '\"intelligent robot*\"',\n '\"remote sensing\"',\n '\"image reconstruction\"',\n '\"representation learning\"',\n '\"data augmentation\"',\n '\"adversarial robustness\"',\n '\"meta learning\"',\n '\"learning system\"',\n '\"adversarial training\"',\n '\"adversarial example*\"',\n '\"generative model*\"',\n '\"large langauge model*\"',\n '\"few shot learning\"',\n '\"image representation\"',\n '\"optimization algorithm\"',\n '\"swarm optimization\"',\n '\"variational inference\"',\n '\"kalman network*\"',\n '\"knowledge distillation\"',\n '\"kernel learning\"',\n '\"classifier\"',\n '\"lasso regression\"']" - }, - "execution_count": 44, - "metadata": {}, - "output_type": "execute_result" - } - ], + "execution_count": 147, + "outputs": [], "source": [ - "keywords_sub_str[21:]" + "keywords_sub_str = keywords_str.split(' OR ')" ], "metadata": { "collapsed": false @@ -302,19 +327,19 @@ }, { "cell_type": "code", - "execution_count": 45, + "execution_count": 153, "outputs": [ { "data": { - "text/plain": "['\"manifold learning\"',\n '\"locally linear embedding*\"',\n '\"vector database*\"',\n '\"vector embedding*\"',\n '\"text mining\"',\n '\"human-robot interact*\"',\n '\"semantic web*\"',\n '\"fuzzy set*\"',\n '(\"face recognition\" NOT \"brain\")',\n '(\"object detection\" NOT \"brain\")',\n '\"multi agent system*\"',\n '(\"speech recognition\" NOT \"brain\")',\n '\"brain computer interface\"',\n '\"intelligent robot*\"',\n '\"remote sensing\"',\n '\"image reconstruction\"',\n '\"representation learning\"',\n '\"data augmentation\"',\n '\"adversarial robustness\"',\n '\"meta learning\"',\n '\"learning system\"',\n '\"adversarial training\"',\n '\"adversarial example*\"',\n '\"generative model*\"',\n '\"large langauge model*\"',\n '\"few shot learning\"',\n '\"image representation\"',\n '\"optimization algorithm\"',\n '\"swarm optimization\"',\n '\"variational inference\"',\n '\"kalman network*\"',\n '\"knowledge distillation\"',\n '\"kernel learning\"',\n '\"classifier\"',\n '\"lasso regression\"']" + "text/plain": "['\"kalman filter*\"',\n '\"target tracking\"',\n '\"learning rate*\"',\n '\"covariance matri*\"',\n '\"loss function*\"']" }, - "execution_count": 45, + "execution_count": 153, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "keywords_sub_str[171:]" + "keywords_sub_str[343:]" ], "metadata": { "collapsed": false @@ -322,7 +347,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 148, "outputs": [], "source": [], "metadata": { @@ -331,515 +356,92 @@ }, { "cell_type": "code", - "execution_count": 46, + "execution_count": 154, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "('TS=(\"manifold learning\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"manifold learning\") AND PY=(2011-2022)')\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "100%|██████████| 2/2 [00:36<00:00, 18.40s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "('TS=(\"locally linear embedding*\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"locally linear embedding*\") AND PY=(2011-2022)')\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "100%|██████████| 2/2 [00:39<00:00, 19.66s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "('TS=(\"vector database*\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"vector database*\") AND PY=(2011-2022)')\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - " 50%|█████ | 1/2 [01:05<01:05, 65.81s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "No results\n", - "('TS=(\"vector embedding*\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"vector embedding*\") AND PY=(2011-2022)')\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "100%|██████████| 2/2 [00:47<00:00, 23.81s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "('TS=(\"text mining\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"text mining\") AND PY=(2011-2022)')\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "100%|██████████| 2/2 [00:36<00:00, 18.40s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "('TS=(\"human-robot interact*\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"human-robot interact*\") AND PY=(2011-2022)')\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "100%|██████████| 2/2 [00:43<00:00, 21.64s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "('TS=(\"semantic web*\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"semantic web*\") AND PY=(2011-2022)')\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "100%|██████████| 2/2 [00:36<00:00, 18.15s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "('TS=(\"fuzzy set*\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"fuzzy set*\") AND PY=(2011-2022)')\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "100%|██████████| 2/2 [00:44<00:00, 22.43s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "('TS=((\"face recognition\" NOT \"brain\")) AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=((\"face recognition\" NOT \"brain\")) AND PY=(2011-2022)')\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "100%|██████████| 2/2 [00:35<00:00, 17.71s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "('TS=((\"object detection\" NOT \"brain\")) AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=((\"object detection\" NOT \"brain\")) AND PY=(2011-2022)')\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "100%|██████████| 2/2 [00:36<00:00, 18.43s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "('TS=(\"multi agent system*\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"multi agent system*\") AND PY=(2011-2022)')\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "100%|██████████| 2/2 [00:45<00:00, 22.80s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "('TS=((\"speech recognition\" NOT \"brain\")) AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=((\"speech recognition\" NOT \"brain\")) AND PY=(2011-2022)')\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "100%|██████████| 2/2 [00:37<00:00, 18.81s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "('TS=(\"brain computer interface\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"brain computer interface\") AND PY=(2011-2022)')\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "100%|██████████| 2/2 [00:43<00:00, 21.82s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "('TS=(\"intelligent robot*\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"intelligent robot*\") AND PY=(2011-2022)')\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "100%|██████████| 2/2 [00:34<00:00, 17.30s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "('TS=(\"remote sensing\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"remote sensing\") AND PY=(2011-2022)')\n" + "('TS=(\"kalman filter*\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"kalman filter*\") AND PY=(2011-2022)')\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ - "100%|██████████| 2/2 [00:46<00:00, 23.03s/it]\n" + "100%|██████████| 2/2 [00:56<00:00, 28.31s/it]\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ - "('TS=(\"image reconstruction\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"image reconstruction\") AND PY=(2011-2022)')\n" + "('TS=(\"target tracking\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"target tracking\") AND PY=(2011-2022)')\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ - "100%|██████████| 2/2 [00:34<00:00, 17.31s/it]\n" + "100%|██████████| 2/2 [00:55<00:00, 27.63s/it]\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ - "('TS=(\"representation learning\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"representation learning\") AND PY=(2011-2022)')\n" + "('TS=(\"learning rate*\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"learning rate*\") AND PY=(2011-2022)')\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ - "100%|██████████| 2/2 [00:37<00:00, 18.52s/it]\n" + "100%|██████████| 2/2 [00:50<00:00, 25.22s/it]\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ - "('TS=(\"data augmentation\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"data augmentation\") AND PY=(2011-2022)')\n" + "('TS=(\"covariance matri*\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"covariance matri*\") AND PY=(2011-2022)')\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ - "100%|██████████| 2/2 [00:42<00:00, 21.36s/it]\n" + "100%|██████████| 2/2 [00:55<00:00, 27.74s/it]\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ - "('TS=(\"adversarial robustness\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"adversarial robustness\") AND PY=(2011-2022)')\n" + "('TS=(\"loss function*\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"loss function*\") AND PY=(2011-2022)')\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ - "100%|██████████| 2/2 [00:37<00:00, 18.51s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "('TS=(\"meta learning\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"meta learning\") AND PY=(2011-2022)')\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "100%|██████████| 2/2 [00:39<00:00, 19.80s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "('TS=(\"learning system\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"learning system\") AND PY=(2011-2022)')\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "100%|██████████| 2/2 [00:37<00:00, 18.57s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "('TS=(\"adversarial training\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"adversarial training\") AND PY=(2011-2022)')\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "100%|██████████| 2/2 [00:34<00:00, 17.21s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "('TS=(\"adversarial example*\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"adversarial example*\") AND PY=(2011-2022)')\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "100%|██████████| 2/2 [00:36<00:00, 18.07s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "('TS=(\"generative model*\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"generative model*\") AND PY=(2011-2022)')\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "100%|██████████| 2/2 [00:34<00:00, 17.48s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "('TS=(\"large langauge model*\") AND PY=(2011-2022)', 'CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUSTRIA OR BELGIUM OR BULGARIA OR CROATIA OR CYPRUS OR CZECH REPUBLIC OR DENMARK OR ESTONIA OR FINLAND OR FRANCE OR GERMANY OR GREECE OR HUNGARY OR IRELAND OR ITALY OR LATVIA OR LITHUANIA OR LUXEMBOURG OR MALTA OR NETHERLANDS OR POLAND OR PORTUGAL OR ROMANIA OR SLOVAKIA OR SLOVENIA OR SPAIN OR SWEDEN OR NORWAY OR SWITZERLAND OR UNITED KINGDOM OR ENGLAND OR WALES OR SCOTLAND OR N IRELAND) AND TS=(\"large langauge model*\") AND PY=(2011-2022)')\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - " 0%| | 0/2 [00:53\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
queryRecord Count
0CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUST...972.0
1CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUST...451.0
2CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUST...30.0
3CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUST...12.0
4CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUST...5.0
.........
384TS=(\"word embedding*\") AND PY=(2011-2022)7068.0
385TS=(\"word vector*\") AND PY=(2011-2022)1747.0
386TS=((\"face recognition\" NOT \"brain\")) AND PY=(...19690.0
387TS=((\"object detection\" NOT \"brain\")) AND PY=(...28989.0
388TS=((\"speech recognition\" NOT \"brain\")) AND PY...19912.0
\n

389 rows × 2 columns

\n" + "text/plain": " query Record Count\n0 CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUST... 972.0\n1 CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUST... 451.0\n2 CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUST... 30.0\n3 CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUST... 12.0\n4 CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUST... 5.0\n.. ... ...\n543 TS=((\"face recognition\" NOT \"brain\")) AND PY=(... 19690.0\n544 TS=((\"linear regression\" NOT \"p=\")) AND PY=(20... 91493.0\n545 TS=((\"logistic regression\" NOT \"p=\")) AND PY=(... 171776.0\n546 TS=((\"object detection\" NOT \"brain\")) AND PY=(... 28989.0\n547 TS=((\"speech recognition\" NOT \"brain\")) AND PY... 19912.0\n\n[548 rows x 2 columns]", + "text/html": "
\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
queryRecord Count
0CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUST...972.0
1CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUST...451.0
2CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUST...30.0
3CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUST...12.0
4CU=(PEOPLES R CHINA OR HONG KONG) AND CU=(AUST...5.0
.........
543TS=((\"face recognition\" NOT \"brain\")) AND PY=(...19690.0
544TS=((\"linear regression\" NOT \"p=\")) AND PY=(20...91493.0
545TS=((\"logistic regression\" NOT \"p=\")) AND PY=(...171776.0
546TS=((\"object detection\" NOT \"brain\")) AND PY=(...28989.0
547TS=((\"speech recognition\" NOT \"brain\")) AND PY...19912.0
\n

548 rows × 2 columns

\n
" }, - "execution_count": 5, + "execution_count": 19, "metadata": {}, "output_type": "execute_result" } @@ -84,7 +90,40 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 29, + "outputs": [ + { + "data": { + "text/plain": " kw_token Record Count\n0 COMPOSITE SEARCH 62205.0\n1 \"neural network*\" 10999.0\n2 \"machine* learn*\" 5765.0\n3 \"deep learn*\" 5211.0\n4 \"momentum\" 4974.0\n.. ... ...\n243 \"artificial cognition\" 1.0\n244 \"ai in disaster management\" 1.0\n245 \"vector embedding*\" 1.0\n246 \"ai in finance\" 1.0\n247 \"content based filtering\" 1.0\n\n[248 rows x 2 columns]", + "text/html": "
\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
kw_tokenRecord Count
0COMPOSITE SEARCH62205.0
1\"neural network*\"10999.0
2\"machine* learn*\"5765.0
3\"deep learn*\"5211.0
4\"momentum\"4974.0
.........
243\"artificial cognition\"1.0
244\"ai in disaster management\"1.0
245\"vector embedding*\"1.0
246\"ai in finance\"1.0
247\"content based filtering\"1.0
\n

248 rows × 2 columns

\n
" + }, + "execution_count": 29, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "kw_ranks = agg_df[agg_df[\"region\"]==\"EU+China\"].groupby(\"kw_token\",as_index=False)[\"Record Count\"].sum().sort_values(by=\"Record Count\", ascending=False).reset_index().drop(columns=\"index\")\n", + "kw_ranks" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 30, + "outputs": [], + "source": [ + "kw_ranks.to_excel(\"kw_token_ranked.xlsx\")" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 21, "outputs": [], "source": [ "# agg_df = agg_df[agg_df[\"Publication Years\"].str.startswith(\"20\", na=False)].copy()\n", @@ -97,7 +136,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 22, "outputs": [], "source": [ "# agg_df[\"Publication Years\"].value_counts()" @@ -108,7 +147,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 23, "outputs": [], "source": [ "agg_df.to_excel(r'C:\\Users\\radvanyi\\PycharmProjects\\ZSI_analytics\\WOS\\wos_processed_data\\query_yearly_agg.xlsx', index=False)" diff --git a/WOS/wos_extract/wossel_miners.py b/WOS/wos_extract/wossel_miners.py index 2bd690a..680ceeb 100644 --- a/WOS/wos_extract/wossel_miners.py +++ b/WOS/wos_extract/wossel_miners.py @@ -171,7 +171,14 @@ def wos_fetch_entries(query_str="TS=\"web of science\" AND PY=(2008-2010)", # Renaming the file time.sleep(0.1) - os.rename(old_name, new_name) + try: + os.rename(old_name, new_name) + except PermissionError: + time.sleep(5) + os.rename(old_name, new_name) + except FileNotFoundError: + time.sleep(5) + os.rename(old_name, new_name) time.sleep(2) time.sleep(random.gauss(wait_mu, wait_sigma)) diff --git a/WOS/wos_nlp_demo.ipynb b/WOS/wos_nlp_demo.ipynb new file mode 100644 index 0000000..e521213 --- /dev/null +++ b/WOS/wos_nlp_demo.ipynb @@ -0,0 +1,201 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 8, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "import numpy as np\n", + "import pandas as pd\n", + "import os\n", + "import shutil\n", + "from flashgeotext.geotext import GeoText\n", + "import re\n", + "import spacy\n", + "\n", + "\n", + "nlp_version = 'en_core_web_lg' # OR: 'en_core_web_trf'\n", + "nlp = spacy.load(nlp_version)" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "outputs": [], + "source": [ + "outdir=\"wos_processed_data\"\n", + "record_col=\"UT (Unique WOS ID)\"" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 10, + "outputs": [], + "source": [ + "kw_df = pd.read_excel(f\"{outdir}/wos_keywords.xlsx\")\n", + "wos = pd.read_excel(f\"{outdir}/wos_processed.xlsx\")\n", + "kw_df = kw_df[~kw_df[\"keyword_all\"].isna()].copy()\n", + "wos_kwd_concat = kw_df.groupby(record_col,as_index=False).agg({'keyword_all': '; '.join})" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 11, + "outputs": [], + "source": [ + "kwd_nlp = pd.DataFrame(kw_df[\"keyword_all\"].drop_duplicates())\n", + "kwd_nlp = kwd_nlp.rename(columns={\"keyword_all\":\"Document\"})\n", + "kwd_nlp[\"Type\"] = \"kw\"\n", + "kwd_nlp[record_col] = \"kw_\"+(kwd_nlp.index).astype(str)\n", + "wos_nlp = wos.merge(wos_kwd_concat, on=record_col)\n", + "# wos_nlp[\"Document\"] = wos_nlp[\"keyword_all\"].fillna(\"\").str.upper()\n", + "# wos_nlp[\"Document\"] = wos_nlp[\"Article Title\"].str.cat(wos_nlp[[\"Abstract\"]].fillna(\"\"), sep=' - ').str.upper()\n", + "wos_nlp[\"Document\"] = wos_nlp[\"Article Title\"].str.cat(wos_nlp[[\"Abstract\", \"keyword_all\"]].fillna(\"\"), sep=' - ').str.upper()\n", + "wos_nlp[[record_col, \"Document\"]].drop_duplicates()\n", + "wos_nlp[\"Type\"] = \"doc\"\n", + "\n", + "tnse_nlp = pd.concat([kwd_nlp,wos_nlp], ignore_index=True)\n", + "tnse_nlp = tnse_nlp[[record_col,\"Type\",\"Document\",\"keyword_all\"]]" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 12, + "outputs": [ + { + "data": { + "text/plain": "" + }, + "execution_count": 12, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "text/plain": "
", + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAk0AAAGdCAYAAAAPLEfqAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMSwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/bCgiHAAAACXBIWXMAAA9hAAAPYQGoP6dpAABFwElEQVR4nO3de1zUdaL/8dcgAaPEitxWxGOtrXkJB4TQNt3Uh5W30h9edq2TuVp6TKR+u2khruL9F2oXw1J385a2mpf0qK22dvFYlu2iDJqHDmabrICCYmggCHx/fxhzmpT8guAMzPv5ePDI+Xzm+53Pe/gC7+b7ZbAYhmEgIiIiIj/Jy9ULEBEREWkMVJpERERETFBpEhERETFBpUlERETEBJUmERERERNUmkRERERMUGkSERERMUGlSURERMQElSYRERERE1SaREREREzwdvUCGrOzZy9Q33+ExmKBoKBbG2Tf7kQ5mx5PyeopOcFzsipn01NT1urxulJpugGGQYMdeA25b3einE2Pp2T1lJzgOVmVs+mp76w6PSciIiJigkqTiIiIiAkqTSIiIiImqDSJiIiImKDSJCIiImKCSpOIiIiICSpNIiIiIiaoNImIiIiYoNIkIiIiYoJKk4iIiIgJKk0iIiIiJqg0iYiIiJig0iQiIiJigrerFyBNg5eXBS8vS623a9bMdb29qsqgqspD/tS3iIjcMJUmuWFeXhZ+1rI53nUoQIGBLRpgReZUVFbx7fkSFScRETFFpUlumJeXBe9mXjy94TDHz1x09XJMuSPUn1d+G42Xl0WlSURETFFpknpz/MxFvsgtdvUyREREGoQuBBcRERExQaVJRERExASVJhERERETVJpERERETFBpEhERETFBpUlERETEBJeWpry8PCZMmEC3bt3o27cvq1evdswdO3aMESNGYLPZGDZsGEePHnXadufOnfTr1w+bzcakSZM4d+6cY84wDBYtWkSPHj2Ii4sjNTWVqqoqx3xRURGTJ08mOjqavn37sn379gbPKiIiIo2bS0vTM888Q/Pmzdm6dSvTpk3j5Zdf5m9/+xslJSWMHz+e2NhYtm7dSnR0NBMmTKCkpASAzMxMkpOTSUhIYOPGjRQXF5OUlOTY76pVq9i5cydpaWksWbKEHTt2sGrVKsd8UlISFy5cYOPGjUycOJHp06eTmZl50/OLiIhI4+GyN7f89ttvycjIYM6cOdx2223cdttt9OrVi08//ZRvv/0WX19fpk6disViITk5mf/6r/9i9+7dxMfHs27dOgYMGMDQoUMBSE1NpU+fPuTk5NC2bVvWrl1LYmIisbGxADz77LO88sorjBs3jpMnT/Lhhx/y/vvvExERQYcOHcjIyOCtt96ia9eurno6RERExM257JUmPz8/rFYrW7du5fLly5w4cYJDhw7RqVMn7HY7MTExWCxX/gCsxWKhW7duZGRkAGC32x2FCKB169aEh4djt9s5ffo0eXl53H333Y75mJgYTp06xZkzZ7Db7bRu3ZqIiAin+cOHD9+c4CIiItIoueyVJl9fX2bMmMGcOXNYu3YtlZWVxMfHM2LECN5//33uuOMOp/sHBQWRnZ0NwJkzZwgNDb1qPj8/n4KCAgCn+eDgYADH/LW2PX36dK0zfN/p6lX1Phti33JtDflce9Ln01OyekpO8Jysytn01JT1RrO79G/PffXVV/Tp04ff/e53ZGdnM2fOHO655x5KS0vx8fFxuq+Pjw/l5eUAXLp0qcb5S5cuOW7/cA6gvLz8uvuujaCgW2u9jTvsW/5XYGCLm/I4nvT59JSsnpITPCercjY99Z3VZaXp008/ZfPmzezbtw8/Pz8iIyM5ffo0r7/+Om3btr2qxJSXl+Pn5wdceZXqWvNWq9WpIPn6+jr+DWC1WmvctnrftXH27AUMo9ab/SSL5conuSH23VCaNfO6aeWjvhUVfUdlZdX171hHjfHzWVeektVTcoLnZFXOpqemrNXjdeWy0nT06FHatWvnVFY6d+7MsmXLiI2NpbCw0On+hYWFjtNqYWFh15wPCQkhLCwMgIKCAsd1S9Wn7Krna9q2tgyDBjvwGnLf4uxmPM+e9Pn0lKyekhM8J6tyNj31ndVlF4KHhobyzTffOL3qc+LECSIiIrDZbBw+fBjj+6SGYXDo0CFsNhsANpuN9PR0x3Z5eXnk5eVhs9kICwsjPDzcaT49PZ3w8HBCQ0OJiori1KlT5OfnO81HRUU1cGIRERFpzFxWmvr27cstt9zC9OnT+frrr/nggw9YtmwZjz32GP3796e4uJh58+Zx/Phx5s2bR2lpKQMGDABg1KhRbN++nU2bNpGVlcXUqVPp3bs3bdu2dcwvWrSIgwcPcvDgQRYvXszo0aMBaNu2LT179mTKlClkZWWxadMmdu7cyaOPPuqqp0JEREQaAZednrv11ltZvXo18+bNY/jw4bRq1YqJEyfym9/8BovFwvLly5k5cyZvv/02d955JytWrKB58+YAREdHM3v2bJYsWcK3337Lvffey5w5cxz7HjduHGfPniUhIYFmzZoxfPhwxowZ45hPTU0lOTmZkSNHEhISwvz58/UeTSIiIvKTLIbhKWc2619hYcNcCB4cfGuD7LuheHtfuRB80JL9fJFb7OrlmNIlPIBdib0oKvqOioqGvRC8sX0+68pTsnpKTvCcrMrZ9NSUtXq8rlz6lgNSs2bNGs/fUm5MaxUREakrlSY34+VlobLKaLS/wi8iItJUqTS5GYvFQjMvC09vOMzxMxddvRxTet8ZwpQHO7p6GSIiIg1KpclNHT9zsdFcH9Q+RK+KiYhI06eLUURERERMUGkSERERMUGlSURERMQElSYRERERE1SaRERERExQaRIRERExQaVJRERExASVJhERERETVJpERERETFBpEhERETFBpUlERETEBJUmERERERNUmkRERERMUGkSERERMUGlSURERMQElSYRERERE1SaRERERExQaRIRERExQaVJRERExASVJhERERETVJpERERETFBpEhERETFBpUlERETEBJUmERERERNUmkRERERMUGkSERERMcFlpWnr1q3ceeedV3107NgRgGPHjjFixAhsNhvDhg3j6NGjTtvv3LmTfv36YbPZmDRpEufOnXPMGYbBokWL6NGjB3FxcaSmplJVVeWYLyoqYvLkyURHR9O3b1+2b99+c0KLiIhIo+Wy0jRw4EA+/vhjx8dHH31Eu3btGD16NCUlJYwfP57Y2Fi2bt1KdHQ0EyZMoKSkBIDMzEySk5NJSEhg48aNFBcXk5SU5Nj3qlWr2LlzJ2lpaSxZsoQdO3awatUqx3xSUhIXLlxg48aNTJw4kenTp5OZmXnTnwMRERFpPFxWmvz8/AgJCXF8/Od//ieGYfDss8/y7rvv4uvry9SpU2nfvj3Jycm0aNGC3bt3A7Bu3ToGDBjA0KFD6dixI6mpqezbt4+cnBwA1q5dS2JiIrGxsfTo0YNnn32W9evXA3Dy5Ek+/PBD5s6dS4cOHRgxYgQPP/wwb731lqueChEREWkE3OKapvPnz/OnP/2JP/zhD/j4+GC324mJicFisQBgsVjo1q0bGRkZANjtdmJjYx3bt27dmvDwcOx2O6dPnyYvL4+7777bMR8TE8OpU6c4c+YMdrud1q1bExER4TR/+PDhmxNWREREGiVvVy8A4C9/+QuhoaH0798fgIKCAu644w6n+wQFBZGdnQ3AmTNnCA0NvWo+Pz+fgoICAKf54OBgAMf8tbY9ffp0rdf9faerVw2xT/lpDfmcV+/bEz6vnpLVU3KC52RVzqanpqw3mt3lpckwDDZt2sQTTzzhGCstLcXHx8fpfj4+PpSXlwNw6dKlGucvXbrkuP3DOYDy8vLr7rs2goJurfU24l4CA1vclMfxpGPFU7J6Sk7wnKzK2fTUd1aXl6YjR45w+vRpBg0a5Bjz9fW9qsSUl5fj5+f3k/NWq9WpIPn6+jr+DWC1Wq+779o4e/YChlHrzX6St7cXLVvenB/kAkVF31FZWXX9O9aRxXLli7YhjhV34ylZPSUneE5W5Wx6aspaPV5XLi9N+/fvJzY2lp/97GeOsbCwMAoLC53uV1hY6DitVtN8SEgIYWFhwJVTfNXXLVWfsquer2nb2jIM6v3Aa+oHsju6Gc95Qxwr7spTsnpKTvCcrMrZ9NR3VpdfCJ6ZmUm3bt2cxmw2G4cPH8b4PqlhGBw6dAibzeaYT09Pd9w/Ly+PvLw8bDYbYWFhhIeHO82np6cTHh5OaGgoUVFRnDp1ivz8fKf5qKioBkwpIiIijZ3LS1N2dvZVF33379+f4uJi5s2bx/Hjx5k3bx6lpaUMGDAAgFGjRrF9+3Y2bdpEVlYWU6dOpXfv3rRt29Yxv2jRIg4ePMjBgwdZvHgxo0ePBqBt27b07NmTKVOmkJWVxaZNm9i5cyePPvrozQ0uIiIijYrLT88VFhYSEBDgNObv78/y5cuZOXMmb7/9NnfeeScrVqygefPmAERHRzN79myWLFnCt99+y7333sucOXMc248bN46zZ8+SkJBAs2bNGD58OGPGjHHMp6amkpyczMiRIwkJCWH+/Pl07dr1puQVERGRxsnlpammd+Lu2rUr77zzTo3bxcfHEx8ff825Zs2akZSU5PQu4T8UFBTEsmXLar9YERER8VguPz0nIiIi0hioNImIiIiYoNIkIiIiYoJKk4iIiIgJKk0iIiIiJqg0iYiIiJig0iQiIiJigkqTiIiIiAkqTSIiIiImqDSJiIiImKDSJCIiImKCSpOIiIiICSpNIiIiIiaoNImIiIiYoNIkIiIiYoJKk4iIiIgJKk0iIiIiJqg0iYiIiJig0iQiIiJigkqTiIiIiAkqTSIiIiImqDSJiIiImKDSJCIiImKCSpOIiIiICSpNIiIiIiaoNImIiIiYoNIkIiIiYoJKk4iIiIgJKk0iIiIiJqg0iYiIiJjg0tJUXl7OrFmzuPvuu/nVr37Fiy++iGEYABw7dowRI0Zgs9kYNmwYR48eddp2586d9OvXD5vNxqRJkzh37pxjzjAMFi1aRI8ePYiLiyM1NZWqqirHfFFREZMnTyY6Opq+ffuyffv2mxNYREREGi2Xlqa5c+dy4MAB3njjDRYvXszbb7/Nxo0bKSkpYfz48cTGxrJ161aio6OZMGECJSUlAGRmZpKcnExCQgIbN26kuLiYpKQkx35XrVrFzp07SUtLY8mSJezYsYNVq1Y55pOSkrhw4QIbN25k4sSJTJ8+nczMzJueX0RERBoPb1c98Pnz59myZQurVq2ia9euAIwdOxa73Y63tze+vr5MnToVi8VCcnIy//Vf/8Xu3buJj49n3bp1DBgwgKFDhwKQmppKnz59yMnJoW3btqxdu5bExERiY2MBePbZZ3nllVcYN24cJ0+e5MMPP+T9998nIiKCDh06kJGRwVtvveVYh4iIiMiPueyVpvT0dPz9/YmLi3OMjR8/ngULFmC324mJicFisQBgsVjo1q0bGRkZANjtdkchAmjdujXh4eHY7XZOnz5NXl4ed999t2M+JiaGU6dOcebMGex2O61btyYiIsJp/vDhww2cWERERBozl73SlJOTQ5s2bdi2bRvLli3j8uXLxMfHM3HiRAoKCrjjjjuc7h8UFER2djYAZ86cITQ09Kr5/Px8CgoKAJzmg4ODARzz19r29OnTtc7wfaerVw2xT/lpDfmcV+/bEz6vnpLVU3KC52RVzqanpqw3mt1lpamkpIRvvvmGDRs2sGDBAgoKCpgxYwZWq5XS0lJ8fHyc7u/j40N5eTkAly5dqnH+0qVLjts/nIMrF55fb9+1ERR0a623EfcSGNjipjyOJx0rnpLVU3KC52RVzqanvrO6rDR5e3tz8eJFFi9eTJs2bQDIzc3lL3/5C+3atbuqxJSXl+Pn5weAr6/vNeetVqtTQfL19XX8G8Bqtda4bfW+a+Ps2Qt8/8t+9cbb24uWLW/OD3KBoqLvqKysuv4d68hiufJF2xDHirvxlKyekhM8J6tyNj01Za0eryuXlaaQkBB8fX0dhQng9ttvJy8vj7i4OAoLC53uX1hY6DitFhYWds35kJAQwsLCACgoKHBct1R9yq56vqZta8swqPcDr6kfyO7oZjznDXGsuCtPyeopOcFzsipn01PfWV12IbjNZqOsrIyvv/7aMXbixAnatGmDzWbj8OHDjvdsMgyDQ4cOYbPZHNump6c7tsvLyyMvLw+bzUZYWBjh4eFO8+np6YSHhxMaGkpUVBSnTp0iPz/faT4qKqqBE4uIiEhj5rLS9Itf/ILevXuTlJREVlYW+/fvZ8WKFYwaNYr+/ftTXFzMvHnzOH78OPPmzaO0tJQBAwYAMGrUKLZv386mTZvIyspi6tSp9O7dm7Zt2zrmFy1axMGDBzl48CCLFy9m9OjRALRt25aePXsyZcoUsrKy2LRpEzt37uTRRx911VMhIiIijYDLTs8BLFq0iDlz5jBq1CisViuPPvoojz32GBaLheXLlzNz5kzefvtt7rzzTlasWEHz5s0BiI6OZvbs2SxZsoRvv/2We++9lzlz5jj2O27cOM6ePUtCQgLNmjVj+PDhjBkzxjGfmppKcnIyI0eOJCQkhPnz5+s9mkREROQnubQ03XrrraSmpl5zrmvXrrzzzjs1bhsfH098fPw155o1a0ZSUpLTu4T/UFBQEMuWLav9gkVERMRj6Q/2ioiIiJig0iQiIiJigkqTiIiIiAkqTSIiIiImqDSJiIiImKDSJCIiImKCSpOIiIiICSpNIiIiIiaoNImIiIiYoNIkIiIiYoJKk4iIiIgJKk0iIiIiJqg0iYiIiJig0iQiIiJigkqTiIiIiAkqTSIiIiImqDSJiIiImKDSJCIiImKCSpOIiIiICSpNIiIiIiaoNImIiIiYoNIkIiIiYoJKk4iIiIgJKk0iIiIiJqg0iYiIiJig0iQiIiJigkqTiIiIiAkqTSIiIiImqDSJiIiImKDSJCIiImKCSpOIiIiICS4tTX/729+48847nT4SExMBOHbsGCNGjMBmszFs2DCOHj3qtO3OnTvp168fNpuNSZMmce7cOcecYRgsWrSIHj16EBcXR2pqKlVVVY75oqIiJk+eTHR0NH379mX79u03J7CIiIg0Wi4tTcePH6dPnz58/PHHjo+5c+dSUlLC+PHjiY2NZevWrURHRzNhwgRKSkoAyMzMJDk5mYSEBDZu3EhxcTFJSUmO/a5atYqdO3eSlpbGkiVL2LFjB6tWrXLMJyUlceHCBTZu3MjEiROZPn06mZmZNz2/iIiINB51Kk2fffYZhmHc8IN/9dVXdOjQgZCQEMdHQEAA7777Lr6+vkydOpX27duTnJxMixYt2L17NwDr1q1jwIABDB06lI4dO5Kamsq+ffvIyckBYO3atSQmJhIbG0uPHj149tlnWb9+PQAnT57kww8/ZO7cuXTo0IERI0bw8MMP89Zbb91wHhEREWm66lSann76aXr16sXcuXPJyMio84N/9dVX3HbbbVeN2+12YmJisFgsAFgsFrp16+Z4LLvdTmxsrOP+rVu3Jjw8HLvdzunTp8nLy+Puu+92zMfExHDq1CnOnDmD3W6ndevWREREOM0fPny4zjlERESk6fOuy0affPIJn3zyCbt372b8+PH4+/szYMAABg0aROfOnU3twzAMvv76az7++GOWL19OZWUl/fv3JzExkYKCAu644w6n+wcFBZGdnQ3AmTNnCA0NvWo+Pz+fgoICAKf54OBgAMf8tbY9ffp07Z4E4PtOV68aYp/y0xryOa/etyd8Xj0lq6fkBM/JqpxNT01ZbzR7nUqTt7c39913H/fddx8VFRUcOHCADz74gEceeYSwsDAeeugh4uPjCQ8Pr3Efubm5lJaW4uPjw8svv8y//vUv5s6dy6VLlxzjP+Tj40N5eTkAly5dqnH+0qVLjts/nAMoLy+/7r5rIyjo1lpvI+4lMLDFTXkcTzpWPCWrp+QEz8mqnE1PfWetU2mqVl5ezv79+3nvvff46KOPCAwMpG/fvvzzn/9k0KBB/OEPf+Df//3fr7ltmzZtOHjwID/72c+wWCx06tSJqqoqpkyZQlxc3FUlpry8HD8/PwB8fX2vOW+1Wp0Kkq+vr+PfAFartcZtq/ddG2fPXqAeLu1y4u3tRcuWN+cHuUBR0XdUVlZd/451ZLFc+aJtiGPF3XhKVk/JCZ6TVTmbnpqyVo/XVZ1K0969e9m9ezcfffQRt9xyCw8++CBLly51us5o/fr1vPjiizWWJoCWLVs63W7fvj1lZWWEhIRQWFjoNFdYWOg4rRYWFnbN+ZCQEMLCwgAoKChwXLdUfcquer6mbWvLMKj3A6+pH8ju6GY85w1xrLgrT8nqKTnBc7IqZ9NT31nrdCH4c889R7NmzXjxxRf5+OOPSUlJcSpMAHfddRe/+93vatzH/v376d69O6WlpY6x//7v/6Zly5aOC7Orf0PPMAwOHTqEzWYDwGazkZ6e7tguLy+PvLw8bDYbYWFhhIeHO82np6cTHh5OaGgoUVFRnDp1ivz8fKf5qKioujwVIiIi4iHq9ErTgQMHuHjxIsXFxTRr1gyAd999l7vvvtvxio3NZnOUnGuJjo7G19eX6dOnM2nSJHJyckhNTeWJJ56gf//+LF68mHnz5vHb3/6WDRs2UFpayoABAwAYNWoUjz32GFFRUURGRjJv3jx69+5N27ZtHfOLFi3i5z//OQCLFy9m7NixALRt25aePXsyZcoUkpOTOXLkCDt37mTdunV1eSpERETEQ9TplaZDhw5x//33s2PHDsfY2rVrGThwoNMrPD/F39+fN954g3PnzjFs2DCSk5P5zW9+wxNPPIG/vz/Lly8nPT2d+Ph47HY7K1asoHnz5sCVwjV79myWLl3KqFGj+NnPfsaCBQsc+x43bhwDBw4kISGBp59+miFDhjBmzBjHfGpqKi1atGDkyJEsW7aM+fPn07Vr17o8FSIiIuIhLEYd3qVy6NChDBw4kPHjxzuNL1++nPfee48tW7bU2wLdWWFhw1wIHhjYgkFL9vNFbnH97ryBPGxrzZJR3RrVmruEB7ArsRdFRd9RUdGwF4IHB9/aIMeKu/GUrJ6SEzwnq3I2PTVlrR6vqzq90vTPf/6T/v37XzU+YMAAjh8/XufFiIiIiLirOpWmX/ziF/z1r3+9avyDDz7g3/7t3254USIiIiLupk4Xgj/zzDM89dRTfPLJJ3Tp0gWAL7/8kn/84x+8+uqr9bpAEREREXdQp1eafv3rX/POO+/QuXNnTpw4wcmTJ+nYsSO7du3ivvvuq+81ioiIiLhcnd8R/Je//CXPP/98fa5FRERExG3VqTQVFxezcuVKjhw5QkVFBT/+Bby1a9fWy+JERERE3EWdStPUqVM5cuQIDz30EP7+/vW9JhERERG3U+d3BF+3bp3eEFJEREQ8Rp0uBA8LC8PLq06bioiIiDRKdT49l5KSQmJiIu3ateOWW25xmg8PD6+XxYmIiIi4izqVpsmTJwM4/oyKxWIBwDAMLBYL//3f/11PyxMRERFxD3UqTe+//359r0NERETErdXpwqQ2bdrQpk0bSkpKOHbsGIGBgVRVVREeHk6bNm3qe40iIiIiLlenV5q+/fZbnn76aT7//HMA9uzZw7x588jJyWHFihUqTiIiItLk1OmVprlz52K1Wvnss8/w9fUFYP78+fz85z9n7ty59bpAEREREXdQp9K0f/9+fv/73xMQEOAYa9WqFUlJSfz973+vt8WJiIiIuIs6v9lSWVnZVWPnzp3D27vOf85ORERExG3VqTQNHjyYefPmkZ2djcVioaSkhM8++4w//vGPDBw4sL7XKCIiIuJydX5zyxdffJH4+HguX77MkCFDaNasGSNGjGDq1Kn1vUYRERERl6tTafLx8eH555/nmWeeIScnh8rKStq2bUuLFi3qe30iIiIibqFOpelaF3sfO3bM8e+777677isSERERcUN1Kk2PPfbYNcd9fHwICQnRO4aLiIhIk1On0pSVleV0u7KykpMnTzJnzhweeuihelmYiIiIiDup81sO/FCzZs24/fbbef7553nllVfqY5ciIiIibqVeSlO1s2fPUlxcXJ+7FBEREXELdTo9l5SUdNXYd999x4EDB+jfv/8NL0pERETE3dTb23e3bNmS5557jiFDhtTXLkVERETcRp1K04IFC+p7HSIiIiJurU6lKS0tzfR9ExIS6vIQIiIiIm6lTqXpm2++Yffu3bRs2ZK77roLHx8fsrKyOHnyJFFRUY4/2muxWOp1sSIiIiKuUqffnvPx8eGhhx7igw8+4PXXX+eVV15hz549jBkzhttvv50333yTN998k7Vr15re5/jx43n++ecdt48dO8aIESOw2WwMGzaMo0ePOt1/586d9OvXD5vNxqRJkzh37pxjzjAMFi1aRI8ePYiLiyM1NZWqqirHfFFREZMnTyY6Opq+ffuyffv2ujwNIiIi4kHqVJreffddnnjiCW655Ran8ZEjR/Luu+/Wen+7du1i3759jtslJSWMHz+e2NhYtm7dSnR0NBMmTKCkpASAzMxMkpOTSUhIYOPGjRQXFzv9Rt+qVavYuXMnaWlpLFmyhB07drBq1SrHfFJSEhcuXGDjxo1MnDiR6dOnk5mZWet1i4iIiOeoU2kKCwtj//79V43v2bOHtm3b1mpf58+fJzU1lcjISMfYu+++i6+vL1OnTqV9+/YkJyfTokULdu/eDcC6desYMGAAQ4cOpWPHjqSmprJv3z5ycnIAWLt2LYmJicTGxtKjRw+effZZ1q9fD8DJkyf58MMPmTt3Lh06dGDEiBE8/PDDvPXWW3V5KkRERMRD1Omapj/84Q8888wzfPTRR3Ts2BGAI0eOcOzYMZYtW1arfb3wwgsMGTKEM2fOOMbsdjsxMTGOa6IsFgvdunUjIyOD+Ph47HY7Tz75pOP+rVu3Jjw8HLvdjo+PD3l5eU5/NDgmJoZTp05x5swZ7HY7rVu3JiIiwml++fLldXkqRERExEPUqTTdf//9bN26la1bt/LVV1/h5+dHXFwcL730EiEhIab38+mnn/KPf/yDHTt2kJKS4hgvKCjgjjvucLpvUFAQ2dnZAJw5c4bQ0NCr5vPz8ykoKABwmg8ODgZwzF9r29OnT5ted7WGuM5d187ffA35nFfv2xM+r56S1VNygudkVc6mp6asN5q9zm9ueeedd5KUlMS3336Lv78/Xl5etfptubKyMmbOnMmMGTPw8/NzmistLcXHx8dpzMfHh/LycgAuXbpU4/ylS5cct384B1BeXn7dfddGUNCttd5G3EtgYIub8jiedKx4SlZPyQmek1U5m576zlqn0mQYBsuWLWP16tVcuHCBPXv28Morr9C8eXOmT59+VSm5lrS0NO666y569ep11Zyvr+9VJaa8vNxRrmqat1qtTgXJ19fX8W8Aq9V63X3XxtmzFzCMWm/2k7y9vWjZ8ub8IBcoKvqOysqq69+xjiyWK1+0DXGsuBtPyeopOcFzsipn01NT1urxuqpTaVq6dCm7du3i//2//8f//b//F4D/83/+DzNmzCA1NZXp06dfdx+7du2isLCQ6Oho4H+LzZ49exg8eDCFhYVO9y8sLHScVgsLC7vmfEhICGFhYcCVU3zV1y1Vn7Krnq9p29oyDOr9wGvqB7I7uhnPeUMcK+7KU7J6Sk7wnKzK2fTUd9Y6/fbcO++8w+zZs+nTp4/jlNy9997LCy+8wF//+ldT+3jzzTfZsWMH27ZtY9u2bfTt25e+ffuybds2bDYbhw8fxvg+qWEYHDp0CJvNBoDNZiM9Pd2xr7y8PPLy8rDZbISFhREeHu40n56eTnh4OKGhoURFRXHq1Cny8/Od5qOiouryVIiIiIiHqNMrTWfPnr3qYmqAgIAAx3spXU+bNm2cbrdoceWUVLt27QgKCmLx4sXMmzeP3/72t2zYsIHS0lIGDBgAwKhRo3jssceIiooiMjKSefPm0bt3b8fbHYwaNYpFixbx85//HIDFixczduxYANq2bUvPnj2ZMmUKycnJHDlyhJ07d7Ju3bq6PBUiIiLiIer0SlOPHj144403nMYuXrzIiy++SPfu3W94Uf7+/ixfvpz09HTHWwysWLGC5s2bAxAdHc3s2bNZunQpo0aN4mc/+5nTHxEeN24cAwcOJCEhgaeffpohQ4YwZswYx3xqaiotWrRg5MiRLFu2jPnz59O1a9cbXreIiIg0XRbDqP3Zvvz8fBISEsjLy6OoqIj27duTm5tLeHg4r7/+utN7IDVlhYUNcyF4YGALBi3Zzxe5xfW78wbysK01S0Z1a1Rr7hIewK7EXhQVfUdFRcNeCB4cfGuDHCvuxlOyekpO8Jysytn01JS1eryu6nR6LiAggM2bN/Ppp59y4sQJKioquP322+nZsydeXnV68UpERETErdWpNA0ePJi0tDTuuece7rnnnvpek4iIiIjbqdPLQl5eXly+fLm+1yIiIiLitur0SlPv3r353e9+R58+fWjTps1Vb2aZkJBQL4sTERERcRd1Kk1ffvklXbp04cyZM05/aBeo1Z9SEREREWksTJemRx99lNdff52AgADefPNN4MrfgKvLnx8RERERaWxMX9OUnp5+1XVMv/rVr8jJyan3RYmIiIi4mxt6f4A6vMWTiIiISKOkN1USERERMUGlSURERMSEWv323F//+lf8/f0dt6uqqvjb3/5Gq1atnO43dOjQelmciIiIiLswXZrCw8NZuXKl01hQUBDr1q1zGrNYLCpNIiIi0uSYLk0ffPBBQ65DRERExK3pmiYRERERE1SaRERERExQaRIRERExQaVJRERExASVJhERERETVJpERERETFBpEhERETFBpUlERETEBJUmERERERNUmkRERERMUGkSERERMUGlSURERMQElSYRERERE1SaRERERExQaRIRERExQaVJRERExASVJhERERETXFqavvnmG8aNG0d0dDS9e/fmz3/+s2MuJyeHMWPGEBUVxcCBA/n444+dtj1w4ACDBw/GZrMxevRocnJynOZXr15Nr169iI6OZtq0aZSWljrmysrKmDZtGrGxsfTs2ZOVK1c2bFARERFp9FxWmqqqqhg/fjyBgYG88847zJo1i9dff50dO3ZgGAaTJk0iODiYLVu2MGTIEBISEsjNzQUgNzeXSZMmER8fz+bNm2nVqhVPPfUUhmEAsGfPHtLS0pg9ezZr1qzBbrezcOFCx2OnpqZy9OhR1qxZw8yZM0lLS2P37t0ueR5ERESkcfB21QMXFhbSqVMnUlJS8Pf357bbbuOee+4hPT2d4OBgcnJy2LBhA82bN6d9+/Z8+umnbNmyhcmTJ7Np0ybuuusuxo4dC8CCBQu49957+fzzz+nevTtr167l8ccfp0+fPgDMmjWLcePGMWXKFAzDYNOmTfzpT3+iS5cudOnShezsbNavX0///v1d9XSIiIiIm3PZK02hoaG8/PLL+Pv7YxgG6enp/P3vfycuLg673U7nzp1p3ry54/4xMTFkZGQAYLfbiY2NdcxZrVa6dOlCRkYGlZWVHDlyxGk+KiqKy5cvk5WVRVZWFhUVFURHRzvt2263U1VV1fDBRUREpFFy2StNP9S3b19yc3Pp06cPDz74IPPnzyc0NNTpPkFBQeTn5wNQUFBQ43xxcTFlZWVO897e3rRs2ZL8/Hy8vLwIDAzEx8fHMR8cHExZWRnnz5+nVatWptdtsdQl7c3fp/y0hnzOq/ftCZ9XT8nqKTnBc7IqZ9NTU9Ybze4WpWnJkiUUFhaSkpLCggULKC0tdSo1AD4+PpSXlwP85PylS5cct681bxjGNecAx/7NCgq6tVb3F/cTGNjipjyOJx0rnpLVU3KC52RVzqanvrO6RWmKjIwErvxW27PPPsuwYcOcftsNrhQaPz8/AHx9fa8qOOXl5QQEBODr6+u4/eN5q9VKZWXlNecAx/7NOnv2At9fe15vvL29aNny5vwgFygq+o7KyoY7LWuxXPmibYhjxd14SlZPyQmek1U5m56aslaP15VLLwTPyMigX79+jrE77riDy5cvExISwokTJ666f/Upt7CwMAoLC6+a79SpEy1btsTX15fCwkLat28PQEVFBefPnyckJATDMCgqKqKiogJv7yvxCwoK8PPzIyAgoFYZDIN6P/Ca+oHsjm7Gc94Qx4q78pSsnpITPCercjY99Z3VZReC/+tf/yIhIYHTp087xo4ePUqrVq2IiYnhiy++cJxqA0hPT8dmswFgs9lIT093zJWWlnLs2DFsNhteXl5ERkY6zWdkZODt7U3Hjh3p1KkT3t7ejovKq/cdGRmJl5fe61NERESuzWUtITIyki5dujBt2jSOHz/Ovn37WLhwIf/xH/9BXFwcrVu3JikpiezsbFasWEFmZibDhw8HYNiwYRw6dIgVK1aQnZ1NUlISERERdO/eHYBHHnmEN954g71795KZmUlKSgojR47EarVitVoZOnQoKSkpZGZmsnfvXlauXMno0aNd9VSIiIhII+Cy03PNmjXjtddeY86cOfzmN7/BarXy2GOPMXr0aCwWC6+99hrJycnEx8fTrl07li5dSnh4OAARERG8+uqrzJ8/n6VLlxIdHc3SpUuxfH9Z/KBBgzh16hQzZsygvLycBx54gClTpjgeOykpiZSUFB5//HH8/f2ZPHkyDzzwgEueBxEREWkcLIbhKWc2619hYcNcCB4Y2IJBS/bzRW5x/e68gTxsa82SUd0a1Zq7hAewK7EXRUXfUVHRsBeCBwff2iDHirvxlKyekhM8J6tyNj01Za0erytdxCMiIiJigkqTiIiIiAkqTSIiIiImqDSJiIiImKDSJCIiImKCSpOIiIiICSpNIiIiIiaoNImIiIiYoNIkIiIiYoJKk4iIiIgJKk0iIiIiJqg0iYiIiJig0iQiIiJigkqTiIiIiAkqTSIiIiImqDSJiIiImKDSJCIiImKCSpOIiIiICSpNIiIiIiaoNImIiIiYoNIkIiIiYoJKk4iIiIgJKk0iIiIiJqg0iYiIiJig0iQiIiJigkqTiIiIiAkqTSIiIiImqDSJiIiImKDSJCIiImKCSpOIiIiICSpNIiIiIia4tDSdPn2axMRE4uLi6NWrFwsWLKCsrAyAnJwcxowZQ1RUFAMHDuTjjz922vbAgQMMHjwYm83G6NGjycnJcZpfvXo1vXr1Ijo6mmnTplFaWuqYKysrY9q0acTGxtKzZ09WrlzZ8GFFRESkUXNZaTIMg8TEREpLS1m/fj0vvfQSH374IS+//DKGYTBp0iSCg4PZsmULQ4YMISEhgdzcXAByc3OZNGkS8fHxbN68mVatWvHUU09hGAYAe/bsIS0tjdmzZ7NmzRrsdjsLFy50PHZqaipHjx5lzZo1zJw5k7S0NHbv3u2S50FEREQaB29XPfCJEyfIyMjgk08+ITg4GIDExEReeOEFfv3rX5OTk8OGDRto3rw57du359NPP2XLli1MnjyZTZs2cddddzF27FgAFixYwL333svnn39O9+7dWbt2LY8//jh9+vQBYNasWYwbN44pU6ZgGAabNm3iT3/6E126dKFLly5kZ2ezfv16+vfv76qnQ0RERNycy15pCgkJ4c9//rOjMFW7ePEidrudzp0707x5c8d4TEwMGRkZANjtdmJjYx1zVquVLl26kJGRQWVlJUeOHHGaj4qK4vLly2RlZZGVlUVFRQXR0dFO+7bb7VRVVTVQWhEREWnsXPZKU0BAAL169XLcrqqqYt26dfTo0YOCggJCQ0Od7h8UFER+fj7AT84XFxdTVlbmNO/t7U3Lli3Jz8/Hy8uLwMBAfHx8HPPBwcGUlZVx/vx5WrVqZTqDxVKryC7bp/y0hnzOq/ftCZ9XT8nqKTnBc7IqZ9NTU9Ybze6y0vRjCxcu5NixY2zevJnVq1c7lRoAHx8fysvLASgtLa1x/tKlS47b15o3DOOac4Bj/2YFBd1aq/uL+wkMbHFTHseTjhVPyeopOcFzsipn01PfWd2iNC1cuJA1a9bw0ksv0aFDB3x9fTl//rzTfcrLy/Hz8wPA19f3qoJTXl5OQEAAvr6+jts/nrdarVRWVl5zDnDs36yzZy/w/bXn9cbb24uWLW/OD3KBoqLvqKxsuNOyFsuVL9qGOFbcjadk9ZSc4DlZlbPpqSlr9Xhdubw0zZkzh7/85S8sXLiQBx98EICwsDCOHz/udL/CwkLHKbewsDAKCwuvmu/UqRMtW7bE19eXwsJC2rdvD0BFRQXnz58nJCQEwzAoKiqioqICb+8r8QsKCvDz8yMgIKBWazcM6v3Aa+oHsju6Gc95Qxwr7spTsnpKTvCcrMrZ9NR3Vpe+T1NaWhobNmzgxRdfZNCgQY5xm83GF1984TjVBpCeno7NZnPMp6enO+ZKS0s5duwYNpsNLy8vIiMjneYzMjLw9vamY8eOdOrUCW9vb8dF5dX7joyMxMtL7/UpIiIi1+aylvDVV1/x2muv8eSTTxITE0NBQYHjIy4ujtatW5OUlER2djYrVqwgMzOT4cOHAzBs2DAOHTrEihUryM7OJikpiYiICLp37w7AI488whtvvMHevXvJzMwkJSWFkSNHYrVasVqtDB06lJSUFDIzM9m7dy8rV65k9OjRrnoqREREpBFw2em5999/n8rKSl5//XVef/11p7kvv/yS1157jeTkZOLj42nXrh1Lly4lPDwcgIiICF599VXmz5/P0qVLiY6OZunSpVi+vyx+0KBBnDp1ihkzZlBeXs4DDzzAlClTHPtPSkoiJSWFxx9/HH9/fyZPnswDDzxw88KLiIhIo2MxDE85s1n/Cgsb5kLwwMAWDFqyny9yi+t35w3kYVtrlozq1qjW3CU8gF2JvSgq+o6Kioa9EDw4+NYGOVbcjadk9ZSc4DlZlbPpqSlr9Xhd6SIeERERERNUmkRERERMUGkSERERMUGlSURERMQElSYRERERE1SaRERERExQaRIRERExQaVJRERExASVJhERERETVJpERERETFBpEhERETFBpUlERETEBJUmERERERNUmkRERERMUGkSERERMUGlSURERMQElSYRERERE1SaRERERExQaRIRERExQaVJRERExASVJhERERETVJpERERETFBpEhERETFBpUlERETEBJUmERERERNUmkRERERMUGkSERERMUGlSURERMQElSYRERERE1SaRERERExwi9JUXl7O4MGDOXjwoGMsJyeHMWPGEBUVxcCBA/n444+dtjlw4ACDBw/GZrMxevRocnJynOZXr15Nr169iI6OZtq0aZSWljrmysrKmDZtGrGxsfTs2ZOVK1c2bEARERFp9FxemsrKyvj9739Pdna2Y8wwDCZNmkRwcDBbtmxhyJAhJCQkkJubC0Bubi6TJk0iPj6ezZs306pVK5566ikMwwBgz549pKWlMXv2bNasWYPdbmfhwoWO/aempnL06FHWrFnDzJkzSUtLY/fu3Tc3uIiIiDQqLi1Nx48fZ+TIkZw8edJp/LPPPiMnJ4fZs2fTvn17JkyYQFRUFFu2bAFg06ZN3HXXXYwdO5Zf/vKXLFiwgFOnTvH5558DsHbtWh5//HH69OlD165dmTVrFlu2bKG0tJSSkhI2bdpEcnIyXbp04f777+eJJ55g/fr1Nz2/iIiINB4uLU2ff/453bt3Z+PGjU7jdrudzp0707x5c8dYTEwMGRkZjvnY2FjHnNVqpUuXLmRkZFBZWcmRI0ec5qOiorh8+TJZWVlkZWVRUVFBdHS0077tdjtVVVUNlFREREQaO29XPvgjjzxyzfGCggJCQ0OdxoKCgsjPz7/ufHFxMWVlZU7z3t7etGzZkvz8fLy8vAgMDMTHx8cxHxwcTFlZGefPn6dVq1am12+xmL6rS/cpP60hn/PqfXvC59VTsnpKTvCcrMrZ9NSU9Uazu7Q01aS0tNSp1AD4+PhQXl5+3flLly45bl9r3jCMa84Bjv2bFRR0a63uL+4nMLDFTXkcTzpWPCWrp+QEz8mqnE1PfWd1y9Lk6+vL+fPnncbKy8vx8/NzzP+44JSXlxMQEICvr6/j9o/nrVYrlZWV15wDHPs36+zZC3x/7Xm98fb2omXLm/ODXKCo6DsqKxvutKzFcuWLtiGOFXfjKVk9JSd4TlblbHpqylo9XlduWZrCwsI4fvy401hhYaHjlFtYWBiFhYVXzXfq1ImWLVvi6+tLYWEh7du3B6CiooLz588TEhKCYRgUFRVRUVGBt/eV+AUFBfj5+REQEFCrdRoG9X7gNfUD2R3djOe8IY4Vd+UpWT0lJ3hOVuVseuo7q8vfcuBabDYbX3zxheNUG0B6ejo2m80xn56e7pgrLS3l2LFj2Gw2vLy8iIyMdJrPyMjA29ubjh070qlTJ7y9vR0XlVfvOzIyEi8vt3w6RERExA24ZUuIi4ujdevWJCUlkZ2dzYoVK8jMzGT48OEADBs2jEOHDrFixQqys7NJSkoiIiKC7t27A1cuMH/jjTfYu3cvmZmZpKSkMHLkSKxWK1arlaFDh5KSkkJmZiZ79+5l5cqVjB492pWRRURExM255em5Zs2a8dprr5GcnEx8fDzt2rVj6dKlhIeHAxAREcGrr77K/PnzWbp0KdHR0SxduhTL95fFDxo0iFOnTjFjxgzKy8t54IEHmDJlimP/SUlJpKSk8Pjjj+Pv78/kyZN54IEHXJJVREREGge3KU1ffvml0+127dqxbt26Gu9/3333cd9999U4P378eMaPH3/NOavVygsvvMALL7xQt8WKiIiIx3HL03MiIiIi7kalSURERMQElSYRERERE1SaRERERExQaRIRERExwW1+e07EFZo1uzn/31Bfj1NVZVBV5SFv5Ssi4mZUmsQjhfj7UlllEBBgvSmPV19/GLiisopvz5eoOImIuIBKk3ikAKs3zbwsPL3hMMfPXHT1cky5I9SfV34bjZeXRaVJRMQFVJrEox0/c5EvcotdvQwREWkEdCG4iIiIiAkqTSIiIiImqDSJiIiImKDSJCIiImKCSpOIiIiICSpNIiIiIiaoNImIiIiYoNIkIiIiYoJKk4iIiIgJKk0iIiIiJqg0iYiIiJig0iQiIiJigkqTiIiIiAkqTSIiIiImqDSJiIiImKDSJCIiImKCSpOIiIiICSpNIiIiIiaoNImIiIiY4O3qBYhI7TRr5t7/r/Pj9VVVGVRVGS5ajYhI/VFpEmkkQvx9qawyCAiwunopPykwsIXT7YrKKr49X6LiJCKNnseWprKyMmbNmsV7772Hn58fY8eOZezYsa5elkiNAqzeNPOy8PSGwxw/c9HVyzHljlB/XvltNF5eFpUmEWn0PLY0paamcvToUdasWUNubi7PPfcc4eHh9O/f39VLE/lJx89c5IvcYlcvQ0TE43hkaSopKWHTpk386U9/okuXLnTp0oXs7GzWr1+v0iQiIiLX5JGlKSsri4qKCqKjox1jMTExLFu2jKqqKry83PtCW5HGxt0vXv8xXbwuItfikaWpoKCAwMBAfHx8HGPBwcGUlZVx/vx5WrVqZWo/Xl5g1PP3VYvlyn+7hAdg9WlWvztvIO1D/AGtuaE1xjXH/FvLRnHx+o9VVFbx3cVL1yxO1V+j3t5e9f71fyMM43/XVl8aOmtDrLkuapPTXdZcG9Vrdtdj91oMw8C4gUVWZ/3xz+kb/dxZjBtZVSO1bds2XnnlFT788EPHWE5ODv369WPfvn38/Oc/d+HqRERExB01rtfM64mvry/l5eVOY9W3/fz8XLEkERERcXMeWZrCwsIoKiqioqLCMVZQUICfnx8BAQEuXJmIiIi4K48sTZ06dcLb25uMjAzHWHp6OpGRkboIXERERK7JIxuC1Wpl6NChpKSkkJmZyd69e1m5ciWjR4929dJERETETXnkheAApaWlpKSk8N577+Hv78+4ceMYM2aMq5clIiIibspjS5OIiIhIbXjk6TkRERGR2lJpEhERETFBpUlERETEBJUmN1FWVsa0adOIjY2lZ8+erFy50tVLqjenT58mMTGRuLg4evXqxYIFCygrKwOuvBP7mDFjiIqKYuDAgXz88ccuXm39GD9+PM8//7zj9rFjxxgxYgQ2m41hw4Zx9OhRF67uxpWXlzNr1izuvvtufvWrX/Hiiy86/uRBU8qal5fHhAkT6NatG3379mX16tWOuaaSs7y8nMGDB3Pw4EHH2PW+Lg8cOMDgwYOx2WyMHj2anJycm73sWrtWzoyMDH77298SHR3Ngw8+yKZNm5y2aSo5q124cIFevXqxdetWp/GdO3fSr18/bDYbkyZN4ty5czdruTfkWllzc3N58sknsdls3H///bz77rtO29xoVpUmN5GamsrRo0dZs2YNM2fOJC0tjd27d7t6WTfMMAwSExMpLS1l/fr1vPTSS3z44Ye8/PLLGIbBpEmTCA4OZsuWLQwZMoSEhARyc3NdvewbsmvXLvbt2+e4XVJSwvjx44mNjWXr1q1ER0czYcIESkpKXLjKGzN37lwOHDjAG2+8weLFi3n77bfZuHFjk8v6zDPP0Lx5c7Zu3cq0adN4+eWX+dvf/tZkcpaVlfH73/+e7Oxsx9j1vi5zc3OZNGkS8fHxbN68mVatWvHUU0/d0N8Ja2jXyllQUMCTTz5JXFwc77zzDomJicyZM4ePPvoIaDo5f2jhwoWcOXPGaSwzM5Pk5GQSEhLYuHEjxcXFJCUl3Yzl3pBrZa2oqGDChAl4e3vzzjvvMG7cOKZOncr//M//APWU1RCX++6774zIyEjjs88+c4wtXbrU+Pd//3cXrqp+HD9+3OjQoYNRUFDgGNuxY4fRs2dP48CBA0ZUVJTx3XffOeYef/xxY8mSJa5Yar0oKioyfv3rXxvDhg0znnvuOcMwDGPTpk1G3759jaqqKsMwDKOqqsq4//77jS1btrhyqXVWVFRkdO7c2Th48KBjbPny5cbzzz/fpLKeP3/e6NChg/Hll186xhISEoxZs2Y1iZzZ2dnGww8/bDz00ENGhw4dHN9/rvd1+fLLLzt9byopKTGio6Odvn+5k5pyvvXWW0b//v2d7vvHP/7R+P3vf28YRtPJWe3vf/+7cf/99xv33nuv03E6ZcoUx/cqwzCM3Nxc48477zROnjx509ZeWzVl3bt3rxETE2NcuHDBcd+JEycaGzZsMAyjfrLqlSY3kJWVRUVFBdHR0Y6xmJgY7HY7VVVVLlzZjQsJCeHPf/4zwcHBTuMXL17EbrfTuXNnmjdv7hiPiYlxeqf2xuaFF15gyJAh3HHHHY4xu91OTEwMlu//vLbFYqFbt26NNmd6ejr+/v7ExcU5xsaPH8+CBQuaVFY/Pz+sVitbt27l8uXLnDhxgkOHDtGpU6cmkfPzzz+ne/fubNy40Wn8el+Xdrud2NhYx5zVaqVLly5um72mnNWXCvzYxYsXgaaTE66cxvrjH//IjBkz8PHxcZr7cc7WrVsTHh6O3W5v8DXXVU1ZP//8c+655x78/f0dY6+99hq/+c1vgPrJ6n2Da5d6UFBQQGBgoNPBHBwcTFlZGefPn6dVq1YuXN2NCQgIoFevXo7bVVVVrFu3jh49elBQUEBoaKjT/YOCgsjPz7/Zy6wXn376Kf/4xz/YsWMHKSkpjvGCggKnEgVXctb0Erq7y8nJoU2bNmzbto1ly5Zx+fJl4uPjmThxYpPK6uvry4wZM5gzZw5r166lsrKS+Ph4RowYwfvvv9/ocz7yyCPXHL/e12Vj+7qtKWdERAQRERGO22fPnmXXrl1MnjwZaDo5AZYtW0bnzp3p2bPnVXNnzpxpVDmh5qzV35sWLVrE9u3bCQwMJDExkX79+gH1k1WlyQ2UlpZe1f6rb5eXl7tiSQ1m4cKFHDt2jM2bN7N69epr5m6MmcvKypg5cyYzZszAz8/Paa6mz29jzAlXrtH65ptv2LBhAwsWLKCgoIAZM2ZgtVqbXNavvvqKPn368Lvf/Y7s7GzmzJnDPffc0+Ry/tD1sjXF7JcuXWLy5MkEBwc7XpVoKjmPHz/Ohg0b+M///M9rzl+6dKlJ5IQr35veeecdBg4cyLJlyzh48CCJiYls3LiRyMjIesmq0uQGfH19r/qkVd/+8Q/gxmzhwoWsWbOGl156iQ4dOuDr68v58+ed7lNeXt4oM6elpXHXXXc5vapWrabPb2PMCeDt7c3FixdZvHgxbdq0Aa5cNPuXv/yFdu3aNZmsn376KZs3b2bfvn34+fkRGRnJ6dOnef3112nbtm2Tyflj1/u6rOl4DggIuFlLrFffffcdTz31FP/85z956623sFqtQNPIaRgG06dPJzEx8apLJKrVlLP6eWhMmjVrRsuWLUlJScHLy4suXbrwj3/8g7fffpvIyMh6yaprmtxAWFgYRUVFVFRUOMYKCgrw8/NrVF+gP2XOnDmsWrWKhQsX8uCDDwJXchcWFjrdr7Cw8KqXTxuDXbt2sXfvXqKjo4mOjmbHjh3s2LGD6OjoJpUTrlyn5uvr6yhMALfffjt5eXlNKuvRo0dp166dUxHq3Lkzubm5TSrnj10vW03zISEhN22N9eXixYuMGzeO7Oxs1qxZw2233eaYawo5c3NzOXz4MC+88ILje1Nubi4zZ87kiSeeAJpGzmqhoaHcdttteHn9b7Wp/t4E9ZNVpckNdOrUCW9vb6cLDNPT04mMjHT65DdWaWlpbNiwgRdffJFBgwY5xm02G1988QWXLl1yjKWnp2Oz2VyxzBvy5ptvsmPHDrZt28a2bdvo27cvffv2Zdu2bdhsNg4fPuz4VWXDMDh06FCjzAlXPm9lZWV8/fXXjrETJ07Qpk2bJpU1NDSUb775xun/TE+cOEFERESTyvlj1/u6tNlspKenO+ZKS0s5duxYo8teVVVFQkIC//rXv3jzzTf55S9/6TTfFHKGhYXx3nvvOb4vbdu2jdDQUBITE5k3bx5wdc68vDzy8vIaVc5qNpuN7OxsKisrHWNfffWV43/w6iNr4/+J3ARYrVaGDh1KSkoKmZmZ7N27l5UrVzJ69GhXL+2GffXVV7z22ms8+eSTxMTEUFBQ4PiIi4ujdevWJCUlkZ2dzYoVK8jMzGT48OGuXnattWnThnbt2jk+WrRoQYsWLWjXrh39+/enuLiYefPmcfz4cebNm0dpaSkDBgxw9bLr5Be/+AW9e/cmKSmJrKws9u/fz4oVKxg1alSTytq3b19uueUWpk+fztdff80HH3zAsmXLeOyxx5pUzh+73tflsGHDOHToECtWrCA7O5ukpCQiIiLo3r27i1deO5s3b+bgwYPMnTuXgIAAx/el6lOTTSGnt7e30/eldu3a4e3tTVBQEGFhYQCMGjWK7du3s2nTJrKyspg6dSq9e/embdu2Ll597Q0ePJiqqipmzZrFN998w/r169m/fz8jR44E6inrjb5fgtSPkpISY+rUqUZUVJTRs2dPY9WqVa5eUr1Yvny50aFDh2t+GIZh/POf/zQeffRR46677jIGDRpkfPLJJy5ecf147rnnnN4PxG63G0OHDjUiIyON4cOHG1988YULV3fjiouLjSlTphhRUVHGPffcY7z66quO9yxqSlmzs7ONMWPGGN26dTP69etnrFq1qknm/PH7+lzv6/Kjjz4yHnjgAaNr167G448/7tbv6fNDP8w5duzYa35f+uF7MzWFnD/Wp0+fq95PbMuWLcZ9991nREVFGZMmTTLOnTt3M5ZZL36cNTs723HsPvDAA8aePXuc7n+jWS2G4cZvbyoiIiLiJnR6TkRERMQElSYRERERE1SaRERERExQaRIRERExQaVJRERExASVJhERERETVJpERERETFBpEhERETFBpUlERETEBJUmERERERNUmkRERERMUGkSERERMeH/AxydM34G67DhAAAAAElFTkSuQmCC\n" + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "vectors = list()\n", + "vector_norms = list()\n", + "\n", + "for doc in nlp.pipe(tnse_nlp['Document'].astype('unicode').values, batch_size=300,\n", + " n_process=4):\n", + " if nlp_version == 'en_core_web_trf':\n", + " trf_vector = doc._.trf_data.tensors[-1].mean(axis=0)\n", + " trf_norm = np.linalg.norm(doc._.trf_data.tensors[-1].mean(axis=0))\n", + " norm_vector = trf_vector/trf_norm\n", + " vectors.append(norm_vector)\n", + " vector_norms.append(np.linalg.norm(norm_vector))\n", + " else:\n", + " vectors.append(doc.vector)\n", + " vector_norms.append(doc.vector_norm)\n", + "\n", + "\n", + "tnse_nlp['vector'] = vectors\n", + "tnse_nlp['vector_norm'] = vector_norms\n", + "tnse_nlp['vector_norm'].plot(kind=\"hist\")" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 13, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "\n", + "KeyboardInterrupt\n", + "\n" + ] + } + ], + "source": [ + "from sklearn.manifold import TSNE\n", + "import matplotlib.pyplot as plt\n", + "import seaborn as sns\n", + "# % matplotlib inline\n", + "\n", + "vector_data = pd.DataFrame(tnse_nlp[\"vector\"].to_list(), index=tnse_nlp[record_col]).reset_index()\n", + "vector_data.head()\n", + "\n", + "labels = vector_data.values[:, 0]\n", + "record_vectors = vector_data.values[:, 1:]\n", + "\n", + "tsne_model = TSNE(perplexity=30, n_components=2, init='pca', n_iter=5000, random_state=42, metric='cosine')\n", + "tnse_2d = tsne_model.fit_transform(record_vectors)\n", + "tnse_data = pd.DataFrame(tnse_2d, index=labels).reset_index()\n", + "tnse_data.columns = [record_col, \"TNSE-X\", \"TNSE-Y\"]\n", + "tnse_data.head()" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": null, + "outputs": [], + "source": [ + "wos_plot = tnse_nlp.merge(tnse_data, on=record_col)\n", + "\n", + "g = sns.scatterplot(wos_plot, x=\"TNSE-X\", y=\"TNSE-Y\",\n", + " hue='Type', s=1)\n", + "g.legend(bbox_to_anchor=(1.05, 1), loc=2, borderaxespad=0.)" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": null, + "outputs": [], + "source": [], + "metadata": { + "collapsed": false + } + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/WOS/wos_univ_normalizer.ipynb b/WOS/wos_univ_normalizer.ipynb new file mode 100644 index 0000000..8089d5e --- /dev/null +++ b/WOS/wos_univ_normalizer.ipynb @@ -0,0 +1,440 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 23, + "outputs": [], + "source": [ + "import pandas as pd\n", + "# Importing libraries and module and some setting for notebook\n", + "\n", + "import pandas as pd\n", + "import re\n", + "from sklearn.feature_extraction.text import TfidfVectorizer\n", + "import numpy as np\n", + "from scipy.sparse import csr_matrix\n", + "import sparse_dot_topn.sparse_dot_topn as ct #Cosine Similarity\n", + "import time\n", + "from tqdm import tqdm" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 5, + "outputs": [], + "source": [ + "def wikinorm(univ_string):\n", + " from googlesearch import search\n", + " from nltk.metrics import edit_distance\n", + " from operator import itemgetter\n", + " from numpy.random import default_rng\n", + " rng = default_rng()\n", + " results = search(univ_string, lang=\"en\", num_results=3,advanced=True, sleep_interval=rng.uniform(1, 5))\n", + " univ_name = univ_string.split(\",\")[0]\n", + " u_results = [i.title for i in results if \"Category:\" not in i.title]\n", + " return sorted([tuple((j,edit_distance(univ_name, j))) for j in u_results],key=itemgetter(1))[0][0]\n" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 68, + "outputs": [], + "source": [ + "def replace_uppercase_words(text):\n", + " words = text.split()\n", + " all_uppercase = all(word.isupper() for word in words)\n", + " all_lowercase = all(word.islower() for word in words)\n", + " if all_uppercase or all_lowercase:\n", + " return text\n", + " else:\n", + " result = []\n", + " for word in words:\n", + " w = word.strip()\n", + " if not w.isupper() and not w.islower():\n", + " result.append(w)\n", + " return \" \".join(result).strip()" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 69, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "INFO: Pandarallel will run on 4 workers.\n", + "INFO: Pandarallel will use standard multiprocessing data transfer (pipe) to transfer data between the main process and workers.\n", + "\n", + "WARNING: You are on Windows. If you detect any issue with pandarallel, be sure you checked out the Troubleshooting page:\n", + "https://nalepae.github.io/pandarallel/troubleshooting/\n" + ] + }, + { + "data": { + "text/plain": "VBox(children=(HBox(children=(IntProgress(value=0, description='0.00%', max=38767), Label(value='0 / 38767')))…", + "application/vnd.jupyter.widget-view+json": { + "version_major": 2, + "version_minor": 0, + "model_id": "ee2cde76498b4a46a2e87ea6c971aed9" + } + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "155067\n" + ] + } + ], + "source": [ + "outdir=\"wos_processed_data\"\n", + "univ = pd.read_excel(f\"{outdir}/wos_institution_locations.xlsx\")\n", + "\n", + "from pandarallel import pandarallel\n", + "pandarallel.initialize(progress_bar=True, nb_workers=4)\n", + "\n", + "univ[\"Institution_harm\"] = univ[\"Institution\"].parallel_apply(replace_uppercase_words)\n", + "print(len(univ))" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 39, + "outputs": [ + { + "data": { + "text/plain": " UT (Unique WOS ID) Institution Country \n84810 WOS:000571399800004 Univ Birmingham United Kingdom \\\n122264 WOS:000732918800001 Univ Southampton United Kingdom \n135675 WOS:000799234000004 UCL United Kingdom \n153134 WOS:000900724501058 Kore Univ Enna Italy \n51445 WOS:000455277600005 Univ Sheffield United Kingdom \n... ... ... ... \n21043 WOS:000372583700005 Vrije Univ Amsterdam Netherlands \n1938 WOS:000297611600011 Univ Essex United Kingdom \n64691 WOS:000490430500091 Xian Jiaotong Liverpool Univ China \n25740 WOS:000386793200001 Chinese Acad Sci China \n112682 WOS:000696110800001 Dalian Univ Technol China \n\n Institution_harm \n84810 Univ Birmingham \n122264 Univ Southampton \n135675 UCL \n153134 Kore Univ Enna \n51445 Univ Sheffield \n... ... \n21043 Vrije Univ Amsterdam \n1938 Univ Essex \n64691 Xian Jiaotong Liverpool Univ \n25740 Chinese Acad Sci \n112682 Dalian Univ Technol \n\n[100 rows x 4 columns]", + "text/html": "
\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
UT (Unique WOS ID)InstitutionCountryInstitution_harm
84810WOS:000571399800004Univ BirminghamUnited KingdomUniv Birmingham
122264WOS:000732918800001Univ SouthamptonUnited KingdomUniv Southampton
135675WOS:000799234000004UCLUnited KingdomUCL
153134WOS:000900724501058Kore Univ EnnaItalyKore Univ Enna
51445WOS:000455277600005Univ SheffieldUnited KingdomUniv Sheffield
...............
21043WOS:000372583700005Vrije Univ AmsterdamNetherlandsVrije Univ Amsterdam
1938WOS:000297611600011Univ EssexUnited KingdomUniv Essex
64691WOS:000490430500091Xian Jiaotong Liverpool UnivChinaXian Jiaotong Liverpool Univ
25740WOS:000386793200001Chinese Acad SciChinaChinese Acad Sci
112682WOS:000696110800001Dalian Univ TechnolChinaDalian Univ Technol
\n

100 rows × 4 columns

\n
" + }, + "execution_count": 39, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "univ.sample(100)" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 71, + "outputs": [ + { + "data": { + "text/plain": " Country Institution_harm \n7736 France Yncrea Ouest \\\n13752 Spain Univ Carlos \n15855 United Kingdom Northumbria Univ Newcastle Upon Tyne \n12514 Norway Nord Univ \n602 China Henan Polytech Univ \n... ... ... \n11620 Italy Deep Blue Srl \n11183 Italy Univ Giustino Fortunato \n7433 Estonia Platinum Software Dev Co \n5129 China State & Local Joint Engn Lab Estuarine Hydraul Te \n6799 China MOA \n\n count \n7736 9 \n13752 1 \n15855 1 \n12514 1 \n602 87 \n... ... \n11620 1 \n11183 3 \n7433 1 \n5129 1 \n6799 1 \n\n[100 rows x 3 columns]", + "text/html": "
\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
CountryInstitution_harmcount
7736FranceYncrea Ouest9
13752SpainUniv Carlos1
15855United KingdomNorthumbria Univ Newcastle Upon Tyne1
12514NorwayNord Univ1
602ChinaHenan Polytech Univ87
............
11620ItalyDeep Blue Srl1
11183ItalyUniv Giustino Fortunato3
7433EstoniaPlatinum Software Dev Co1
5129ChinaState & Local Joint Engn Lab Estuarine Hydraul Te1
6799ChinaMOA1
\n

100 rows × 3 columns

\n
" + }, + "execution_count": 71, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "univ_norm = univ.groupby(\"Country\", as_index=False)[\"Institution_harm\"].value_counts()\n", + "# univ_norm[\"search_for\"] = univ_norm[\"Institution\"]+\", \" + univ_norm[\"Country\"]+ \", wikipedia\"\n", + "univ_norm.sample(100)" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 72, + "outputs": [], + "source": [ + "# from pandarallel import pandarallel\n", + "# pandarallel.initialize(progress_bar=True, nb_workers=2)\n", + "#\n", + "# df_sample[\"search_result\"] = df_sample[\"search_for\"].parallel_apply(wikinorm)" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 73, + "outputs": [ + { + "data": { + "text/plain": "['Austria', 'Belgium']" + }, + "execution_count": 73, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "list(univ_norm[\"Country\"].unique())[0:2]" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 95, + "outputs": [], + "source": [ + "def ngrams(string, n=3):\n", + "\n", + " string = re.sub(r'[,-./]|\\sBD',r'', string)\n", + " ngrams = zip(*[string[i:] for i in range(n)])\n", + " return [''.join(ngram) for ngram in ngrams]\n", + "\n", + "# calculate the similarity between two vectors of TF-IDF values the Cosine Similarity is usually used.\n", + "# result matrix in a very sparse terms and Scikit-learn deals with this nicely by returning a sparse CSR matrix.\n", + "\n", + "def awesome_cossim_top(A, B, ntop, lower_bound=0):\n", + " # force A and B as a CSR matrix.\n", + " # If they have already been CSR, there is no overhead\n", + " A = A.tocsr()\n", + " B = B.tocsr()\n", + " M, _ = A.shape\n", + " _, N = B.shape\n", + "\n", + " idx_dtype = np.int32\n", + "\n", + " nnz_max = M*ntop\n", + "\n", + " indptr = np.zeros(M+1, dtype=idx_dtype)\n", + " indices = np.zeros(nnz_max, dtype=idx_dtype)\n", + " data = np.zeros(nnz_max, dtype=A.dtype)\n", + "\n", + " ct.sparse_dot_topn(\n", + " M, N, np.asarray(A.indptr, dtype=idx_dtype),\n", + " np.asarray(A.indices, dtype=idx_dtype),\n", + " A.data,\n", + " np.asarray(B.indptr, dtype=idx_dtype),\n", + " np.asarray(B.indices, dtype=idx_dtype),\n", + " B.data,\n", + " ntop,\n", + " lower_bound,\n", + " indptr, indices, data)\n", + "\n", + " return csr_matrix((data,indices,indptr),shape=(M,N))\n", + "\n", + "# unpacks the resulting sparse matrix\n", + "\n", + "def get_matches_df(sparse_matrix, name_vector, top=None):\n", + " non_zeros = sparse_matrix.nonzero()\n", + "\n", + " sparserows = non_zeros[0]\n", + " sparsecols = non_zeros[1]\n", + "\n", + " if top:\n", + " nr_matches = top\n", + " else:\n", + " nr_matches = sparsecols.size\n", + "\n", + " left_side = np.empty([nr_matches], dtype=object)\n", + " right_side = np.empty([nr_matches], dtype=object)\n", + " similarity = np.zeros(nr_matches)\n", + "\n", + " for index in range(0, nr_matches):\n", + " left_side[index] = name_vector[sparserows[index]]\n", + " right_side[index] = name_vector[sparsecols[index]]\n", + " similarity[index] = sparse_matrix.data[index]\n", + "\n", + " return pd.DataFrame({'left_side': left_side,\n", + " 'right_side': right_side,\n", + " 'similarity': similarity})\n", + "\n", + "\n", + "def discrepancy_filter(df):\n", + " f_df = df.copy()\n", + " tokenlist = [\"Med\", \"Hosp\", \"Tech\", \"Univ\", \"Acad\", \"Poly\"]\n", + " for token in tokenlist:\n", + " f_df = f_df[~(((f_df[\"right_side\"].str.contains(token))&\n", + " (~f_df[\"left_side\"].str.contains(token)))\n", + " |\n", + " ((f_df[\"left_side\"].str.contains(token))&\n", + " (~f_df[\"right_side\"].str.contains(token))))].copy()\n", + " return f_df\n", + "\n", + "\n", + "# Define a function to get the high and low counts for each row\n", + "def get_high_low_counts(row):\n", + " if row['left_count'] > row['right_count']:\n", + " high_count = row['left_count']\n", + " low_count = row['right_count']\n", + " else: #row['left_count'] < row['right_count']:\n", + " high_count = row['right_count']\n", + " low_count = row['left_count']\n", + " # else:\n", + " # if len(row['left_side']) > len(row['right_side']):\n", + " # high_count = len(row['left_side'])\n", + " # low_count = len(row['right_side'])\n", + " # else:\n", + " # high_count = len(row['right_side'])\n", + " # low_count = len(row['left_side'])\n", + " return pd.Series([high_count, low_count])" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 130, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "30it [00:00, 53.27it/s]\n" + ] + } + ], + "source": [ + "merger = pd.DataFrame()\n", + "\n", + "for i in tqdm(filter(lambda c: c!=\"China\", list(univ_norm[\"Country\"].unique()))):\n", + " sub_inst = univ_norm[univ_norm[\"Country\"]==i].reset_index()\n", + " types = sub_inst['Institution_harm']\n", + " vectorizer = TfidfVectorizer(min_df=1, analyzer=ngrams)\n", + " tf_idf_matrix = vectorizer.fit_transform(types)\n", + " t1 = time.time()\n", + " matches = awesome_cossim_top(tf_idf_matrix, tf_idf_matrix.transpose(), 10, 0.8)\n", + " t = time.time()-t1\n", + "\n", + " # store the matches into new dataframe called matched_df and printing 10 samples\n", + " matches_df = get_matches_df(matches, types)\n", + " matches_df = matches_df[matches_df['similarity'] < 0.99999] # For removing all exact matches\n", + " matches_df = discrepancy_filter(matches_df).reset_index(drop=True)\n", + " matches_df[\"Country\"] = i\n", + " # matches_df = matches_df[pd.DataFrame(np.sort(matches_df[['left_side','right_side']].values,1)).duplicated()]\n", + " # matches_df = matches_df[~matches_df[['left_side', 'right_side']].apply(frozenset, axis=1).duplicated()]\n", + " merger = pd.concat([merger,matches_df], ignore_index=True)\n", + "\n", + "for s in [\"left\",\"right\"]:\n", + " merger[f\"{s}_count\"] = merger[f\"{s}_side\"].apply(lambda x: len(univ[univ[\"Institution_harm\"] == x]))\n", + "\n", + "# Apply the function to create a new column\n", + "merger[['high_count', 'low_count']] = merger.apply(get_high_low_counts, axis=1)\n", + "\n", + "# Use apply again to create the high_side and low_side columns\n", + "merger['high_side'] = merger.apply(lambda row: row['left_side'] if row['left_count'] > row['right_count'] else row['right_side'], axis=1)\n", + "merger['low_side'] = merger.apply(lambda row: row['left_side'] if row['left_count'] <= row['right_count'] else row['right_side'], axis=1)\n", + "\n", + "# Drop the high_count and low_count columns if they are not needed\n", + "# merger.drop(['high_count', 'low_count'], axis=1, inplace=True)" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "markdown", + "source": [], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 131, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "1192\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "1192it [00:44, 26.68it/s]\n" + ] + } + ], + "source": [ + "fuzzymerger = merger[[\"Country\",\"low_side\",\"high_side\",\"high_count\",\"low_count\",\"similarity\"]].drop_duplicates()\n", + "fuzzymerger = fuzzymerger.sort_values(by=[\"low_side\",\"high_count\"], ascending=[True,False])\n", + "fuzzymerger = fuzzymerger.drop_duplicates(subset=[\"Country\",\"low_side\"]).sort_values(by=\"high_count\", ascending=True).reset_index(drop=True)\n", + "print(len(fuzzymerger))\n", + "univ_harm = univ.copy()\n", + "univ_harm[\"merge_iter\"] = 0\n", + "for i,row in tqdm(fuzzymerger.iterrows()):\n", + " univ_harm.loc[((univ_harm[\"Country\"]==row[\"Country\"])&\n", + " (univ_harm[\"Institution_harm\"]==row[\"low_side\"])),\"merge_iter\"] += 1\n", + " univ_harm.loc[((univ_harm[\"Country\"]==row[\"Country\"])&\n", + " (univ_harm[\"Institution_harm\"]==row[\"low_side\"])),\"Institution_harm\"] = row[\"high_side\"]" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "markdown", + "source": [], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "code", + "execution_count": 120, + "outputs": [ + { + "data": { + "text/plain": " UT (Unique WOS ID) Institution Country \n244 WOS:000286472300003 Univ Trent Italy \\\n364 WOS:000287586100011 Univ Trent Italy \n410 WOS:000287939200011 Abdus Salam Int Ctr Theoret Phys Italy \n765 WOS:000290996200002 Univ Trent Italy \n907 WOS:000291698400013 INFN Sez Roma 1 Italy \n... ... ... ... \n153063 WOS:000900129900175 Univ Rome Campus Biomed Aquila Italy \n154775 WOS:000929737300001 Prevent & Res Inst Italy \n154813 WOS:000929737300001 Ist Super Sanit Italy \n154855 WOS:000933331200004 Univ Federio II Italy \n154857 WOS:000933331200004 INAF Osservatorio Astron Capodimonte Italy \n\n Institution_harm merge_iter \n244 Univ Trento 1 \n364 Univ Trento 1 \n410 Abdus Salaam Int Ctr Theoret Phys 1 \n765 Univ Trento 1 \n907 Sez Roma 1 \n... ... ... \n153063 Univ Rome Campus Biomed LAquila 1 \n154775 Prevent & Res Inst 2 \n154813 Ist Super Sanita 1 \n154855 Univ Federio 2 \n154857 Osserv Astron Capodimonte 1 \n\n[375 rows x 5 columns]", + "text/html": "
\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
UT (Unique WOS ID)InstitutionCountryInstitution_harmmerge_iter
244WOS:000286472300003Univ TrentItalyUniv Trento1
364WOS:000287586100011Univ TrentItalyUniv Trento1
410WOS:000287939200011Abdus Salam Int Ctr Theoret PhysItalyAbdus Salaam Int Ctr Theoret Phys1
765WOS:000290996200002Univ TrentItalyUniv Trento1
907WOS:000291698400013INFN Sez Roma 1ItalySez Roma1
..................
153063WOS:000900129900175Univ Rome Campus Biomed AquilaItalyUniv Rome Campus Biomed LAquila1
154775WOS:000929737300001Prevent & Res InstItalyPrevent & Res Inst2
154813WOS:000929737300001Ist Super SanitItalyIst Super Sanita1
154855WOS:000933331200004Univ Federio IIItalyUniv Federio2
154857WOS:000933331200004INAF Osservatorio Astron CapodimonteItalyOsserv Astron Capodimonte1
\n

375 rows × 5 columns

\n
" + }, + "execution_count": 120, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "univ_harm[((univ_harm[\"merge_iter\"]>0) & (univ_harm[\"Country\"]==\"Italy\"))]" + ], + "metadata": { + "collapsed": false + } + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +}